Searched refs:vhpt (Results 1 – 5 of 5) sorted by relevance
478 struct thash_cb *vtlb, *vhpt; in thash_purge_all() local480 vhpt = &v->arch.vhpt; in thash_purge_all()494 head = vhpt->hash; in thash_purge_all()495 for (i = 0; i < vhpt->num; i++) { in thash_purge_all()630 v->arch.vhpt.num = VHPT_NUM_ENTRIES; in kvm_init_vhpt()631 thash_init(&v->arch.vhpt, VHPT_SHIFT); in kvm_init_vhpt()632 ia64_set_pta(v->arch.vhpt.pta.val); in kvm_init_vhpt()
970 vcpu->arch.vhpt.num = VHPT_NUM_ENTRIES; in vcpu_do_resume()971 thash_init(&vcpu->arch.vhpt, VHPT_SHIFT); in vcpu_do_resume()975 ia64_set_pta(vcpu->arch.vhpt.pta.val); in vcpu_do_resume()
1250 vcpu->arch.vhpt.hash = (struct thash_data *)VHPT_BASE(vcpu->vcpu_id); in kvm_arch_vcpu_init()
442 struct thash_cb vhpt; member
165 #define SET_ONE_RR(num, pgsize, _tmp1, _tmp2, vhpt) \ argument167 mov _tmp2=((ia64_rid(IA64_REGION_ID_KERNEL, (num<<61)) << 8) | (pgsize << 2) | vhpt);; \