Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/um/shared/sysdep/
H A Dmcontext.h17 (fi).trap_no = (mc)->gregs[REG_TRAPNO]; \
26 (fi).trap_no = (mc)->gregs[REG_TRAPNO]; \
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dpkey-powerpc.h14 #define REG_TRAPNO PT_TRAP macro
H A Dprotection_keys.c339 trapno = uctxt->uc_mcontext.gregs[REG_TRAPNO]; in signal_handler()
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dsigreturn.c485 sig_trapno = ctx->uc_mcontext.gregs[REG_TRAPNO]; in sigtrap()
619 if (i == REG_TRAPNO || i == REG_IP) in test_valid_sigreturn()