Searched refs:HAT_UNLOAD (Results 1 - 16 of 16) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/vm/ |
H A D | mach_kpm.c | 288 HAT_UNLOAD | HAT_UNLOAD_UNLOCK | HAT_UNLOAD_UNMAP);
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | hat.h | 425 #define HAT_UNLOAD 0x00 macro
|
H A D | seg_map.c | 1170 MAXBSIZE, HAT_UNLOAD); 1178 MAXBSIZE, HAT_UNLOAD); 2094 MAXBSIZE, HAT_UNLOAD); 2103 HAT_UNLOAD);
|
H A D | seg_kp.c | 672 ((kpd->kp_flags & KPD_LOCKED) ? HAT_UNLOAD_UNLOCK : HAT_UNLOAD)); 1202 ((flags & KPD_LOCKED) ? HAT_UNLOAD_UNLOCK : HAT_UNLOAD));
|
H A D | seg_dev.c | 2168 dhp->dh_len, HAT_UNLOAD); 2179 hat_unload(seg->s_as->a_hat, addr, len, HAT_UNLOAD); 2844 dhp->dh_len, HAT_UNLOAD|HAT_UNLOAD_OTHER); 2847 HAT_UNLOAD|HAT_UNLOAD_OTHER); 3528 dhp->dh_len, HAT_UNLOAD|HAT_UNLOAD_OTHER); 3742 dhp->dh_len, HAT_UNLOAD|HAT_UNLOAD_OTHER);
|
H A D | seg_kmem.c | 525 hat_unload(kas.a_hat, addr, size, HAT_UNLOAD);
|
H A D | vm_anon.c | 2505 hat_unload(seg->s_as->a_hat, addr, PAGESIZE, HAT_UNLOAD); 2776 hat_unload(seg->s_as->a_hat, addr, pgcnt << PAGESHIFT, HAT_UNLOAD);
|
H A D | seg_vn.c | 3039 HAT_UNLOAD); 6013 len, HAT_UNLOAD); 6048 hat_unload(seg->s_as->a_hat, addr, len, HAT_UNLOAD); 8311 HAT_UNLOAD); 8544 hat_unload(seg->s_as->a_hat, addr, len, HAT_UNLOAD);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_pc.c | 122 HAT_UNLOAD);
|
H A D | cpr_impl.c | 431 hat_unload(kas.a_hat, (caddr_t)wp, PAGESIZE, HAT_UNLOAD); 443 HAT_UNLOAD);
|
H A D | pmem.c | 256 dhp->dh_len, HAT_UNLOAD|HAT_UNLOAD_OTHER);
|
/illumos-gate/usr/src/uts/common/xen/os/ |
H A D | gnttab.c | 553 hat_unload(kas.a_hat, va, MMU_PAGESIZE, HAT_UNLOAD);
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 480 hat_pte_unmap(ht, e, HAT_UNLOAD, pte, NULL,
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 3757 MMU_PAGESIZE, HAT_UNLOAD); 4815 HAT_UNLOAD);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 2473 hat_unload(kas.a_hat, cp->buf, cp->size, HAT_UNLOAD);
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 2034 NULL, HAT_UNLOAD); 3851 eaddr, NULL, HAT_UNLOAD); 11462 get_hblk_endaddr(hmeblkp), &dmr, HAT_UNLOAD);
|
Completed in 173 milliseconds