Searched refs:TIF_PER_TRAP (Results 1 – 8 of 8) sorted by relevance
70 #define TIF_PER_TRAP 10 /* Need to handle PER trap on exit to usermode */ macro92 #define _TIF_PER_TRAP BIT(TIF_PER_TRAP)
32 clear_thread_flag(TIF_PER_TRAP); in arch_exit_to_user_mode_work()
34 clear_thread_flag(TIF_PER_TRAP); in arch_uprobe_pre_xol()105 set_thread_flag(TIF_PER_TRAP); in arch_uprobe_post_xol()256 set_thread_flag(TIF_PER_TRAP); in sim_stor_event()
99 set_thread_flag(TIF_PER_TRAP); in __do_syscall()
514 clear_thread_flag(TIF_PER_TRAP); in arch_do_signal_or_restart()522 clear_thread_flag(TIF_PER_TRAP); in arch_do_signal_or_restart()
329 set_thread_flag(TIF_PER_TRAP); in __do_pgm_check()
152 clear_tsk_thread_flag(task, TIF_PER_TRAP); in ptrace_disable()
271 clear_thread_flag(TIF_PER_TRAP); in do_exception()
Completed in 15 milliseconds