Searched refs:UASM_i_MFC0 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 294 # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_XCONTEXT) 296 # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_CONTEXT) 389 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_restore_work_registers() 673 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_restore_pagemask() 812 UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg); in build_get_pmde64() 818 UASM_i_MFC0(p, ptr, C0_CONTEXT); in build_get_pmde64() 914 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_get_pgd_vmalloc64() 1079 UASM_i_MFC0(p, tmp, C0_BADVADDR); in build_fast_tlb_refill_handler() 1082 UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg); in build_fast_tlb_refill_handler() 1084 UASM_i_MFC0(p, ptr, C0_CONTEXT); in build_fast_tlb_refill_handler() [all …]
|
/linux-4.4.14/arch/mips/include/asm/ |
D | thread_info.h | 179 #define UASM_i_CPUID_MFC0 UASM_i_MFC0
|
D | uasm.h | 205 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) macro 221 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_mfc0(buf, rt, rd) macro
|