Home
last modified time | relevance | path

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

/linux/arch/mips/kvm/
H A Dmips.c281 void *gebase, *p, *handler, *refill_start, *refill_end; in kvm_arch_vcpu_create() local
303 gebase = kzalloc(ALIGN(size, PAGE_SIZE), GFP_KERNEL); in kvm_arch_vcpu_create()
305 if (!gebase) { in kvm_arch_vcpu_create()
310 ALIGN(size, PAGE_SIZE), gebase); in kvm_arch_vcpu_create()
317 if (!cpu_has_ebase_wg && virt_to_phys(gebase) >= 0x20000000) { in kvm_arch_vcpu_create()
319 gebase); in kvm_arch_vcpu_create()
325 vcpu->arch.guest_ebase = gebase; in kvm_arch_vcpu_create()
328 handler = gebase + 0x2000; in kvm_arch_vcpu_create()
331 refill_start = gebase; in kvm_arch_vcpu_create()
337 kvm_mips_build_exception(gebase in kvm_arch_vcpu_create()
[all...]