/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | disasm.c | 135 [BPF_EXIT >> 4] = "exit", 328 } else if (insn->code == (BPF_JMP | BPF_EXIT)) { in print_bpf_insn()
|
/openbmc/linux/kernel/bpf/ |
H A D | disasm.c | 135 [BPF_EXIT >> 4] = "exit", 328 } else if (insn->code == (BPF_JMP | BPF_EXIT)) { in print_bpf_insn()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | cfg.c | 181 if (opcode == BPF_EXIT || opcode == BPF_CALL) in func_partition_bb_head() 305 BPF_OP(insn->code) == BPF_EXIT) { in func_add_bb_edges()
|
/openbmc/linux/samples/bpf/ |
H A D | bpf_insn.h | 227 .code = BPF_JMP | BPF_EXIT, \
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | reuseport_bpf.c | 106 { BPF_JMP | BPF_EXIT, 0, 0, 0, 0 } in attach_ebpf() 344 { BPF_JMP | BPF_EXIT, 0, 0, 0, 0 } in test_filter_no_reuseport()
|
H A D | reuseport_bpf_numa.c | 83 { BPF_JMP | BPF_EXIT, 0, 0, 0, 0 } in attach_bpf()
|
H A D | psock_fanout.c | 158 { BPF_JMP | BPF_EXIT, 0, 0, 0, 0 } in sock_fanout_set_ebpf()
|
/openbmc/linux/tools/include/linux/ |
H A D | filter.h | 335 .code = BPF_JMP | BPF_EXIT, \
|
/openbmc/linux/Documentation/bpf/ |
H A D | classic_vs_extended.rst | 317 BPF_EXIT 0x90 /* eBPF BPF_JMP only: function return */ 338 and perform function exit. eBPF is modeled to match CPU, so BPF_JMP | BPF_EXIT 340 value into register R0 before doing a BPF_EXIT. Class 6 in eBPF is used as
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 457 return op != BPF_JA && op != BPF_EXIT && op != BPF_CALL; in is_mbpf_cond_jump()
|
H A D | verifier.c | 654 if (meta->insn.code == (BPF_JMP | BPF_EXIT)) in nfp_verify_insn()
|
H A D | jit.c | 3536 [BPF_JMP | BPF_EXIT] = jmp_exit, 3565 if (meta->insn.code == (BPF_JMP | BPF_EXIT) && in nfp_fixup_branches() 3590 if (meta->insn.code == (BPF_JMP | BPF_EXIT)) in nfp_fixup_branches() 4504 if (BPF_OP(code) == BPF_EXIT) in nfp_bpf_jit_prepare()
|
/openbmc/linux/Documentation/bpf/standardization/ |
H A D | instruction-set.rst | 362 BPF_EXIT 0x9 0x0 return BPF_JMP only 370 ``BPF_EXIT``. 412 A ``BPF_EXIT`` within the program-local function will return to the caller.
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_comp64.c | 415 case BPF_JMP | BPF_EXIT: in init_regs() 988 case BPF_JMP | BPF_EXIT: in bpf_jit_emit_insn()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt.c | 931 insns[insns_cnt].code != (BPF_JMP | BPF_EXIT); in load_prog()
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 395 case BPF_JMP | BPF_EXIT: in init_regs() 1534 case BPF_JMP | BPF_EXIT: in bpf_jit_emit_insn()
|
H A D | bpf_jit_comp32.c | 1224 case BPF_JMP | BPF_EXIT: in bpf_jit_emit_insn()
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp64.c | 1047 case BPF_JMP | BPF_EXIT: in build_insn()
|
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 982 case BPF_JMP | BPF_EXIT: in bpf_jit_build_body()
|
H A D | bpf_jit_comp32.c | 1038 case BPF_JMP | BPF_EXIT: in bpf_jit_build_body()
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 399 .code = BPF_JMP | BPF_EXIT, \
|
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 856 case BPF_JMP | BPF_EXIT: in build_insn()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 46 #define BPF_EXIT 0x90 /* function return */ macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 46 #define BPF_EXIT 0x90 /* function return */ macro
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 1233 case BPF_JMP | BPF_EXIT: in build_insn()
|