Searched refs:PTE_V (Results 1 – 6 of 6) sorted by relevance
1825 if (!pte_test(ptq, PTE_V)) in pmap_remove_page()1902 if (!pte_test(pte, PTE_V)) { in pmap_remove()2377 if (pte_test(pte, PTE_V)) { in pmap_enter_quick_locked()2567 if (!pte_test(pte, PTE_V)) in pmap_unwire()2852 if (!pte_test(pte, PTE_V)) in pmap_remove_pages()3287 if (!pte_test(&pte, PTE_V)) { in pmap_mincore()3478 rw = PTE_V | PTE_RO;3481 rw = PTE_V | PTE_D;3483 rw = PTE_V;3486 rw = PTE_V | PTE_D;[all …]
190 if (pte_test(&pte[i], PTE_V)) { in minidumpsys()
467 pte = PTE_D | PTE_V | PTE_G | PTE_C_CACHE; in mips_pcpu_tlb_init()
899 andi k0, PTE_V
142 #define PTE_V 0x02 macro
154 if (pte_test(&opte, PTE_V) && opte != npte) in beri_iommu_enter()