Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/um/shared/sysdep/
H A Dmcontext.h17 (fi).trap_no = (mc)->gregs[REG_TRAPNO]; \
26 (fi).trap_no = (mc)->gregs[REG_TRAPNO]; \
/linux-6.15/tools/testing/selftests/mm/
H A Dpkey-powerpc.h14 #define MCONTEXT_TRAPNO(mc) mc.gp_regs[REG_TRAPNO]
15 #define REG_TRAPNO PT_TRAP macro
H A Dpkey-x86.h19 #define MCONTEXT_TRAPNO(mc) mc.gregs[REG_TRAPNO]
/linux-6.15/tools/testing/selftests/x86/
H A Dsigreturn.c462 sig_trapno = ctx->uc_mcontext.gregs[REG_TRAPNO]; in sigtrap()
596 if (i == REG_TRAPNO || i == REG_IP) in test_valid_sigreturn()