Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dcore.c36 #define BPF_R2 regs[BPF_REG_2] macro
441 BPF_R0 = (__bpf_call_base + insn->imm)(BPF_R1, BPF_R2, BPF_R3, in __bpf_prog_run()
446 struct bpf_map *map = (struct bpf_map *) (unsigned long) BPF_R2; in __bpf_prog_run()