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

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c45 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro
68 ctx->b2p[TMP_REG_1] = _R9;
140 EMIT(PPC_RAW_LI(bpf_to_ppc(TMP_REG_1), 0));
142 EMIT(PPC_RAW_STD(bpf_to_ppc(TMP_REG_1), _R1, -(BPF_PPC_STACK_SAVE + 8)));
295 EMIT(PPC_RAW_LWZ(bpf_to_ppc(TMP_REG_1), b2p_bpf_array, offsetof(struct bpf_array, map.max_entries)));
297 EMIT(PPC_RAW_CMPLW(b2p_index, bpf_to_ppc(TMP_REG_1)));
304 EMIT(PPC_RAW_LD(bpf_to_ppc(TMP_REG_1), _R1, bpf_jit_stack_tailcallcnt(ctx)));
305 EMIT(PPC_RAW_CMPLWI(bpf_to_ppc(TMP_REG_1), MAX_TAIL_CALL_CNT));
311 EMIT(PPC_RAW_ADDI(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_1),
[all...]
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c203 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro
231 [TMP_REG_1] = G1,
308 unsigned int tmp = bpf2sparc[TMP_REG_1];
327 unsigned int tmp = bpf2sparc[TMP_REG_1];
468 unsigned int tmp = bpf2sparc[TMP_REG_1];
663 const u8 tmp = bpf2sparc[TMP_REG_1];
854 const u8 tmp = bpf2sparc[TMP_REG_1];
954 const u8 tmp = bpf2sparc[TMP_REG_1];
965 const u8 tmp = bpf2sparc[TMP_REG_1];
1022 const u8 tmp = bpf2sparc[TMP_REG_1];
[all...]
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c129 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) /* TEMP Register 1 */ macro
171 [TMP_REG_1] = {ARM_R7, ARM_R6},
523 const s8 *tmp = bpf2a32[TMP_REG_1];
735 const s8 *tmp = bpf2a32[TMP_REG_1];
747 const s8 *tmp = bpf2a32[TMP_REG_1];
846 const s8 *tmp = bpf2a32[TMP_REG_1];
875 const s8 *tmp = bpf2a32[TMP_REG_1];
897 const u8 *tmp = bpf2a32[TMP_REG_1];
914 const s8 *tmp = bpf2a32[TMP_REG_1];
967 const s8 *tmp = bpf2a32[TMP_REG_1];
[all...]
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp32.c65 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro
97 [TMP_REG_1] = {RV_REG_T3, RV_REG_T2},
246 const s8 *tmp1 = bpf2rv32[TMP_REG_1];
330 const s8 *tmp1 = bpf2rv32[TMP_REG_1];
409 const s8 *tmp1 = bpf2rv32[TMP_REG_1];
514 const s8 *tmp1 = bpf2rv32[TMP_REG_1];
568 const s8 *tmp1 = bpf2rv32[TMP_REG_1];
726 const s8 *tmp1 = bpf2rv32[TMP_REG_1];
839 const s8 *tmp1 = bpf2rv32[TMP_REG_1];
877 const s8 *tmp1 = bpf2rv32[TMP_REG_1];
[all...]
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c69 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro
103 [TMP_REG_1] = {HPPA_REG_T3, HPPA_REG_T2},
424 const s8 *tmp1 = regmap[TMP_REG_1];
512 const s8 *tmp1 = regmap[TMP_REG_1];
567 const s8 *tmp1 = regmap[TMP_REG_1];
635 const s8 *tmp1 = regmap[TMP_REG_1];
703 const s8 *tmp1 = regmap[TMP_REG_1];
870 const s8 *tmp1 = regmap[TMP_REG_1];
888 const s8 *tmp = regmap[TMP_REG_1];
1009 const s8 *tmp1 = regmap[TMP_REG_1];
[all...]
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c27 #define TMP_REG_1 (MAX_BPF_JIT_REG + 0) macro
62 [TMP_REG_1] = A64_R(10),
182 u8 tmp = bpf2a64[TMP_REG_1];
424 const u8 tmp = bpf2a64[TMP_REG_1];
490 const u8 tmp = bpf2a64[TMP_REG_1];
560 const u8 tmp = bpf2a64[TMP_REG_1];
679 const u8 tmp = bpf2a64[TMP_REG_1];
834 const u8 tmp = bpf2a64[TMP_REG_1];

Completed in 188 milliseconds