Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/kvm/
Dvtlb.c478 struct thash_cb *vtlb, *vhpt; in thash_purge_all() local
480 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()
Dprocess.c970 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()
Dkvm-ia64.c1250 vcpu->arch.vhpt.hash = (struct thash_data *)VHPT_BASE(vcpu->vcpu_id); in kvm_arch_vcpu_init()
/linux-2.6.39/arch/ia64/include/asm/
Dkvm_host.h442 struct thash_cb vhpt; member
/linux-2.6.39/arch/ia64/kernel/
Dhead.S165 #define SET_ONE_RR(num, pgsize, _tmp1, _tmp2, vhpt) \ argument
167 mov _tmp2=((ia64_rid(IA64_REGION_ID_KERNEL, (num<<61)) << 8) | (pgsize << 2) | vhpt);; \