Home
last modified time | relevance | path

Searched refs:stack_slot_scratched (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h946 static inline bool stack_slot_scratched(const struct bpf_verifier_env *env, u64 regno) in stack_slot_scratched() function
/linux/kernel/bpf/
H A Dlog.c782 if (!print_all && !stack_slot_scratched(env, i)) in print_verifier_state()