Searched refs:gpa_size (Results 1 - 4 of 4) sorted by path

/linux-master/arch/loongarch/include/asm/
H A Dkvm_host.h70 unsigned long gpa_size; member in struct:kvm_arch
/linux-master/arch/loongarch/kvm/
H A Dmmu.c391 if ((new->base_gfn + new->npages) > (kvm->arch.gpa_size >> PAGE_SHIFT))
472 kvm_flush_range(kvm, 0, kvm->arch.gpa_size >> PAGE_SHIFT, 0);
H A Dvm.c34 kvm->arch.gpa_size = BIT(cpu_vabits - 1);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c137 unsigned long gpa_size; /* size of consecutive GPAs */ local
224 gpa_size = 0;
234 if (gpa_size == 0) {
237 } else if (context_gpa != gpa_base + gpa_size)
240 gpa_size += I915_GTT_PAGE_SIZE;
248 intel_gvt_read_gpa(vgpu, gpa_base, dst, gpa_size);
250 gpa_size = I915_GTT_PAGE_SIZE;
946 unsigned long gpa_size; /* size of consecutive GPAs*/ local
986 gpa_size = 0;
996 if (gpa_size
[all...]

Completed in 180 milliseconds