Searched refs:MIPS_R_A1 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 23 #define MIPS_R_A1 5 /* Argument */ macro
|
H A D | bpf_jit_comp32.c | 62 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 D | bpf_jit_comp64.c | 69 [BPF_REG_2] = MIPS_R_A1,
|