Searched refs:PT_REGS_RC (Results 1 – 2 of 2) sorted by relevance
80 #define PT_REGS_RC(x) ((x)->ax) macro92 #define PT_REGS_RC(x) ((x)->gprs[2]) macro104 #define PT_REGS_RC(x) ((x)->regs[0]) macro
39 long ptr = PT_REGS_RC(ctx); in bpf_prog2()