Searched refs:reg2pt_regs (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c146 static const int reg2pt_regs[] = { variable
1785 ((BPF_CLASS(insn->code) == BPF_LDX ? reg2pt_regs[dst_reg] : DONT_CLEAR) << 8);
1903 ex->fixup = (prog - start_of_ldx) | (reg2pt_regs[dst_reg] << 8);

Completed in 153 milliseconds