Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp64.c35 #define JIT_REG_ZX (MAX_BPF_JIT_REG + 1) macro
85 [JIT_REG_ZX] = MIPS_R_V1,
110 emit(ctx, and, dst, dst, bpf2mips64[JIT_REG_ZX]); in emit_zext()
111 access_reg(ctx, JIT_REG_ZX); /* We need the ZX register */ in emit_zext()
441 u8 zx = bpf2mips64[JIT_REG_ZX]; in emit_call()
465 if (ctx->accessed & BIT(JIT_REG_ZX)) { in emit_call()
550 u8 zx = bpf2mips64[JIT_REG_ZX]; in build_prologue()
579 if (ctx->accessed & BIT(JIT_REG_ZX)) in build_prologue()
609 if (ctx->accessed & BIT(JIT_REG_ZX)) { in build_prologue()