Searched refs:PTE_ISPAGE (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | hat_pte.h | 56 #define PTE_ISPAGE(p, l) \ macro
|
H A D | kboot_mmu.c | 298 if (!PTE_ISPAGE(pte_val, l)) { in kbm_probe()
|
H A D | htable.c | 1557 if (!PTE_ISPAGE(pte, level)) { in htable_attach() 1691 if (PTE_ISPAGE(pte, l)) { in htable_walk() 1725 if (PTE_ISPAGE(pte, l)) { in htable_walk() 1808 if (PTE_ISPAGE(pte, ht->ht_level)) in htable_getpage()
|
H A D | hat_i86.c | 1383 if (!PTE_ISPAGE(old_pte, l)) in hati_pte_map() 2606 if (!PTE_ISVALID(pte) || !PTE_ISPAGE(pte, ht->ht_level)) { in hat_getattr() 3011 if (!PTE_ISPAGE(pte, l)) in hat_share() 4075 ASSERT(PTE_ISPAGE(pte, level)); in clear_boot_mappings()
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 258 if (!PTE_ISPAGE(pte, l)) in xpv_va_walk()
|