Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dbpf_helpers.h80 #define PT_REGS_RC(x) ((x)->ax) macro
92 #define PT_REGS_RC(x) ((x)->gprs[2]) macro
104 #define PT_REGS_RC(x) ((x)->regs[0]) macro
Dtracex4_kern.c39 long ptr = PT_REGS_RC(ctx); in bpf_prog2()