Home
last modified time | relevance | path

Searched refs:JIT_REG_TMP (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c48 * - JIT_REG_TMP is an artifact needed to translate some BPF instructions.
85 [JIT_REG_TMP] = {ARC_R_10, ARC_R_11}
1451 REG_LO(JIT_REG_TMP), REG_LO(rm), (u32)(*off)); in adjust_mem_access()
1452 *arc_reg_mem = REG_LO(JIT_REG_TMP); in adjust_mem_access()
1494 /* REG_LO(JIT_REG_TMP) might be used by "adjust_mem_access()". */ in store_i()
1495 const u8 arc_rs = REG_HI(JIT_REG_TMP); in store_i()
1625 len = mov_r64_i32(buf, JIT_REG_TMP, imm); in add_r64_i32()
1626 len += add_r64(BUF(buf, len), rd, JIT_REG_TMP); in add_r64_i32()
1657 len = mov_r64_i32(buf, JIT_REG_TMP, imm); in sub_r64_i32()
1658 len += sub_r64(BUF(buf, len), rd, JIT_REG_TMP); in sub_r64_i32()
[all...]
H A Dbpf_jit_core.c612 *len += mov_r32_i32(BUF(buf, *len), JIT_REG_TMP, in handle_jumps()
615 *len += mov_r64_i32(BUF(buf, *len), JIT_REG_TMP, in handle_jumps()
618 rs = JIT_REG_TMP; in handle_jumps()
H A Dbpf_jit.h27 #define JIT_REG_TMP MAX_BPF_JIT_REG macro
/linux/arch/mips/net/
H A Dbpf_jit_comp32.c41 #define JIT_REG_TMP MAX_BPF_JIT_REG macro
140 [JIT_REG_TMP] = {MIPS_R_T7, MIPS_R_T6},
1468 const u8 *tmp = bpf2mips32[JIT_REG_TMP]; in build_insn()