Searched refs:spill_size (Results 1 – 2 of 2) sorted by relevance
1001 static inline bool bpf_stack_narrow_access_ok(int off, int fill_size, int spill_size) in bpf_stack_narrow_access_ok() argument1004 off -= spill_size - fill_size; in bpf_stack_narrow_access_ok()
5318 u8 spill_size = 1; in check_stack_read_fixed_off() local5321 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() local9491 spill_size++; in get_constant_map_key()9492 if (spill_size != key_size) in get_constant_map_key()