Home
last modified time | relevance | path

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

/trueos/sys/ia64/ia64/
HDpmap.c1032 struct ia64_lpte *vhpte; in pmap_enter_vhpt() local
1038 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() local
1065 vhpte = (struct ia64_lpte *)ia64_thash(va); in pmap_remove_vhpt()
1066 bckt = (struct ia64_bucket *)vhpte->chain; in pmap_remove_vhpt()