Searched refs:UASM_i_MFC0 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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) 388 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_restore_work_registers() 666 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_restore_pagemask() 805 UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg); in build_get_pmde64() 811 UASM_i_MFC0(p, ptr, C0_CONTEXT); in build_get_pmde64() 907 UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg); in build_get_pgd_vmalloc64() 1094 UASM_i_MFC0(p, tmp, C0_BADVADDR); in build_fast_tlb_refill_handler() 1097 UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg); in build_fast_tlb_refill_handler() 1099 UASM_i_MFC0(p, ptr, C0_CONTEXT); in build_fast_tlb_refill_handler() [all …]
|
/linux-4.1.27/arch/mips/include/asm/ |
D | thread_info.h | 176 #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
|