Home
last modified time | relevance | path

Searched refs:_TIF_PER_TRAP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dentry-common.h14 #define ARCH_EXIT_TO_USER_MODE_WORK (_TIF_GUARDED_STORAGE | _TIF_PER_TRAP)
31 if (ti_work & _TIF_PER_TRAP) { in arch_exit_to_user_mode_work()
H A Dthread_info.h96 #define _TIF_PER_TRAP BIT(TIF_PER_TRAP) macro