Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dconst_fold.c307 aux->const_reg_map_mask = map_mask; in bpf_compute_const_regs()
H A Dverifier.c13326 if (!(aux->const_reg_map_mask & BIT(map_reg))) in bpf_helper_stack_access_bytes()
/linux/include/linux/
H A Dbpf_verifier.h725 u16 const_reg_map_mask; member