| .. | .. |
|---|
| 40 | 40 | void mte_copy_page_tags(void *kto, const void *kfrom); |
|---|
| 41 | 41 | void mte_thread_init_user(void); |
|---|
| 42 | 42 | void mte_thread_switch(struct task_struct *next); |
|---|
| 43 | +void mte_cpu_setup(void); |
|---|
| 43 | 44 | void mte_suspend_enter(void); |
|---|
| 45 | +void mte_suspend_exit(void); |
|---|
| 44 | 46 | long set_mte_ctrl(struct task_struct *task, unsigned long arg); |
|---|
| 45 | 47 | long get_mte_ctrl(struct task_struct *task); |
|---|
| 46 | 48 | int mte_ptrace_copy_tags(struct task_struct *child, long request, |
|---|
| .. | .. |
|---|
| 69 | 71 | static inline void mte_suspend_enter(void) |
|---|
| 70 | 72 | { |
|---|
| 71 | 73 | } |
|---|
| 74 | +static inline void mte_suspend_exit(void) |
|---|
| 75 | +{ |
|---|
| 76 | +} |
|---|
| 72 | 77 | static inline long set_mte_ctrl(struct task_struct *task, unsigned long arg) |
|---|
| 73 | 78 | { |
|---|
| 74 | 79 | return 0; |
|---|