Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/kvm/
Dmips.c281 void *gebase, *p, *handler, *refill_start, *refill_end; in kvm_arch_vcpu_create() local
304 gebase = kzalloc(ALIGN(size, PAGE_SIZE), GFP_KERNEL); in kvm_arch_vcpu_create()
306 if (!gebase) { in kvm_arch_vcpu_create()
311 ALIGN(size, PAGE_SIZE), gebase); in kvm_arch_vcpu_create()
318 if (!cpu_has_ebase_wg && virt_to_phys(gebase) >= 0x20000000) { in kvm_arch_vcpu_create()
320 gebase); in kvm_arch_vcpu_create()
326 vcpu->arch.guest_ebase = gebase; in kvm_arch_vcpu_create()
329 handler = gebase + 0x2000; in kvm_arch_vcpu_create()
332 refill_start = gebase; in kvm_arch_vcpu_create()
338 kvm_mips_build_exception(gebase + 0x180, handler); in kvm_arch_vcpu_create()
[all …]