Home
last modified time | relevance | path

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

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