Searched refs:BPF_TAIL_CALL (Results 1 – 17 of 17) sorted by relevance
369 case BPF_JMP | BPF_TAIL_CALL: in init_regs()948 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_emit_insn()
1152 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_emit_insn()
836 if (insn->code == (BPF_JMP | BPF_TAIL_CALL)) in detect_reg_usage()1420 case BPF_JMP | BPF_TAIL_CALL: in do_jit()
2140 case BPF_JMP | BPF_TAIL_CALL: in do_jit()
1026 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1865 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1056 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_build_body()
1093 case BPF_JMP | BPF_TAIL_CALL: in bpf_jit_build_body()
772 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
66 #define BPF_TAIL_CALL 0xf0 macro
1346 case BPF_JMP | BPF_TAIL_CALL: { in bpf_jit_insn()
1228 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1788 case BPF_JMP | BPF_TAIL_CALL: in build_insn()
1393 [BPF_JMP | BPF_TAIL_CALL] = &&JMP_TAIL_CALL, in ___bpf_prog_run()
3547 if (code == (BPF_JMP | BPF_TAIL_CALL)) { in bpf_insn_prepare_dump()
13048 insn->code = BPF_JMP | BPF_TAIL_CALL; in do_misc_fixups()
14603 BPF_JMP_IMM(BPF_TAIL_CALL, 0, 0, 0)
Completed in 105 milliseconds