Home
last modified time | relevance | path

Searched defs:PT_REGS_IP (Results 1 – 2 of 2) sorted by relevance

/linux/tools/lib/bpf/
A Dbpf_tracing.h78 #define PT_REGS_IP(x) ((x)->ip) macro
104 #define PT_REGS_IP(x) ((x)->eip) macro
128 #define PT_REGS_IP(x) ((x)->rip) macro
159 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro
183 #define PT_REGS_IP(x) ((x)->uregs[12]) macro
211 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro
235 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
257 #define PT_REGS_IP(x) ((x)->nip) macro
290 #define PT_REGS_IP(x) ((x)->tpc) macro
293 #define PT_REGS_IP(x) ((x)->pc) macro
[all …]
/linux/arch/um/include/asm/
A Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro

Completed in 6 milliseconds