Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.h24 #define MIPS_R_A2 6 /* Argument */ macro
H A Dbpf_jit_comp32.c63 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 Dbpf_jit_comp64.c70 [BPF_REG_3] = MIPS_R_A2,