Searched refs:TIF_PER_TRAP (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dthread_info.h73 #define TIF_PER_TRAP 10 /* Need to handle PER trap on exit to usermode */ macro
96 #define _TIF_PER_TRAP BIT(TIF_PER_TRAP)
H A Dentry-common.h32 clear_thread_flag(TIF_PER_TRAP);
/linux-master/arch/s390/kernel/
H A Duprobes.c34 clear_thread_flag(TIF_PER_TRAP);
105 set_thread_flag(TIF_PER_TRAP);
256 set_thread_flag(TIF_PER_TRAP);
H A Dsyscall.c164 set_thread_flag(TIF_PER_TRAP);
H A Dsignal.c514 clear_thread_flag(TIF_PER_TRAP);
522 clear_thread_flag(TIF_PER_TRAP);
H A Dtraps.c336 set_thread_flag(TIF_PER_TRAP);
H A Dptrace.c149 clear_tsk_thread_flag(task, TIF_PER_TRAP);
/linux-master/arch/s390/mm/
H A Dfault.c297 clear_thread_flag(TIF_PER_TRAP);

Completed in 164 milliseconds