Home
last modified time | relevance | path

Searched refs:hw_breakpoint_thread_switch (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h124 extern void hw_breakpoint_thread_switch(struct task_struct *next);
129 static inline void hw_breakpoint_thread_switch(struct task_struct *next) in hw_breakpoint_thread_switch() function
H A Dswitch_to.h39 hw_breakpoint_thread_switch(next); \
/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h127 extern void hw_breakpoint_thread_switch(struct task_struct *next);
130 static inline void hw_breakpoint_thread_switch(struct task_struct *next) in hw_breakpoint_thread_switch() function
/linux/arch/arm64/kernel/
H A Dprocess.c713 hw_breakpoint_thread_switch(next); in __switch_to()
H A Dhw_breakpoint.c904 void hw_breakpoint_thread_switch(struct task_struct *next) in hw_breakpoint_thread_switch() function