Lines Matching refs:test_facility
333 if (test_facility(28)) /* TOD-clock steering */ in kvm_s390_cpu_feat_init()
338 if (test_facility(17)) { /* MSA */ in kvm_s390_cpu_feat_init()
350 if (test_facility(76)) /* MSA3 */ in kvm_s390_cpu_feat_init()
353 if (test_facility(77)) { /* MSA4 */ in kvm_s390_cpu_feat_init()
363 if (test_facility(57)) /* MSA5 */ in kvm_s390_cpu_feat_init()
367 if (test_facility(146)) /* MSA8 */ in kvm_s390_cpu_feat_init()
378 !test_facility(3) || !nested) in kvm_s390_cpu_feat_init()
508 r = test_facility(64); in kvm_vm_ioctl_check_extension()
511 r = test_facility(133); in kvm_vm_ioctl_check_extension()
514 r = test_facility(82); in kvm_vm_ioctl_check_extension()
634 if (test_facility(134)) { in kvm_vm_ioctl_enable_cap()
638 if (test_facility(135)) { in kvm_vm_ioctl_enable_cap()
654 } else if (test_facility(64)) { in kvm_vm_ioctl_enable_cap()
681 } else if (test_facility(133)) { in kvm_vm_ioctl_enable_cap()
2022 if (test_facility(12)) { in kvm_s390_apxa_installed()