Searched refs:PTE_GET (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 418 if (PTE_GET(pte, mmu.pt_nx)) in do_pte_dcmd() 424 if (PTE_GET(pte, PT_NOCONSIST)) in do_pte_dcmd() 427 if (PTE_GET(pte, PT_NOSYNC)) in do_pte_dcmd() 430 if (PTE_GET(pte, mmu.pt_global)) in do_pte_dcmd() 433 if (level > 0 && PTE_GET(pte, PT_PAGESIZE)) in do_pte_dcmd() 436 if (level > 0 && PTE_GET(pte, PT_MOD)) in do_pte_dcmd() 439 if (level > 0 && PTE_GET(pte, PT_REF)) in do_pte_dcmd() 442 if (PTE_GET(pte, PT_USER)) in do_pte_dcmd() 445 if (PTE_GET(pte, PT_WRITABLE)) in do_pte_dcmd() 453 if (PTE_GET(pte, PT_PAGESIZE) && PTE_GET(pte, PT_PAT_LARGE)) in do_pte_dcmd() [all …]
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | hat_pte.h | 41 #define PTE_GET(p, f) ((p) & (f)) macro 46 #define PTE_ISVALID(p) PTE_GET(p, PT_VALID) 51 #define PTE_IS_LGPG(p, l) ((l) > 0 && PTE_GET((p), PT_PAGESIZE)) 57 (PTE_ISVALID(p) && ((l) == 0 || PTE_GET(p, PT_PAGESIZE))) 77 mmu_btop(PTE_GET((p), PTE_IS_LGPG((p), (l)) ? PT_PADDR_LGPG : PT_PADDR))
|
H A D | hat_i86.c | 1251 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC) in hati_sync_pte_to_page() 1254 if (PTE_GET(pte, PT_REF)) in hati_sync_pte_to_page() 1257 if (PTE_GET(pte, PT_MOD)) in hati_sync_pte_to_page() 1389 REMAPASSERT(PTE_GET(old_pte, PT_SOFTWARE) >= PT_NOCONSIST); in hati_pte_map() 1398 if (PTE_GET(old_pte, ~PT_REMAP_BITS) != PTE_GET(pte, ~PT_REMAP_BITS)) in hati_pte_map() 2204 if (PTE_GET(old_pte, PT_SOFTWARE) >= PT_NOCONSIST) { in hat_pte_unmap() 2237 ASSERT(PTE_GET(old_pte, PT_SOFTWARE) >= PT_NOCONSIST); in hat_pte_unmap() 2525 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC || in hat_sync() 2526 PTE_GET(pte, PT_REF | PT_MOD) == 0) in hat_sync() 2543 if (PTE_GET(pte, PT_SOFTWARE) >= PT_NOSYNC || in hat_sync() [all …]
|
H A D | kboot_mmu.c | 313 if (PTE_GET(pte_val, PT_WRITABLE)) in kbm_probe() 319 if (PTE_GET(pte_val, mmu.pt_nx)) in kbm_probe()
|