Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h1001 static inline bool bpf_stack_narrow_access_ok(int off, int fill_size, int spill_size) in bpf_stack_narrow_access_ok() argument
1004 off -= spill_size - fill_size; in bpf_stack_narrow_access_ok()
/linux-6.15/kernel/bpf/
H A Dverifier.c5318 u8 spill_size = 1; in check_stack_read_fixed_off() local
5321 spill_size++; in check_stack_read_fixed_off()
5323 if (size != BPF_REG_SIZE || spill_size != BPF_REG_SIZE) { in check_stack_read_fixed_off()
5334 if (size <= spill_size && in check_stack_read_fixed_off()
5335 bpf_stack_narrow_access_ok(off, size, spill_size)) { in check_stack_read_fixed_off()
9460 int spill_size = 0; in get_constant_map_key() local
9491 spill_size++; in get_constant_map_key()
9492 if (spill_size != key_size) in get_constant_map_key()