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

/linux-master/arch/arm/net/
H A Dbpf_jit_32.c130 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) /* TEMP Register 2 */ macro
172 [TMP_REG_2] = {ARM_R9, ARM_R8},
847 const s8 *tmp2 = bpf2a32[TMP_REG_2];
1011 const s8 *tmp2 = bpf2a32[TMP_REG_2];
1035 const s8 *tmp2 = bpf2a32[TMP_REG_2];
1060 const s8 *tmp2 = bpf2a32[TMP_REG_2];
1084 const s8 *tmp2 = bpf2a32[TMP_REG_2];
1110 const s8 *tmp2 = bpf2a32[TMP_REG_2];
1140 const s8 *tmp2 = bpf2a32[TMP_REG_2];
1169 const s8 *tmp2 = bpf2a32[TMP_REG_2];
[all...]
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp32.c66 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
98 [TMP_REG_2] = {RV_REG_T5, RV_REG_T4},
410 const s8 *tmp2 = bpf2rv32[TMP_REG_2];
515 const s8 *tmp2 = bpf2rv32[TMP_REG_2];
569 const s8 *tmp2 = bpf2rv32[TMP_REG_2];
727 const s8 *tmp2 = bpf2rv32[TMP_REG_2];
840 const s8 *tmp2 = bpf2rv32[TMP_REG_2];
878 const s8 *tmp2 = bpf2rv32[TMP_REG_2];
967 const s8 *tmp2 = bpf2rv32[TMP_REG_2];
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c204 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
232 [TMP_REG_2] = G2,
1023 const u8 tmp2 = bpf2sparc[TMP_REG_2];
1114 const u8 tmp = bpf2sparc[TMP_REG_2];
1299 const u8 tmp2 = bpf2sparc[TMP_REG_2];
1374 const u8 tmp2 = bpf2sparc[TMP_REG_2];
1404 const u8 tmp2 = bpf2sparc[TMP_REG_2];
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c70 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
104 [TMP_REG_2] = {HPPA_REG_T5, HPPA_REG_T4},
568 const s8 *tmp2 = regmap[TMP_REG_2];
636 const s8 *tmp2 = regmap[TMP_REG_2];
704 const s8 *tmp2 = regmap[TMP_REG_2];
871 const s8 *tmp2 = regmap[TMP_REG_2];
1010 const s8 *tmp2 = regmap[TMP_REG_2];
1057 const s8 *tmp2 = regmap[TMP_REG_2];
1129 const s8 *tmp2 = regmap[TMP_REG_2];
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c28 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
63 [TMP_REG_2] = A64_R(11),
425 const u8 prg = bpf2a64[TMP_REG_2];
491 const u8 tmp2 = bpf2a64[TMP_REG_2];
561 const u8 tmp2 = bpf2a64[TMP_REG_2];
835 const u8 tmp2 = bpf2a64[TMP_REG_2];
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c46 #define TMP_REG_2 (MAX_BPF_JIT_REG + 1) macro
69 ctx->b2p[TMP_REG_2] = _R10;
381 u32 tmp2_reg = bpf_to_ppc(TMP_REG_2);
807 /* load value from memory into TMP_REG_2 */

Completed in 190 milliseconds