Searched refs:KVM_X86_TDX_VM (Results 1 – 6 of 6) sorted by relevance
62 return kvm->arch.vm_type == KVM_X86_TDX_VM; in is_td()
1053 kvm_caps.supported_vm_types |= BIT(KVM_X86_TDX_VM); in vt_init()
309 return kvm->arch.vm_type == KVM_X86_TDX_VM; in kvm_has_mirrored_tdp()
175 if (kvm->arch.vm_type == KVM_X86_TDX_VM) in kvm_enable_external_write_tracking()
5647 if (vcpu->kvm->arch.vm_type == KVM_X86_TDX_VM) in kvm_mmu_get_tdp_level()
933 #define KVM_X86_TDX_VM 5 macro
Completed in 32 milliseconds