Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c205 #define TMP_REG_3 (MAX_BPF_JIT_REG + 2) macro
233 [TMP_REG_3] = G3,
1375 const u8 tmp3 = bpf2sparc[TMP_REG_3]; in build_insn()
1405 const u8 tmp3 = bpf2sparc[TMP_REG_3]; in build_insn()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c30 #define TMP_REG_3 (MAX_BPF_JIT_REG + 3) macro
64 [TMP_REG_3] = A64_R(12),
523 const u8 tmp3 = bpf2a64[TMP_REG_3]; in emit_ll_sc_atomic()