Home
last modified time | relevance | path

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

/linux/arch/s390/net/
H A Dbpf_jit_comp.c84 static const int reg2hex[] = { variable
111 return reg2hex[dst_reg] << 4 | reg2hex[src_reg]; in reg()
116 return reg2hex[reg] << 4; in reg_high()
121 u32 r1 = reg2hex[b1]; in reg_set_seen()
754 probe->reg = reg2hex[insn->dst_reg]; in bpf_jit_probe_load_pre()
2712 reg2hex[arg] << 12); in __arch_prepare_bpf_trampoline()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c181 static const int reg2hex[] = { variable
278 return byte + reg2hex[dst_reg]; in add_1reg()
284 return byte + reg2hex[dst_reg] + (reg2hex[src_reg] << 3); in add_2reg()
671 int reg = reg2hex[bpf_reg]; in emit_indirect_jump()
1538 u8 vvvv = reg2hex[src_reg2]; in emit_3vex()