Searched refs:C0_ENTRYLO0 (Results 1 – 1 of 1) sorted by relevance
/arch/mips/mm/ |
D | tlbex.c | 274 #define C0_ENTRYLO0 2, 0 macro 430 uasm_i_mtc0(&p, K0, C0_ENTRYLO0); in build_r3000_tlb_refill_handler() 767 UASM_i_MTC0(p, pte, C0_ENTRYLO0); /* load it */ in build_huge_update_entries() 1081 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries() 1087 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries() 1092 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries() 1102 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries() 1120 UASM_i_MTC0(p, 0, C0_ENTRYLO0); in build_update_entries() 1121 UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */ in build_update_entries() 1129 UASM_i_MTC0(p, 0, C0_ENTRYLO0); in build_update_entries() [all …]
|