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

/linux-master/arch/mips/mm/
H A Dpage.c471 build_copy_load(&buf, GPR_T2, off + 2 * copy_word_size);
479 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size);
493 build_copy_load(&buf, GPR_T2, off + 2 * copy_word_size);
501 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size);
517 build_copy_load(&buf, GPR_T2, off + 2 * copy_word_size);
524 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size);
535 build_copy_load(&buf, GPR_T2, off + 2 * copy_word_size);
542 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size);
559 build_copy_load(&buf, GPR_T2, off + 2 * copy_word_size);
563 build_copy_store(&buf, GPR_T2, of
[all...]
/linux-master/arch/mips/include/asm/
H A Dregdef.h32 #define GPR_T2 10 macro
83 #define GPR_T2 14 macro
/linux-master/arch/mips/kernel/
H A Dpm-cps.c272 uasm_i_mfc0(pp, GPR_T2, 25, (perf_counter * 2) + 0); /* PerfCtlN */
315 uasm_i_mtc0(pp, GPR_T2, 25, (perf_counter * 2) + 0); /* PerfCtlN */
397 uasm_i_addiu(&p, GPR_T2, GPR_T1, 1);
398 uasm_i_sc(&p, GPR_T2, 0, r_nc_count);
399 uasm_il_beqz(&p, &r, GPR_T2, lbl_incready);
577 uasm_i_addiu(&p, GPR_T2, GPR_T1, -1);
578 uasm_i_sc(&p, GPR_T2, 0, r_nc_count);
579 uasm_il_beqz(&p, &r, GPR_T2, lbl_decready);
/linux-master/arch/mips/kvm/
H A Dentry.c313 uasm_i_lw(&p, GPR_T2, offsetof(struct thread_info, cpu), GPR_GP);
315 uasm_i_sll(&p, GPR_T2, GPR_T2, ilog2(sizeof(long)));
316 UASM_i_ADDU(&p, GPR_T3, GPR_T1, GPR_T2);
324 uasm_i_mul(&p, GPR_T2, GPR_T2, GPR_T3);
327 UASM_i_ADDU(&p, GPR_AT, GPR_AT, GPR_T2);
328 UASM_i_LW(&p, GPR_T2, uasm_rel_lo((long)&cpu_data[0].asid_mask), GPR_AT);
329 uasm_i_and(&p, GPR_K0, GPR_K0, GPR_T2);

Completed in 99 milliseconds