Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dsigtrap_loop.c15 # define REG_IP REG_RIP macro
17 # define REG_IP REG_EIP macro
41 if (last_trap_ip == ctx->uc_mcontext.gregs[REG_IP]) { in sigtrap()
57 last_trap_ip = ctx->uc_mcontext.gregs[REG_IP]; in sigtrap()
/linux/arch/arm/nwfpe/
H A Dfpmodule.h20 #define REG_IP 12 macro