Lines Matching refs:htable_t

66 static void x86pte_zero(htable_t *dest, uint_t entry, uint_t count);
80 htable_t *htable_reserve_pool;
109 static void link_ptp(htable_t *higher, htable_t *new, uintptr_t vaddr);
110 static void unlink_ptp(htable_t *higher, htable_t *old, uintptr_t vaddr);
111 static void htable_free(htable_t *ht);
112 static x86pte_t *x86pte_access_pagetable(htable_t *ht, uint_t index);
113 static void x86pte_release_pagetable(htable_t *ht);
114 static x86pte_t x86pte_cas(htable_t *ht, uint_t entry, x86pte_t old,
357 htable_put_reserve(htable_t *ht) in htable_put_reserve()
372 static htable_t *
375 htable_t *ht = NULL; in htable_get_reserve()
396 htable_t *ht; in htable_initial_reserve()
416 htable_t *ht; in htable_adjust_reserve()
437 uint_t *stolen, htable_t **list) in htable_steal_active()
440 htable_t *higher, *ht; in htable_steal_active()
567 static htable_t *
571 htable_t *list = NULL; in htable_steal()
572 htable_t *ht; in htable_steal()
733 htable_t *list; in htable_reap()
734 htable_t *ht; in htable_reap()
774 static htable_t *
779 htable_t *shared) in htable_alloc()
781 htable_t *ht = NULL; in htable_alloc()
898 htable_t *stolen; in htable_alloc()
974 htable_free(htable_t *ht) in htable_free()
1035 htable_t *ht; in htable_purge_hat()
1090 unlink_ptp(htable_t *higher, htable_t *old, uintptr_t vaddr) in unlink_ptp()
1134 link_ptp(htable_t *higher, htable_t *new, uintptr_t vaddr) in link_ptp()
1175 htable_release(htable_t *ht) in htable_release()
1178 htable_t *shared; in htable_release()
1179 htable_t *higher; in htable_release()
1282 htable_t *
1287 htable_t *ht = NULL; in htable_lookup()
1325 htable_acquire(htable_t *ht) in htable_acquire()
1338 htable_t *h; in htable_acquire()
1360 htable_t *
1365 htable_t *shared) in htable_create()
1370 htable_t *ht; in htable_create()
1371 htable_t *higher = NULL; in htable_create()
1372 htable_t *new = NULL; in htable_create()
1487 htable_t *parent, in htable_attach()
1490 htable_t *ht; in htable_attach()
1607 htable_scan(htable_t *ht, uintptr_t *vap, uintptr_t eaddr) in htable_scan()
1673 htable_t **htp, in htable_walk()
1678 htable_t *ht; in htable_walk()
1679 htable_t *prev = *htp; in htable_walk()
1775 htable_t *
1783 htable_t *ht; in htable_getpte()
1809 htable_t *
1812 htable_t *ht; in htable_getpage()
1847 sizeof (htable_t), 0, NULL, NULL, in htable_init()
1855 htable_va2entry(uintptr_t va, htable_t *ht) in htable_va2entry()
1869 htable_e2va(htable_t *ht, uint_t entry) in htable_e2va()
1943 x86pte_access_pagetable(htable_t *ht, uint_t index) in x86pte_access_pagetable()
1958 x86pte_mapin(pfn_t pfn, uint_t index, htable_t *ht) in x86pte_mapin()
2027 x86pte_release_pagetable(htable_t *ht) in x86pte_release_pagetable()
2068 x86pte_get(htable_t *ht, uint_t entry) in x86pte_get()
2094 x86pte_set(htable_t *ht, uint_t entry, x86pte_t new, void *ptr) in x86pte_set()
2178 x86pte_cas(htable_t *ht, uint_t entry, x86pte_t old, x86pte_t new) in x86pte_cas()
2235 htable_t *ht, in x86pte_inval()
2302 htable_t *ht, in x86pte_update()
2352 x86pte_copy(htable_t *src, htable_t *dest, uint_t entry, uint_t count) in x86pte_copy()
2405 x86pte_copy(htable_t *src, htable_t *dest, uint_t entry, uint_t count) in x86pte_copy()
2440 x86pte_zero(htable_t *dest, uint_t entry, uint_t count) in x86pte_zero()
2499 htable_t *ht; in hat_dump()