Home
last modified time | relevance | path

Searched refs:UASM_i_MTC0 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/mm/
Dtlbex.c355 UASM_i_MTC0(p, 1, c0_kscratch(), scratch_reg); in build_get_work_registers()
740 UASM_i_MTC0(p, pte, C0_ENTRYLO0); /* load it */ in build_huge_update_entries()
747 UASM_i_MTC0(p, pte, C0_ENTRYLO1); /* load it */ in build_huge_update_entries()
1014 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries()
1018 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries()
1021 UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */ in build_update_entries()
1034 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); in build_update_entries()
1035 UASM_i_MTC0(p, ptep, C0_ENTRYLO1); in build_update_entries()
1055 UASM_i_MTC0(p, 0, C0_ENTRYLO0); in build_update_entries()
1056 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries()
[all …]
/linux-4.1.27/arch/mips/include/asm/
Duasm.h206 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) macro
222 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_mtc0(buf, rt, rd) macro