Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h466 #define BPF_ALU_NEG_VALUE (1U << 2) macro
/openbmc/linux/kernel/bpf/
H A Dverifier.c12300 alu_state = off_is_neg ? BPF_ALU_NEG_VALUE : 0; in sanitize_ptr_alu()
18976 isneg = aux->alu_state & BPF_ALU_NEG_VALUE; in do_misc_fixups()