Home
last modified time | relevance | path

Searched refs:hat_vlp_ptes (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhat_i86.h96 x86pte_t hat_vlp_ptes[VLP_NUM_PTES]; member
H A Dhat_i86.c286 bzero(hat->hat_vlp_ptes, VLP_SIZE); in hat_alloc()
339 &hat->hat_vlp_ptes[start], in hat_alloc()
964 src = hat->hat_vlp_ptes; in reload_pae32()
1016 VLP_COPY(hat->hat_vlp_ptes, vlpptep); in hat_switch()
1369 VLP_COPY(hat->hat_vlp_ptes, vlpptep); in hati_pte_map()
1956 VLP_COPY(hat->hat_vlp_ptes, vlpptep); in hati_demap_func()
H A Dhtable.c1949 return (PT_INDEX_PTR(ht->ht_hat->hat_vlp_ptes, index)); in x86pte_access_pagetable()
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c544 uintptr_t ptr = (uintptr_t)hat->hat_vlp_ptes; in get_pte()