Home
last modified time | relevance | path

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

/arch/mips/mm/
Duasm.c521 void __uasminit UASM_i_LA(u32 **buf, unsigned int rs, long addr) in UASM_i_LA() function
531 UASM_EXPORT_SYMBOL(UASM_i_LA);
Dtlbex.c305 UASM_i_LA(p, K1, (long)&handler_reg_save); in build_get_work_registers()
308 UASM_i_LA(p, K0, (long)&handler_reg_save); in build_get_work_registers()
874 UASM_i_LA(p, ptr, (unsigned long)tlb_do_page_fault_0); in build_get_pgd_vmalloc64()
/arch/mips/include/asm/
Duasm.h138 void UASM_i_LA(u32 **buf, unsigned int rs, long addr);
/arch/mips/kernel/
Dtraps.c1379 UASM_i_LA(&buf, k0, handler); in set_except_vector()