Searched refs:MIPS_R_V1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/mips/net/ |
D | bpf_jit_comp.h | 21 #define MIPS_R_V1 3 /* Result */ macro
|
D | bpf_jit_comp32.c | 57 BIT(MIPS_R_V1)) 118 [BPF_REG_0] = {MIPS_R_V1, MIPS_R_V0}, 572 clobber_reg(ctx, MIPS_R_V1); in emit_divmod_r64() 904 clobber_reg(ctx, MIPS_R_V1); in emit_cmpxchg_r32() 939 clobber_reg(ctx, MIPS_R_V1); in emit_cmpxchg_r64() 1285 clobber_reg(ctx, MIPS_R_V1); in emit_call() 1454 emit(ctx, move, MIPS_R_V0, MIPS_R_V1); in build_epilogue()
|
D | bpf_jit_comp64.c | 85 [JIT_REG_ZX] = MIPS_R_V1, 472 clobber_reg(ctx, MIPS_R_V1); in emit_call()
|