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

/linux-master/arch/um/include/asm/
H A Dptrace-generic.h21 #define PT_REGS_IP(r) UPT_IP(&(r)->regs) macro
/linux-master/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 228 milliseconds