Searched refs:GPR_A1 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/mm/ |
H A D | page.c | 360 uasm_i_ld(buf, reg, off, GPR_A1); in build_copy_load() 362 uasm_i_lw(buf, reg, off, GPR_A1); in build_copy_load() 381 _uasm_i_pref(buf, pref_src_mode, pref_bias_copy_load + off, GPR_A1); in build_copy_load_pref() 484 pg_addiu(&buf, GPR_A1, GPR_A1, 2 * off); in build_copy_page() 529 pg_addiu(&buf, GPR_A1, GPR_A1, 2 * off); in build_copy_page() 567 pg_addiu(&buf, GPR_A1, GPR_A1, 2 * off); in build_copy_page()
|
/linux/arch/mips/include/asm/ |
H A D | regdef.h | 27 #define GPR_A1 5 macro 70 #define GPR_A1 5 macro
|
/linux/arch/mips/kernel/ |
H A D | pm-cps.c | 342 const unsigned r_nc_count = GPR_A1; in cps_gen_entry_code()
|