Home
last modified time | relevance | path

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

/arch/mips/mm/
Dtlbex.c481 UASM_i_LA(p, ptr, MODULE_START); in build_get_pgd_vmalloc64()
503 UASM_i_LA(p, ptr, VMALLOC_START); in build_get_pgd_vmalloc64()
506 UASM_i_LA(p, ptr, VMALLOC_START); in build_get_pgd_vmalloc64()
Duasm.h110 void UASM_i_LA(u32 **buf, unsigned int rs, long addr);
Duasm.c443 void __cpuinit UASM_i_LA(u32 **buf, unsigned int rs, long addr) in UASM_i_LA() function