Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.S70 set KHATID, %g5; \
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c281 pfn = sfmmu_vatopfn((caddr_t)vaddr, KHATID, &tte); in unmap_prom_mappings()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2021 ASSERT(sfmmup != KHATID); in hat_swapout()
3222 if ((sfmmup == KHATID) && in sfmmu_tteload_addentry()
3597 ASSERT(sfmmup != KHATID); in sfmmu_shadow_hcreate()
5663 if (sfmmup == KHATID) { in hat_unload_callback()
5780 ASSERT(sfmmup != KHATID); in hat_unload_callback()
11013 ASSERT(sfmmup != KHATID); in sfmmu_hblk_alloc()
11088 if (size == TTE8K && sfmmup != KHATID) { in sfmmu_hblk_alloc()
11153 forcefree = (sfmmup == KHATID) ? 1 : 0; in sfmmu_hblk_alloc()
11158 ASSERT(sfmmup != KHATID); in sfmmu_hblk_alloc()
11268 critical = (hblktosfmmu(hmeblkp) == KHATID) ? 1 : 0; in sfmmu_hblk_free()
[all …]
H A Dhat_sfmmu.h1491 #define KHATID ksfmmup macro
1519 ((((void *)hatid) != ((void *)KHATID)) ? \
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c360 oldpfn = sfmmu_vatopfn(vaddr, KHATID, &oldtte); in sfmmu_map_prom_mappings()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2983 KHATID, in create_va_to_tte()