Home
last modified time | relevance | path

Searched refs:write_c0_entrylo1 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/mm/
H A Dtlb-r4k.c69 write_c0_entrylo1(0); in local_flush_tlb_all()
149 write_c0_entrylo1(0); in local_flush_tlb_range()
197 write_c0_entrylo1(0); in local_flush_tlb_kernel_range()
240 write_c0_entrylo1(0); in local_flush_tlb_page()
278 write_c0_entrylo1(0); in local_flush_tlb_one()
339 write_c0_entrylo1(lo + (HPAGE_SIZE >> 7)); in __update_tlb()
364 write_c0_entrylo1(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
370 write_c0_entrylo1(ptep->pte_high); in __update_tlb()
374 write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep))); in __update_tlb()
419 write_c0_entrylo1(entrylo1); in add_wired_entry()
[all …]
/linux/arch/mips/kvm/
H A Dtlb.c66 write_c0_entrylo1(0); in _kvm_mips_host_tlb_inv()
287 write_c0_entrylo1(0); in kvm_vz_local_flush_roottlb_all_guests()
/linux/arch/mips/pci/
H A Dpci-alchemy.c86 write_c0_entrylo1(entrylo1); in mod_wired_entry()
/linux/arch/mips/include/asm/
H A Dmipsregs.h1824 #define write_c0_entrylo1(val) __write_ulong_c0_register($3, 0, val) macro