Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c4122 u8 spill_size = 1; in check_stack_read_fixed_off() local
4125 spill_size++; in check_stack_read_fixed_off()
4127 if (size != BPF_REG_SIZE || spill_size != BPF_REG_SIZE) { in check_stack_read_fixed_off()
4137 if (size <= spill_size && in check_stack_read_fixed_off()
4138 bpf_stack_narrow_access_ok(off, size, spill_size)) { in check_stack_read_fixed_off()
4144 if (env->bpf_capable && size == 4 && spill_size == 4 && in check_stack_read_fixed_off()
8423 int spill_size = 0; in get_constant_map_key() local
8454 spill_size++; in get_constant_map_key()
8455 if (spill_size != key_size) in get_constant_map_key()