Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcore.c47 #define BPF_R2 regs[BPF_REG_2] macro
1971 BPF_R0 = (__bpf_call_base + insn->imm)(BPF_R1, BPF_R2, BPF_R3, in ___bpf_prog_run()
1976 BPF_R0 = (__bpf_call_base_args + insn->imm)(BPF_R1, BPF_R2, in ___bpf_prog_run()
1983 struct bpf_map *map = (struct bpf_map *) (unsigned long) BPF_R2; in ___bpf_prog_run()
2198 BPF_R2 = r2; \