Searched refs:BPF_R1 (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dcore.c46 #define BPF_R1 regs[BPF_REG_1] macro
1993 /* Function call scratches BPF_R1-BPF_R5 registers,
1997 BPF_R0 = (__bpf_call_base + insn->imm)(BPF_R1, BPF_R2, BPF_R3,
2002 BPF_R0 = (__bpf_call_base_args + insn->imm)(BPF_R1, BPF_R2,
2221 BPF_R1 = r1; \

Completed in 116 milliseconds