Searched refs:UASM_i_LA (Results 1 – 4 of 4) sorted by relevance
/arch/mips/mm/ |
D | uasm.c | 521 void __uasminit UASM_i_LA(u32 **buf, unsigned int rs, long addr) in UASM_i_LA() function 531 UASM_EXPORT_SYMBOL(UASM_i_LA);
|
D | tlbex.c | 305 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/ |
D | uasm.h | 138 void UASM_i_LA(u32 **buf, unsigned int rs, long addr);
|
/arch/mips/kernel/ |
D | traps.c | 1379 UASM_i_LA(&buf, k0, handler); in set_except_vector()
|