hpa_t              65 arch/x86/include/asm/kvm_host.h #define INVALID_PAGE (~(hpa_t)0)
hpa_t             272 arch/x86/include/asm/kvm_host.h 	hpa_t root_hpa;
hpa_t             739 arch/x86/include/asm/kvm_host.h 	void (*set_apic_access_page_addr)(struct kvm_vcpu *vcpu, hpa_t hpa);
hpa_t             953 arch/x86/include/asm/kvm_host.h static inline struct kvm_mmu_page *page_header(hpa_t shadow_page)
hpa_t             880 include/linux/kvm_host.h static inline hpa_t pfn_to_hpa(pfn_t pfn)
hpa_t             882 include/linux/kvm_host.h 	return (hpa_t)pfn << PAGE_SHIFT;