Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c224 gpa_size = 0; in populate_shadow_context()
234 if (gpa_size == 0) { in populate_shadow_context()
237 } else if (context_gpa != gpa_base + gpa_size) in populate_shadow_context()
240 gpa_size += I915_GTT_PAGE_SIZE; in populate_shadow_context()
248 intel_gvt_read_gpa(vgpu, gpa_base, dst, gpa_size); in populate_shadow_context()
250 gpa_size = I915_GTT_PAGE_SIZE; in populate_shadow_context()
987 gpa_size = 0; in update_guest_context()
997 if (gpa_size == 0) { in update_guest_context()
1000 } else if (context_gpa != gpa_base + gpa_size) in update_guest_context()
1003 gpa_size += I915_GTT_PAGE_SIZE; in update_guest_context()
[all …]
/linux-6.15/arch/loongarch/kvm/
H A Dvm.c55 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.c673 if (unlikely(badv >= vcpu->kvm->arch.gpa_size)) { in kvm_handle_rdwr_fault()
/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_host.h121 unsigned long gpa_size; member