hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/include/asm/mte.h
....@@ -40,7 +40,9 @@
4040 void mte_copy_page_tags(void *kto, const void *kfrom);
4141 void mte_thread_init_user(void);
4242 void mte_thread_switch(struct task_struct *next);
43
+void mte_cpu_setup(void);
4344 void mte_suspend_enter(void);
45
+void mte_suspend_exit(void);
4446 long set_mte_ctrl(struct task_struct *task, unsigned long arg);
4547 long get_mte_ctrl(struct task_struct *task);
4648 int mte_ptrace_copy_tags(struct task_struct *child, long request,
....@@ -69,6 +71,9 @@
6971 static inline void mte_suspend_enter(void)
7072 {
7173 }
74
+static inline void mte_suspend_exit(void)
75
+{
76
+}
7277 static inline long set_mte_ctrl(struct task_struct *task, unsigned long arg)
7378 {
7479 return 0;