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

/linux-master/arch/mips/kernel/
H A Dpm-cps.c204 uasm_i_addiu(pp, GPR_T1, GPR_T0, cache_size);
206 UASM_i_LA(pp, GPR_T1, (long)(CKSEG0 + cache_size));
226 uasm_il_bne(pp, pr, GPR_T0, GPR_T1, lbl);
308 uasm_i_mfc0(pp, GPR_T1, 25, (perf_counter * 2) + 1); /* PerfCntN */
311 uasm_il_beqz(pp, pr, GPR_T1, lbl);
329 uasm_i_ll(pp, GPR_T1, 0, r_addr);
330 uasm_i_or(pp, GPR_T1, GPR_T1, GPR_T0);
331 uasm_i_sc(pp, GPR_T1, 0, r_addr);
332 uasm_il_beqz(pp, pr, GPR_T1, lb
[all...]
/linux-master/arch/mips/mm/
H A Dpage.c469 build_copy_load(&buf, GPR_T1, off + copy_word_size);
477 build_copy_store(&buf, GPR_T1, off + copy_word_size);
491 build_copy_load(&buf, GPR_T1, off + copy_word_size);
499 build_copy_store(&buf, GPR_T1, off + copy_word_size);
516 build_copy_load(&buf, GPR_T1, off + copy_word_size);
522 build_copy_store(&buf, GPR_T1, off + copy_word_size);
534 build_copy_load(&buf, GPR_T1, off + copy_word_size);
540 build_copy_store(&buf, GPR_T1, off + copy_word_size);
558 build_copy_load(&buf, GPR_T1, off + copy_word_size);
562 build_copy_store(&buf, GPR_T1, of
[all...]
/linux-master/arch/mips/include/asm/
H A Dregdef.h31 #define GPR_T1 9 macro
82 #define GPR_T1 13 macro
/linux-master/arch/mips/kvm/
H A Dentry.c290 uasm_i_ext(&p, GPR_T1, GPR_T0, MIPS_GCTL1_ID_SHIFT,
292 uasm_i_ins(&p, GPR_T0, GPR_T1, MIPS_GCTL1_RID_SHIFT,
308 UASM_i_ADDIU(&p, GPR_T1, GPR_S0,
316 UASM_i_ADDU(&p, GPR_T3, GPR_T1, GPR_T2);

Completed in 125 milliseconds