Searched refs:vhpte (Results 1 – 1 of 1) sorted by relevance
1032 struct ia64_lpte *vhpte; in pmap_enter_vhpt() local1038 vhpte = (struct ia64_lpte *)ia64_thash(va); in pmap_enter_vhpt()1039 bckt = (struct ia64_bucket *)vhpte->chain; in pmap_enter_vhpt()1061 struct ia64_lpte *vhpte; in pmap_remove_vhpt() local1065 vhpte = (struct ia64_lpte *)ia64_thash(va); in pmap_remove_vhpt()1066 bckt = (struct ia64_bucket *)vhpte->chain; in pmap_remove_vhpt()