Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Dptrace.h15 #ifndef GET_IP
16 #define GET_IP(regs) ((regs)->pc) macro
19 #define SET_IP(regs, val) (GET_IP(regs) = (val))
24 return GET_IP(regs); in instruction_pointer()
/Linux-v4.19/arch/riscv/include/asm/
Dptrace.h73 #define GET_IP(regs) ((regs)->sepc) macro
74 #define SET_IP(regs, val) (GET_IP(regs) = (val))
78 return GET_IP(regs); in instruction_pointer()
/Linux-v4.19/arch/riscv/kernel/
Dstacktrace.c38 pc = GET_IP(regs); in walk_stackframe()
86 pc = GET_IP(regs); in walk_stackframe()
Dtraps.c73 print_vma_addr(KERN_CONT " in ", GET_IP(regs)); in do_trap()
/Linux-v4.19/arch/powerpc/include/asm/
Dptrace.h79 #define GET_IP(regs) ((regs)->nip) macro
/Linux-v4.19/arch/x86/include/asm/
Dptrace.h176 #define GET_IP(regs) ((regs)->ip) macro
/Linux-v4.19/arch/arm64/include/asm/
Dptrace.h288 #define GET_IP(regs) ((unsigned long)(regs)->pc) macro