Home
last modified time | relevance | path

Searched refs:BPF_TAIL_CALL (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c416 case BPF_JMP | BPF_TAIL_CALL: in init_regs()
983 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_emit_insn()
H A Dbpf_jit_comp32.c1318 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_emit_insn()
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c396 case BPF_JMP | BPF_TAIL_CALL: in init_regs()
1528 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_emit_insn()
H A Dbpf_jit_comp32.c1150 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_emit_insn()
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp64.c1037 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
H A Dbpf_jit_comp32.c1872 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c928 if (insn->code == (BPF_JMP | BPF_TAIL_CALL)) in detect_reg_usage()
1637 case BPF_JMP | BPF_TAIL_CALL: in do_jit()
H A Dbpf_jit_comp32.c2140 case BPF_JMP | BPF_TAIL_CALL: in do_jit()
/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c1217 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_build_body()
H A Dbpf_jit_comp32.c1288 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_build_body()
/openbmc/linux/include/linux/
H A Dfilter.h67 #define BPF_TAIL_CALL 0xf0 macro
/openbmc/linux/arch/loongarch/net/
H A Dbpf_jit.c849 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1228 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c1456 case BPF_JMP | BPF_TAIL_CALL: { in bpf_jit_insn()
/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c1773 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1127 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
/openbmc/linux/kernel/bpf/
H A Dcore.c1685 [BPF_JMP | BPF_TAIL_CALL] = &&JMP_TAIL_CALL, in ___bpf_prog_run()
H A Dsyscall.c4282 if (code == (BPF_JMP | BPF_TAIL_CALL)) { in bpf_insn_prepare_dump()
H A Dverifier.c19053 insn->code = BPF_JMP | BPF_TAIL_CALL; in do_misc_fixups()
/openbmc/linux/lib/
H A Dtest_bpf.c14871 BPF_JMP_IMM(BPF_TAIL_CALL, 0, 0, 0)