Searched refs:BPF_MOV32_REG (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | bpf_insn.h | 54 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | bpf_insn.h | 54 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | filter.h | 88 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | filter.h | 88 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 147 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | filter.h | 156 #define BPF_MOV32_REG(DST, SRC) \ macro
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 11675 BPF_MOV32_REG(insn->dst_reg, insn->dst_reg), in fixup_bpf_calls()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 673 *insn++ = BPF_MOV32_REG(BPF_REG_X, BPF_REG_X); in bpf_convert_filter()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 673 *insn++ = BPF_MOV32_REG(BPF_REG_X, BPF_REG_X); in bpf_convert_filter()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 18894 BPF_MOV32_REG(insn->dst_reg, insn->dst_reg), in do_misc_fixups()
|
Completed in 86 milliseconds