Home
last modified time | relevance | path

Searched refs:UASM_i_LA (Results 1 – 6 of 6) sorted by relevance

/arch/mips/kernel/
Dpm-cps.c214 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_cache_routine()
220 UASM_i_LA(pp, t1, (long)(CKSEG0 + cache_size)); in cps_gen_cache_routine()
297 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_flush_fsb()
394 UASM_i_LA(&p, t0, (long)mips_cps_pm_save); in cps_gen_entry_code()
404 UASM_i_LA(&p, r_pcohctl, (long)addr_gcr_cl_coherence()); in cps_gen_entry_code()
510 UASM_i_LA(&p, t0, (long)addr_cpc_cl_cmd()); in cps_gen_entry_code()
Dftrace.c77 UASM_i_LA(&buf, v1, MCOUNT_ADDR); in ftrace_dyn_arch_init_insns()
Dtraps.c1922 UASM_i_LA(&buf, k0, handler); in set_except_vector()
/arch/mips/mm/
Duasm.c426 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr) in ISAFUNC() argument
438 UASM_EXPORT_SYMBOL(ISAFUNC(UASM_i_LA));
Dtlbex.c371 UASM_i_LA(p, K1, (long)&handler_reg_save); in build_get_work_registers()
374 UASM_i_LA(p, K0, (long)&handler_reg_save); in build_get_work_registers()
926 UASM_i_LA(p, ptr, (unsigned long)tlb_do_page_fault_0); in build_get_pgd_vmalloc64()
/arch/mips/include/asm/
Duasm.h190 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr);