Home
last modified time | relevance | path

Searched refs:REG_IP (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c26 #define REG_IP REG_RIP macro
29 #define REG_IP REG_EIP macro
40 printf("\tIP = 0x%lx\n", (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigsegv_or_sigbus()
60 unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[REG_IP]; in sigtrap()
77 unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[REG_IP]; in sigill()
H A Dmov_ss_trap.c42 # define REG_IP REG_RIP macro
44 # define REG_IP REG_EIP macro
109 (unsigned long)ctx->uc_mcontext.gregs[REG_IP], in sigtrap()
118 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in handle_and_return()
126 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in handle_and_longjmp()
H A Dsingle_step_syscall.c40 # define REG_IP REG_RIP macro
44 # define REG_IP REG_EIP macro
65 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigtrap()
81 (unsigned long)ctx->uc_mcontext.gregs[REG_IP], in print_and_longjmp()
H A Dsigreturn.c276 # define REG_IP REG_RIP macro
296 # define REG_IP REG_EIP macro
426 ctx->uc_mcontext.gregs[REG_IP] = in sigusr1()
596 if (i == REG_TRAPNO || i == REG_IP) in test_valid_sigreturn()
/linux-6.15/arch/arm/nwfpe/
H A Dfpmodule.h20 #define REG_IP 12 macro