Searched refs:const_reg_mask (Results 1 – 3 of 3) sorted by relevance
306 aux->const_reg_mask = mask; in bpf_compute_const_regs()359 if (!(aux->const_reg_mask & BIT(insn->dst_reg))) in bpf_prune_dead_branches()366 if (!(aux->const_reg_mask & BIT(insn->src_reg))) in bpf_prune_dead_branches()
13369 if (aux->const_reg_mask & BIT(size_reg)) { in bpf_helper_stack_access_bytes()13451 if (aux->const_reg_mask & BIT(size_reg)) { in bpf_kfunc_stack_access_bytes()18304 if (!state->speculative && insn_aux->const_reg_mask) { in do_check()18306 u16 mask = insn_aux->const_reg_mask; in do_check()
724 u16 const_reg_mask; member