Searched refs:BPF_MOV32_REG (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_cmpxchg.c | 197 BPF_MOV32_REG(BPF_REG_0, BPF_REG_10), 201 BPF_MOV32_REG(BPF_REG_5, BPF_REG_10), 218 BPF_MOV32_REG(BPF_REG_0, BPF_REG_10), 222 BPF_MOV32_REG(BPF_REG_5, BPF_REG_10),
|
H A D | jmp32.c | 806 BPF_MOV32_REG(BPF_REG_6, BPF_REG_0), 834 BPF_MOV32_REG(BPF_REG_6, BPF_REG_0), 862 BPF_MOV32_REG(BPF_REG_6, BPF_REG_0),
|
H A D | jit.c | 94 BPF_MOV32_REG(BPF_REG_2, BPF_REG_2),
|
/openbmc/linux/samples/bpf/ |
H A D | bpf_insn.h | 54 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/openbmc/linux/tools/include/linux/ |
H A D | filter.h | 88 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 156 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/openbmc/linux/net/core/ |
H A D | filter.c | 673 *insn++ = BPF_MOV32_REG(BPF_REG_X, BPF_REG_X); in bpf_convert_filter()
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 18925 BPF_MOV32_REG(insn->dst_reg, insn->dst_reg), in do_misc_fixups()
|