Home
last modified time | relevance | path

Searched refs:HAT_COPIED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h143 #define HAT_COPIED (0x0010) macro
H A Dhat_i86.c520 hat->hat_flags |= HAT_COPIED; in hat_alloc()
551 if (hat->hat_flags & HAT_COPIED) in hat_alloc()
709 if (hat->hat_flags & HAT_COPIED) { in hat_free_end()
1336 ASSERT3U(hat->hat_flags & HAT_COPIED, !=, 0); in hat_pcp_update()
1420 ASSERT(!(hat->hat_flags & HAT_COPIED)); in hat_switch_xen()
1518 if (hat->hat_flags & HAT_COPIED) { in hat_switch()
2462 if (hat->hat_flags & HAT_COPIED) { in hati_demap_func()
H A Dhtable.c794 is_copied = (hat->hat_flags & HAT_COPIED) && in htable_alloc()