Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c4204 u32 *ptr_limit, u8 opcode, bool off_is_neg) in retrieve_ptr_limit() argument
4206 bool mask_to_left = (opcode == BPF_ADD && off_is_neg) || in retrieve_ptr_limit()
4207 (opcode == BPF_SUB && !off_is_neg); in retrieve_ptr_limit()
4272 bool off_is_neg) in sanitize_ptr_alu() argument
4292 alu_state = off_is_neg ? BPF_ALU_NEG_VALUE : 0; in sanitize_ptr_alu()
4296 if (retrieve_ptr_limit(ptr_reg, &alu_limit, opcode, off_is_neg)) in sanitize_ptr_alu()