Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dsigreturn.c85 #define UC_STRICT_RESTORE_SS 0x4 macro
419 if (!!(ctx->uc_flags & UC_STRICT_RESTORE_SS) != was_64bit) { in validate_signal_ss()
498 if (ctx->uc_flags & UC_STRICT_RESTORE_SS) { in sigtrap()
522 if (!(ctx->uc_flags & UC_STRICT_RESTORE_SS)) { in sigusr2()
528 ctx->uc_flags &= ~UC_STRICT_RESTORE_SS; in sigusr2()
/Linux-v4.19/arch/x86/include/uapi/asm/
Ducontext.h51 #define UC_STRICT_RESTORE_SS 0x4 macro
/Linux-v4.19/arch/x86/kernel/
Dsignal.c140 if (unlikely(!(uc_flags & UC_STRICT_RESTORE_SS) && in restore_sigcontext()
454 flags |= UC_STRICT_RESTORE_SS; in frame_uc_flags()