Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/include/asm/ !
Dmte.h44 void mte_thread_switch(struct task_struct *next);
71 static inline void mte_thread_switch(struct task_struct *next) in mte_thread_switch() function
/linux-6.1.9/arch/arm64/kernel/ !
Dmte.c271 void mte_thread_switch(struct task_struct *next) in mte_thread_switch() function
Dprocess.c547 mte_thread_switch(next); in __switch_to()