Home
last modified time | relevance | path

Searched defs:PT_REGS_IP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_tracing.h63 #define PT_REGS_IP(x) ((x)->ip) macro
89 #define PT_REGS_IP(x) ((x)->eip) macro
113 #define PT_REGS_IP(x) ((x)->rip) macro
144 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro
168 #define PT_REGS_IP(x) ((x)->uregs[12]) macro
196 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro
220 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
242 #define PT_REGS_IP(x) ((x)->nip) macro
275 #define PT_REGS_IP(x) ((x)->tpc) macro
278 #define PT_REGS_IP( macro
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_tracing.h497 #define PT_REGS_IP(x) (__PT_REGS_CAST(x)->__PT_IP_REG) macro
575 #define PT_REGS_IP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro

Completed in 4 milliseconds