Searched refs:UASM_i_MFC0 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c211 # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_XCONTEXT)
213 # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_CONTEXT)
294 UASM_i_MFC0(p, K0, smp_processor_id_reg, smp_processor_id_sel);
318 UASM_i_MFC0(p, 1, 31, scratch_reg);
614 UASM_i_MFC0(p, 1, 31, scratch_reg);
757 UASM_i_MFC0(p, ptr, 31, pgd_reg);
762 UASM_i_MFC0(p, ptr, C0_CONTEXT);
870 UASM_i_MFC0(p, 1, 31, scratch_reg);
974 UASM_i_MFC0(p, tmp, C0_BADVADDR);
1079 UASM_i_MFC0(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Duasm.h168 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) macro
187 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_mfc0(buf, rt, rd) macro

Completed in 34 milliseconds