Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/mm/
Dtlb.c153 write_csr_entrylo1(lo + (HPAGE_SIZE >> 1)); in __update_hugetlb()
192 write_csr_entrylo1(pte_val(*ptep)); in __update_tlb()
/linux-5.19.10/arch/loongarch/include/asm/
Dloongarch.h1255 #define write_csr_entrylo1(val) csr_write64(val, LOONGARCH_CSR_TLBELO1) macro