Home
last modified time | relevance | path

Searched refs:tail_call_seen (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c768 bool *regs_used, bool *tail_call_seen) in detect_reg_usage()
774 *tail_call_seen = true; in detect_reg_usage()
793 bool tail_call_seen = false; in do_jit() local
801 &tail_call_seen); in do_jit()
804 tail_call_reachable |= tail_call_seen; in do_jit()
767 detect_reg_usage(struct bpf_insn *insn, int insn_cnt, bool *regs_used, bool *tail_call_seen) detect_reg_usage() argument
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c923 bool *regs_used, bool *tail_call_seen) in detect_reg_usage()
929 *tail_call_seen = true; in detect_reg_usage()
1032 bool tail_call_seen = false; in do_jit() local
1041 &tail_call_seen); in do_jit()
1044 tail_call_reachable |= tail_call_seen; in do_jit()
922 detect_reg_usage(struct bpf_insn *insn, int insn_cnt, bool *regs_used, bool *tail_call_seen) detect_reg_usage() argument

Completed in 7 milliseconds