Searched refs:MIPS_R_A0 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/net/
H A Dbpf_jit_comp.h22 #define MIPS_R_A0 4 /* Argument */ macro
H A Dbpf_jit_comp32.c61 (BIT(MIPS_R_A0) | \
120 [BPF_REG_1] = {MIPS_R_A1, MIPS_R_A0},
730 emit(ctx, addiu, MIPS_R_A0, MIPS_R_T9, off);
732 emit(ctx, move, MIPS_R_A0, src);
888 emit(ctx, move, MIPS_R_A0, MIPS_R_T9);
927 emit(ctx, move, MIPS_R_A0, MIPS_R_T9);
1401 emit(ctx, move, lo(r1), MIPS_R_A0);
H A Dbpf_jit_comp64.c68 [BPF_REG_1] = MIPS_R_A0,

Completed in 195 milliseconds