Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dx86.c319 static struct kmem_cache *x86_emulator_cache; variable
8407 ctxt = kmem_cache_zalloc(x86_emulator_cache, GFP_KERNEL_ACCOUNT); in alloc_emulate_ctxt()
9490 x86_emulator_cache = kvm_alloc_emulator_cache(); in __kvm_x86_vendor_init()
9491 if (!x86_emulator_cache) { in __kvm_x86_vendor_init()
9583 kmem_cache_destroy(x86_emulator_cache); in __kvm_x86_vendor_init()
9622 kmem_cache_destroy(x86_emulator_cache); in kvm_x86_vendor_exit()
11955 kmem_cache_free(x86_emulator_cache, vcpu->arch.emulate_ctxt); in kvm_arch_vcpu_create()
11997 kmem_cache_free(x86_emulator_cache, vcpu->arch.emulate_ctxt); in kvm_arch_vcpu_destroy()