Searched refs:UASM_i_MTC0 (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.c269 UASM_i_MTC0(p, 1, 31, scratch_reg);
690 UASM_i_MTC0(p, pte, C0_ENTRYLO0); /* load it */
697 UASM_i_MTC0(p, pte, C0_ENTRYLO1); /* load it */
1014 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
1018 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
1021 UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */
1028 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
1030 UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */
1042 UASM_i_MTC0(p, 0, C0_ENTRYLO0);
1043 UASM_i_MTC0(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Duasm.h169 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) macro
188 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_mtc0(buf, rt, rd) macro

Completed in 64 milliseconds