Lines Matching refs:pt_regs
136 BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc) in BPF_CALL_2() argument
569 __bpf_perf_event_output(struct pt_regs *regs, struct bpf_map *map, in __bpf_perf_event_output()
608 BPF_CALL_5(bpf_perf_event_output, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_5() argument
657 struct pt_regs regs[3];
680 struct pt_regs *regs; in bpf_event_output()
734 BTF_ID(struct, pt_regs)
997 BPF_CALL_1(bpf_get_func_ip_kprobe, struct pt_regs *, regs) in BPF_CALL_1() argument
1184 if (off < 0 || off >= sizeof(struct pt_regs)) in kprobe_prog_is_valid_access()
1194 if (off + size > sizeof(struct pt_regs)) in kprobe_prog_is_valid_access()
1211 struct pt_regs *regs = *(struct pt_regs **)tp_buff; in BPF_CALL_5()
1235 struct pt_regs *regs = *(struct pt_regs **)tp_buff; in BPF_CALL_3()
1258 struct pt_regs *regs = *(struct pt_regs **)tp_buff; in BPF_CALL_4()
1405 struct pt_regs regs[3];
1409 static struct pt_regs *get_bpf_raw_tp_regs(void) in get_bpf_raw_tp_regs()
1430 struct pt_regs *regs = get_bpf_raw_tp_regs(); in BPF_CALL_5()
1460 struct pt_regs *regs = get_bpf_raw_tp_regs(); in BPF_CALL_3()
1486 struct pt_regs *regs = get_bpf_raw_tp_regs(); in BPF_CALL_4()