Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Duasm.c408 void ISAFUNC(UASM_i_LA_mostly)(u32 **buf, unsigned int rs, long addr) in ISAFUNC() argument
424 UASM_EXPORT_SYMBOL(ISAFUNC(UASM_i_LA_mostly));
428 ISAFUNC(UASM_i_LA_mostly)(buf, rs, addr); in ISAFUNC() local
Dtlbex.c822 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pmde64()
827 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pmde64()
880 UASM_i_LA_mostly(p, ptr, swpd); in build_get_pgd_vmalloc64()
935 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32()
939 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pgde32()
1494 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd()
1498 UASM_i_LA_mostly(&p, a2, pgdc); in build_setup_pgd()
/linux-4.1.27/arch/mips/include/asm/
Duasm.h189 void ISAFUNC(UASM_i_LA_mostly)(u32 **buf, unsigned int rs, long addr);