Searched refs:PT_REGS_PARM1 (Results 1 – 5 of 5) sorted by relevance
266 #define PT_REGS_PARM1(x) ((x)->di) macro279 #define PT_REGS_PARM1(x) ((x)->gprs[2]) macro292 #define PT_REGS_PARM1(x) ((x)->regs[0]) macro305 #define PT_REGS_PARM1(x) ((x)->regs[4]) macro318 #define PT_REGS_PARM1(x) ((x)->gpr[3]) macro329 #define PT_REGS_PARM1(x) ((x)->u_regs[UREG_I0]) macro
31 struct Request rq = {.rq = PT_REGS_PARM1(ctx)}; in probe_blk_start_request()38 struct Request rq = {.rq = PT_REGS_PARM1(ctx)}; in probe_blk_update_request()
9 struct Ptr key = {.ptr = PT_REGS_PARM1(ctx)}; in count_sched()
560 if (!PT_REGS_PARM1(ctx))566 bpf_probe_read(&key.c, sizeof(key.c), (void *)PT_REGS_PARM1(ctx));595 1. ```PT_REGS_PARM1(ctx)```: This fetches the first argument to ```strlen()```, which is the string.
192 bpf_probe_read(&buf, sizeof(buf), (void *)PT_REGS_PARM1(ctx));