Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dmmu.h239 int kvm_mmu_post_init_vm(struct kvm *kvm);
H A Dx86.c11501 r = kvm_mmu_post_init_vm(vcpu->kvm); in kvm_arch_vcpu_ioctl_run()
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c7658 int kvm_mmu_post_init_vm(struct kvm *kvm) in kvm_mmu_post_init_vm() function