Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/x86/
A Dsigreturn.c77 #define UC_STRICT_RESTORE_SS 0x4 macro
408 if (!!(ctx->uc_flags & UC_STRICT_RESTORE_SS) != was_64bit) { in validate_signal_ss()
500 if (ctx->uc_flags & UC_STRICT_RESTORE_SS) { in sigtrap()
524 if (!(ctx->uc_flags & UC_STRICT_RESTORE_SS)) { in sigusr2()
530 ctx->uc_flags &= ~UC_STRICT_RESTORE_SS; in sigusr2()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Ducontext.h51 #define UC_STRICT_RESTORE_SS 0x4 macro
/linux-6.3-rc2/arch/x86/kernel/
A Dsignal_64.c92 if (unlikely(!(uc_flags & UC_STRICT_RESTORE_SS) && user_64bit_mode(regs))) in restore_sigcontext()
159 flags |= UC_STRICT_RESTORE_SS; in frame_uc_flags()

Completed in 7 milliseconds