Home
last modified time | relevance | path

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

/linux/arch/mips/net/
H A Dbpf_jit_comp.h23 #define MIPS_R_A1 5 /* Argument */ macro
H A Dbpf_jit_comp32.c62 BIT(MIPS_R_A1) | \
120 [BPF_REG_1] = {MIPS_R_A1, MIPS_R_A0},
729 emit(ctx, move, MIPS_R_A1, src); in emit_atomic_r32()
733 emit(ctx, addiu, MIPS_R_A1, MIPS_R_T9, off); in emit_atomic_r32()
887 emit(ctx, move, MIPS_R_A1, lo(r0)); in emit_cmpxchg_r32()
H A Dbpf_jit_comp64.c69 [BPF_REG_2] = MIPS_R_A1,