Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h145 #define HAT_PCP (0x0040) macro
H A Dhat_i86.c616 hat->hat_flags = HAT_PCP; in hat_cpu_alloc()
696 VERIFY3U(hat->hat_flags & HAT_PCP, ==, 0); in hat_free_end()
1947 ASSERT(hat == kas.a_hat || (hat->hat_flags & HAT_PCP) != 0 || in hati_load_common()
4988 ASSERT3U(cpu_hat->hat_flags & HAT_PCP, ==, HAT_PCP); in hati_cpu_punchin()
H A Dhtable.c630 HAT_PCP)) != 0) { in htable_steal()