Home
last modified time | relevance | path

Searched refs:hat_as (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhat_i86.c265 hat->hat_as = as; in hat_alloc()
396 ASSERT(AS_WRITE_HELD(hat->hat_as)); in hat_free_start()
732 kas.a_hat->hat_as = &kas; in hat_init()
1160 ASSERT(AS_LOCK_HELD(hat->hat_as)); in hat_swapout()
1161 if ((uintptr_t)hat->hat_as->a_userlimit < eaddr) in hat_swapout()
1162 eaddr = (uintptr_t)hat->hat_as->a_userlimit; in hat_swapout()
1441 ASSERT(hat == kas.a_hat || AS_LOCK_HELD(hat->hat_as)); in hati_load_common()
1589 ASSERT(hat == kas.a_hat || AS_LOCK_HELD(hat->hat_as)); in hat_memload()
1646 ASSERT(hat == kas.a_hat || AS_LOCK_HELD(hat->hat_as)); in hat_memload_array()
1781 ASSERT(hat == kas.a_hat || AS_LOCK_HELD(hat->hat_as)); in hat_devload()
[all …]
H A Dhat_i86.h84 struct as *hat_as; member