Searched refs:gebase (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/kvm/ |
H A D | mips.c | 247 void *gebase; kvm_arch_vcpu_create() local 276 gebase = kzalloc(ALIGN(size, PAGE_SIZE), GFP_KERNEL); kvm_arch_vcpu_create() 278 if (!gebase) { kvm_arch_vcpu_create() 283 ALIGN(size, PAGE_SIZE), gebase); kvm_arch_vcpu_create() 286 vcpu->arch.guest_ebase = gebase; kvm_arch_vcpu_create() 291 memcpy(gebase, mips32_exception, kvm_arch_vcpu_create() 295 memcpy(gebase + 0x180, mips32_exception, kvm_arch_vcpu_create() 301 gebase + 0x200 + (i * VECTORSPACING)); kvm_arch_vcpu_create() 302 memcpy(gebase + 0x200 + (i * VECTORSPACING), mips32_exception, kvm_arch_vcpu_create() 309 gebase + offset, kvm_arch_vcpu_create() 312 memcpy(gebase + offset, mips32_GuestException, kvm_arch_vcpu_create() 316 local_flush_icache_range((unsigned long)gebase, kvm_arch_vcpu_create() 317 (unsigned long)gebase + ALIGN(size, PAGE_SIZE)); kvm_arch_vcpu_create() 342 kfree(gebase); kvm_arch_vcpu_create()
|
Completed in 45 milliseconds