Home
last modified time | relevance | path

Searched refs:PTE_ISVALID (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h47 #define PTE_ISVALID(p) PTE_GET(p, PT_VALID) macro
58 (PTE_ISVALID(p) && ((l) == 0 || PTE_GET(p, PT_PAGESIZE)))
H A Dhat_i86.c1867 if (!PTE_ISVALID(old_pte)) { in hati_pte_map()
2698 while (PTE_ISVALID(old_pte)) { in hat_pte_unmap()
2722 if (PTE_ISVALID(old_pte) && PTE2PFN(old_pte, l) == pfn) in hat_pte_unmap()
2740 if (!PTE_ISVALID(old_pte)) { in hat_pte_unmap()
2887 if (PTE_ISVALID(old_pte)) { in hat_unload_callback()
3091 if (!PTE_ISVALID(pte) || !PTE_ISPAGE(pte, ht->ht_level)) { in hat_getattr()
3303 if (PTE_ISVALID(pte)) in hat_getpfnum()
3350 return (PTE_ISVALID(mmu.kmap_ptes[pg_off])); in hat_probe()
3352 return (PTE_ISVALID( in hat_probe()
4370 if (PTE_ISVALID(oldpte)) in hat_mempte_setup()
H A Dkboot_mmu.c285 if (!PTE_ISVALID(pte_val)) { in kbm_probe()
H A Dhtable.c478 if (!PTE_ISVALID(pte)) in htable_steal_active()
1568 if (!IN_HYPERVISOR_VA(base) && PTE_ISVALID(pte)) { in htable_attach()
1630 while (!PTE_ISVALID(*pte_ptr)) { in htable_scan()
2091 if (PTE_ISVALID(n) && (prev & pfn_mask) == (new & pfn_mask)) in x86pte_set()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c605 if (!PTE_ISVALID(pte)) { in do_va2pa()