Searched refs:GPR_T9 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dregdef.h51 #define GPR_T9 25 macro
94 #define GPR_T9 25 /* callee address for PIC/temp */ macro
/linux-master/arch/mips/mm/
H A Dpage.c97 uasm_i_lui(buf, GPR_T9, uasm_rel_hi(off));
98 uasm_i_addiu(buf, GPR_T9, GPR_T9, uasm_rel_lo(off));
100 uasm_i_addiu(buf, GPR_T9, GPR_ZERO, off);
101 uasm_i_daddu(buf, reg1, reg2, GPR_T9);
104 uasm_i_lui(buf, GPR_T9, uasm_rel_hi(off));
105 uasm_i_addiu(buf, GPR_T9, GPR_T9, uasm_rel_lo(off));
106 UASM_i_ADDU(buf, reg1, reg2, GPR_T9);
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c64 UASM_i_LA(&p, GPR_T9, ST0_NMI);
65 uasm_i_and(&p, GPR_K0, GPR_K0, GPR_T9);
85 UASM_i_LA(&p, GPR_T9, CKSEG1ADDR(__pa_symbol(mips_cps_core_boot)));
87 UASM_i_LA(&p, GPR_T9, TO_UNCAC(__pa_symbol(mips_cps_core_boot)));
89 uasm_i_jr(&p, GPR_T9);
/linux-master/arch/mips/kvm/
H A Dentry.c267 UASM_i_LA(&p, GPR_T9, (unsigned long)tlbmiss_handler_setup_pgd);
268 uasm_i_jalr(&p, GPR_RA, GPR_T9);
648 UASM_i_LA(&p, GPR_T9, (unsigned long)tlbmiss_handler_setup_pgd);
649 uasm_i_jalr(&p, GPR_RA, GPR_T9);
717 UASM_i_LA(&p, GPR_T9, (unsigned long)kvm_mips_handle_exit);
718 uasm_i_jalr(&p, GPR_RA, GPR_T9);

Completed in 110 milliseconds