Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dverifier.c5329 u32 *ptr_limit, u8 opcode, bool off_is_neg) in retrieve_ptr_limit() argument
5331 bool mask_to_left = (opcode == BPF_ADD && off_is_neg) || in retrieve_ptr_limit()
5332 (opcode == BPF_SUB && !off_is_neg); in retrieve_ptr_limit()
5397 bool off_is_neg) in sanitize_ptr_alu() argument
5417 alu_state = off_is_neg ? BPF_ALU_NEG_VALUE : 0; in sanitize_ptr_alu()
5421 if (retrieve_ptr_limit(ptr_reg, &alu_limit, opcode, off_is_neg)) in sanitize_ptr_alu()