Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
A Dcommon.h62 return kvm->arch.vm_type == KVM_X86_TDX_VM; in is_td()
/arch/x86/kvm/svm/
A Dsev.c404 unsigned long vm_type) in __sev_guest_init() argument
408 bool es_active = vm_type != KVM_X86_SEV_VM; in __sev_guest_init()
440 if (vm_type == KVM_X86_SNP_VM) in __sev_guest_init()
458 if (vm_type == KVM_X86_SNP_VM) { in __sev_guest_init()
491 unsigned long vm_type; in sev_guest_init() local
493 if (kvm->arch.vm_type != KVM_X86_DEFAULT_VM) in sev_guest_init()
502 if (vm_type == KVM_X86_SEV_ES_VM) in sev_guest_init()
515 if (kvm->arch.vm_type != KVM_X86_SEV_VM && in sev_guest_init2()
516 kvm->arch.vm_type != KVM_X86_SEV_ES_VM && in sev_guest_init2()
517 kvm->arch.vm_type != KVM_X86_SNP_VM) in sev_guest_init2()
[all …]
A Dsvm.c3293 char *vm_type; in dump_vmcb() local
3302 vm_type = sev_snp_guest(vcpu->kvm) ? "SEV-SNP" : in dump_vmcb()
3307 vm_type, vcpu->vcpu_id, svm->current_vmcb->ptr, vcpu->arch.last_vmentry_cpu); in dump_vmcb()
5010 int type = kvm->arch.vm_type; in svm_vm_init()
/arch/x86/kvm/
A Dmmu.h309 return kvm->arch.vm_type == KVM_X86_TDX_VM; in kvm_has_mirrored_tdp()
A Dx86.c12683 kvm->arch.vm_type = type; in kvm_arch_init_vm()
/arch/x86/kvm/mmu/
A Dpage_track.c175 if (kvm->arch.vm_type == KVM_X86_TDX_VM) in kvm_enable_external_write_tracking()
A Dmmu.c5647 if (vcpu->kvm->arch.vm_type == KVM_X86_TDX_VM) in kvm_mmu_get_tdp_level()
6312 vcpu->kvm->arch.vm_type == KVM_X86_SW_PROTECTED_VM && in kvm_mmu_page_fault()
7325 return kvm->arch.vm_type == KVM_X86_DEFAULT_VM && in kvm_memslot_flush_zap_all()
/arch/x86/include/asm/
A Dkvm_host.h1357 u8 vm_type; member

Completed in 227 milliseconds