Home
last modified time | relevance | path

Searched defs:frameno (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dliveness.c140 compute_callchain(struct bpf_verifier_env * env,struct bpf_verifier_state * st,struct callchain * callchain,u32 frameno) compute_callchain() argument
210 lookup_instance(struct bpf_verifier_env * env,struct bpf_verifier_state * st,u32 frameno) lookup_instance() argument
700 is_live_before(struct func_instance * instance,u32 insn_idx,u32 frameno,u32 spi) is_live_before() argument
726 bpf_stack_slot_alive(struct bpf_verifier_env * env,u32 frameno,u32 spi) bpf_stack_slot_alive() argument
[all...]
H A Dlog.c750 print_verifier_state(struct bpf_verifier_env * env,const struct bpf_verifier_state * vstate,u32 frameno,bool print_all) print_verifier_state() argument
855 print_insn_state(struct bpf_verifier_env * env,const struct bpf_verifier_state * vstate,u32 frameno) print_insn_state() argument
H A Dverifier.c2576 int callsite, int frameno, int subprogno) in init_func_state()
3495 static int insn_stack_access_flags(int frameno, int spi) in insn_stack_access_flags()
3512 u8 frameno; member
16163 u32 id, u32 frameno, u32 spi_or_reg, bool is_reg) in __collect_linked_regs()