Home
last modified time | relevance | path

Searched refs:gpa_size (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/kvm/
H A Dvm.c87 kvm->arch.gpa_size = BIT(cpu_vabits); in kvm_arch_init_vm()
H A Dmmu.c392 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()
H A Dexit.c676 if (unlikely(badv >= vcpu->kvm->arch.gpa_size)) { in kvm_handle_rdwr_fault()
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h122 unsigned long gpa_size; member