Searched refs:BPF_REG_0 (Results 101 - 105 of 105) sorted by relevance

12345

/linux-master/kernel/bpf/
H A Dcore.c46 #define BPF_R0 regs[BPF_REG_0]
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c3770 u8 adj = (reg - BPF_REG_0) * 2;
3795 u8 adj = (reg - BPF_REG_0) * 2;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c2384 BPF_MOV64_IMM(BPF_REG_0, 0),
/linux-master/lib/
H A Dtest_bpf.c39 #define R0 BPF_REG_0
/linux-master/tools/lib/bpf/
H A Dlibbpf.c4941 BPF_MOV64_IMM(BPF_REG_0, 0),

Completed in 167 milliseconds

12345