Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/x86/
Dsigreturn.c77 #define UC_STRICT_RESTORE_SS 0x4 macro
411 if (!!(ctx->uc_flags & UC_STRICT_RESTORE_SS) != was_64bit) { in validate_signal_ss()
503 if (ctx->uc_flags & UC_STRICT_RESTORE_SS) { in sigtrap()
527 if (!(ctx->uc_flags & UC_STRICT_RESTORE_SS)) { in sigusr2()
533 ctx->uc_flags &= ~UC_STRICT_RESTORE_SS; in sigusr2()
/Linux-v5.10/arch/x86/include/uapi/asm/
Ducontext.h51 #define UC_STRICT_RESTORE_SS 0x4 macro
/Linux-v5.10/arch/x86/kernel/
Dsignal.c135 if (unlikely(!(uc_flags & UC_STRICT_RESTORE_SS) && user_64bit_mode(regs))) in restore_sigcontext()
434 flags |= UC_STRICT_RESTORE_SS; in frame_uc_flags()