Home
last modified time | relevance | path

Searched refs:mte_thread_switch (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmte.h42 void mte_thread_switch(struct task_struct *next);
66 static inline void mte_thread_switch(struct task_struct *next) in mte_thread_switch() function
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmte.c226 void mte_thread_switch(struct task_struct *next) in mte_thread_switch() function
H A Dprocess.c664 mte_thread_switch(next); in __switch_to()