Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h562 #define BPF_ALU_NEG_VALUE (1U << 2) macro
/linux/kernel/bpf/
H A Dfixups.c1698 isneg = aux->alu_state & BPF_ALU_NEG_VALUE; in bpf_do_misc_fixups()
H A Dverifier.c13577 alu_state = off_is_neg ? BPF_ALU_NEG_VALUE : 0; in sanitize_ptr_alu()