Searched refs:gpa_size (Results 1 – 4 of 4) sorted by relevance
87 kvm->arch.gpa_size = BIT(cpu_vabits); in kvm_arch_init_vm()
392 if ((new->base_gfn + new->npages) > (kvm->arch.gpa_size >> PAGE_SHIFT)) in kvm_arch_prepare_memory_region()489 kvm_flush_range(kvm, 0, kvm->arch.gpa_size >> PAGE_SHIFT, 0); in kvm_arch_flush_shadow_all()
676 if (unlikely(badv >= vcpu->kvm->arch.gpa_size)) { in kvm_handle_rdwr_fault()
122 unsigned long gpa_size; member