Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dcore.c44 #define BPF_R2 regs[BPF_REG_2] macro
1818 BPF_R0 = (__bpf_call_base + insn->imm)(BPF_R1, BPF_R2, BPF_R3, in ___bpf_prog_run()
1823 BPF_R0 = (__bpf_call_base_args + insn->imm)(BPF_R1, BPF_R2, in ___bpf_prog_run()
1830 struct bpf_map *map = (struct bpf_map *) (unsigned long) BPF_R2; in ___bpf_prog_run()
2027 BPF_R2 = r2; \