Home
last modified time | relevance | path

Searched refs:REG_TRAPNO (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dmcontext.h17 (fi).trap_no = (mc)->gregs[REG_TRAPNO]; \
26 (fi).trap_no = (mc)->gregs[REG_TRAPNO]; \
/openbmc/qemu/linux-user/include/host/i386/
H A Dhost-signal.h34 return uc->uc_mcontext.gregs[REG_TRAPNO] == 0xe in host_signal_write()
/openbmc/qemu/linux-user/include/host/x86_64/
H A Dhost-signal.h33 return uc->uc_mcontext.gregs[REG_TRAPNO] == 0xe in host_signal_write()
/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-powerpc.h11 #define REG_TRAPNO PT_TRAP macro
H A Dprotection_keys.c331 trapno = uctxt->uc_mcontext.gregs[REG_TRAPNO]; in signal_handler()
/openbmc/linux/tools/testing/selftests/x86/
H A Dsigreturn.c482 sig_trapno = ctx->uc_mcontext.gregs[REG_TRAPNO]; in sigtrap()
616 if (i == REG_TRAPNO || i == REG_IP) in test_valid_sigreturn()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1725 #define REG_TRAPNO TRAPNO macro
1748 (long)uc->uc_mcontext.gregs[REG_TRAPNO], in sig_handler()