Searched refs:UASM_i_LA_mostly (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/mips/kernel/ |
D | ftrace.c | 44 UASM_i_LA_mostly(&buf, v1, MCOUNT_ADDR); in ftrace_dyn_arch_init_insns()
|
/linux-2.6.39/arch/mips/mm/ |
D | uasm.c | 504 void __uasminit UASM_i_LA_mostly(u32 **buf, unsigned int rs, long addr) in UASM_i_LA_mostly() function 519 UASM_EXPORT_SYMBOL(UASM_i_LA_mostly); 523 UASM_i_LA_mostly(buf, rs, addr); in UASM_i_LA()
|
D | tlbex.c | 714 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pmde64() 719 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pmde64() 771 UASM_i_LA_mostly(p, ptr, swpd); in build_get_pgd_vmalloc64() 825 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32() 832 UASM_i_LA_mostly(p, tmp, pgdc); in build_get_pgde32() 837 UASM_i_LA_mostly(p, ptr, pgdc); in build_get_pgde32()
|
/linux-2.6.39/arch/mips/include/asm/ |
D | uasm.h | 137 void UASM_i_LA_mostly(u32 **buf, unsigned int rs, long addr);
|