Searched refs:UASM_i_LA (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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() 296 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_flush_fsb() 393 UASM_i_LA(&p, t0, (long)mips_cps_pm_save); in cps_gen_entry_code() 403 UASM_i_LA(&p, r_pcohctl, (long)addr_gcr_cl_coherence()); in cps_gen_entry_code() 509 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 | traps.c | 1905 UASM_i_LA(&buf, k0, handler); in set_except_vector()
|
/linux-4.4.14/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.4.14/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 | 371 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() 909 UASM_i_LA(p, ptr, (unsigned long)tlb_do_page_fault_0); in build_get_pgd_vmalloc64()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | uasm.h | 190 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr);
|