Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/mm/
H A Dtlb.c152 write_csr_entrylo0(lo); in __update_hugetlb()
194 write_csr_entrylo0(pte_val(*ptep++)); in __update_tlb()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h1215 #define write_csr_entrylo0(val) csr_write64(val, LOONGARCH_CSR_TLBELO0) macro