Searched refs:spill_size (Results 1 – 1 of 1) sorted by relevance
5432 u8 spill_size = 1; in check_stack_read_fixed_off() local 5435 spill_size++; in check_stack_read_fixed_off() 5437 if (size != BPF_REG_SIZE || spill_size != BPF_REG_SIZE) { in check_stack_read_fixed_off() 5448 if (size <= spill_size && in check_stack_read_fixed_off() 5449 bpf_stack_narrow_access_ok(off, size, spill_size)) { in check_stack_read_fixed_off() 9591 int spill_size = 0; in get_constant_map_key() local 9622 spill_size++; in get_constant_map_key() 9623 if (spill_size != key_size) in get_constant_map_key()