Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dkvm_host.h163 #define VHPT_BASE(n) (VCPU_BASE(n) + offsetof(struct kvm_vcpu_data, vcpu_vhpt)) macro
/arch/ia64/kvm/
Dkvm-ia64.c1207 vcpu->arch.vhpt.hash = (struct thash_data *)VHPT_BASE(vcpu->vcpu_id); in kvm_arch_vcpu_init()