Searched refs:UASM_i_LA (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/mips/kernel/ |
D | pm-cps.c | 215 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_cache_routine() 221 UASM_i_LA(pp, t1, (long)(CKSEG0 + cache_size)); in cps_gen_cache_routine() 295 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_flush_fsb() 392 UASM_i_LA(&p, t0, (long)mips_cps_pm_save); in cps_gen_entry_code() 402 UASM_i_LA(&p, r_pcohctl, (long)addr_gcr_cl_coherence()); in cps_gen_entry_code() 508 UASM_i_LA(&p, t0, (long)addr_cpc_cl_cmd()); in cps_gen_entry_code()
|
D | ftrace.c | 77 UASM_i_LA(&buf, v1, MCOUNT_ADDR); in ftrace_dyn_arch_init_insns()
|
D | smp-cps.c | 140 UASM_i_LA(&entry_code, 3, (long)mips_cm_base); in cps_prepare_cpus()
|
D | traps.c | 1900 UASM_i_LA(&buf, k0, handler); in set_except_vector()
|
/linux-4.1.27/drivers/watchdog/ |
D | octeon-wdt-main.c | 195 UASM_i_LA(&p, K0, (long)octeon_wdt_nmi_stage2); in octeon_wdt_build_stage1() 203 UASM_i_LA(&p, K0, (long)octeon_bootloader_entry_addr); in octeon_wdt_build_stage1()
|
/linux-4.1.27/arch/mips/mm/ |
D | uasm.c | 426 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr) in ISAFUNC() argument 438 UASM_EXPORT_SYMBOL(ISAFUNC(UASM_i_LA));
|
D | tlbex.c | 370 UASM_i_LA(p, K1, (long)&handler_reg_save); in build_get_work_registers() 373 UASM_i_LA(p, K0, (long)&handler_reg_save); in build_get_work_registers() 902 UASM_i_LA(p, ptr, (unsigned long)tlb_do_page_fault_0); in build_get_pgd_vmalloc64()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | uasm.h | 190 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr);
|