Searched refs:vhpt (Results 1 – 5 of 5) sorted by relevance
484 struct thash_cb *vtlb, *vhpt; in thash_purge_all() local486 vhpt = &v->arch.vhpt; in thash_purge_all()500 head = vhpt->hash; in thash_purge_all()501 for (i = 0; i < vhpt->num; i++) { in thash_purge_all()637 v->arch.vhpt.num = VHPT_NUM_ENTRIES; in kvm_init_vhpt()638 thash_init(&v->arch.vhpt, VHPT_SHIFT); in kvm_init_vhpt()639 ia64_set_pta(v->arch.vhpt.pta.val); in kvm_init_vhpt()
938 vcpu->arch.vhpt.num = VHPT_NUM_ENTRIES; in vcpu_do_resume()939 thash_init(&vcpu->arch.vhpt, VHPT_SHIFT); in vcpu_do_resume()943 ia64_set_pta(vcpu->arch.vhpt.pta.val); in vcpu_do_resume()
1207 vcpu->arch.vhpt.hash = (struct thash_data *)VHPT_BASE(vcpu->vcpu_id); in kvm_arch_vcpu_init()
437 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);; \