Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h57 #define PTE_ISPAGE(p, l) \ macro
H A Dkboot_mmu.c296 if (!PTE_ISPAGE(pte_val, l)) { in kbm_probe()
H A Dhtable.c1570 if (!PTE_ISPAGE(pte, level)) { in htable_attach()
1702 if (PTE_ISPAGE(pte, l)) { in htable_walk()
1736 if (PTE_ISPAGE(pte, l)) { in htable_walk()
1819 if (PTE_ISPAGE(pte, ht->ht_level)) in htable_getpage()
H A Dhat_i86.c1889 if (!PTE_ISPAGE(old_pte, l)) in hati_pte_map()
3091 if (!PTE_ISVALID(pte) || !PTE_ISPAGE(pte, ht->ht_level)) { in hat_getattr()
3496 if (!PTE_ISPAGE(pte, l)) in hat_share()
4556 ASSERT(PTE_ISPAGE(pte, level)); in clear_boot_mappings()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c258 if (!PTE_ISPAGE(pte, l)) in xpv_va_walk()