Searched refs:UC_STRICT_RESTORE_SS (Results 1 – 3 of 3) sorted by relevance
77 #define UC_STRICT_RESTORE_SS 0x4 macro408 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()
51 #define UC_STRICT_RESTORE_SS 0x4 macro
92 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