Lines Matching refs:kvm_vm_check_extension
113 return kvm_vm_check_extension(ks, KVM_CAP_PPC_GET_PVINFO) != 0; in kvmppc_is_pr()
130 cap_ppc_smt_possible = kvm_vm_check_extension(s, KVM_CAP_PPC_SMT_POSSIBLE); in kvm_arch_init()
134 cap_spapr_vfio = kvm_vm_check_extension(s, KVM_CAP_SPAPR_TCE_VFIO); in kvm_arch_init()
143 cap_htab_fd = kvm_vm_check_extension(s, KVM_CAP_PPC_HTAB_FD); in kvm_arch_init()
145 cap_ppc_smt = kvm_vm_check_extension(s, KVM_CAP_PPC_SMT); in kvm_arch_init()
146 cap_htm = kvm_vm_check_extension(s, KVM_CAP_PPC_HTM); in kvm_arch_init()
147 cap_mmu_radix = kvm_vm_check_extension(s, KVM_CAP_PPC_MMU_RADIX); in kvm_arch_init()
148 cap_mmu_hash_v3 = kvm_vm_check_extension(s, KVM_CAP_PPC_MMU_HASH_V3); in kvm_arch_init()
149 cap_xive = kvm_vm_check_extension(s, KVM_CAP_PPC_IRQ_XIVE); in kvm_arch_init()
150 cap_resize_hpt = kvm_vm_check_extension(s, KVM_CAP_SPAPR_RESIZE_HPT); in kvm_arch_init()
152 cap_ppc_nested_kvm_hv = kvm_vm_check_extension(s, KVM_CAP_PPC_NESTED_HV); in kvm_arch_init()
154 cap_fwnmi = kvm_vm_check_extension(s, KVM_CAP_PPC_FWNMI); in kvm_arch_init()
169 cap_rpt_invalidate = kvm_vm_check_extension(s, KVM_CAP_PPC_RPT_INVALIDATE); in kvm_arch_init()
170 cap_ail_mode_3 = kvm_vm_check_extension(s, KVM_CAP_PPC_AIL_MODE_3); in kvm_arch_init()
1979 if (kvm_vm_check_extension(cs->kvm_state, KVM_CAP_PPC_GET_PVINFO) && in kvmppc_get_pvinfo()
2301 if (kvm_vm_check_extension(kvm_state, KVM_CAP_PPC_ALLOC_HTAB)) { in kvmppc_reset_htab()
2510 ret = kvm_vm_check_extension(s, KVM_CAP_PPC_GET_CPU_CHAR); in kvmppc_get_cpu_characteristics()