Searched refs:BPF_TAIL_CALL (Results 1 – 18 of 18) sorted by relevance
873 if (insn->code == (BPF_JMP | BPF_TAIL_CALL)) in detect_reg_usage()1557 case BPF_JMP | BPF_TAIL_CALL: in do_jit()
2140 case BPF_JMP | BPF_TAIL_CALL: in do_jit()
390 case BPF_JMP | BPF_TAIL_CALL: in init_regs()1443 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_emit_insn()
1150 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_emit_insn()
1034 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1872 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1187 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_build_body()
1276 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_build_body()
67 #define BPF_TAIL_CALL 0xf0 macro
850 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1228 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1452 case BPF_JMP | BPF_TAIL_CALL: { in bpf_jit_insn()
1773 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1089 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1657 [BPF_JMP | BPF_TAIL_CALL] = &&JMP_TAIL_CALL, in ___bpf_prog_run()
3855 if (code == (BPF_JMP | BPF_TAIL_CALL)) { in bpf_insn_prepare_dump()
16505 insn->code = BPF_JMP | BPF_TAIL_CALL; in do_misc_fixups()
14879 BPF_JMP_IMM(BPF_TAIL_CALL, 0, 0, 0)
Completed in 93 milliseconds