Searched refs:MIPS_R_A2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 24 #define MIPS_R_A2 6 /* Argument */ macro
|
H A D | bpf_jit_comp32.c | 63 BIT(MIPS_R_A2) | \ 121 [BPF_REG_2] = {MIPS_R_A3, MIPS_R_A2}, 815 emit(ctx, addiu, MIPS_R_A2, MIPS_R_T9, off); in emit_atomic_r64() 889 emit(ctx, move, MIPS_R_A2, MIPS_R_T8); in emit_cmpxchg_r32()
|
H A D | bpf_jit_comp64.c | 70 [BPF_REG_3] = MIPS_R_A2,
|