Home
last modified time | relevance | path

Searched refs:PTE_V (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dpmap.c1825 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 …]
H A Dminidump_machdep.c190 if (pte_test(&pte[i], PTE_V)) { in minidumpsys()
H A Dmachdep.c467 pte = PTE_D | PTE_V | PTE_G | PTE_C_CACHE; in mips_pcpu_tlb_init()
H A Dexception.S899 andi k0, PTE_V
/f-stack/freebsd/mips/include/
H A Dpte.h142 #define PTE_V 0x02 macro
/f-stack/freebsd/mips/beri/
H A Dberi_iommu.c154 if (pte_test(&opte, PTE_V) && opte != npte) in beri_iommu_enter()