Lines Matching refs:test_facility
360 if (test_facility(28)) /* TOD-clock steering */ in kvm_s390_cpu_feat_init()
365 if (test_facility(17)) { /* MSA */ in kvm_s390_cpu_feat_init()
377 if (test_facility(76)) /* MSA3 */ in kvm_s390_cpu_feat_init()
380 if (test_facility(77)) { /* MSA4 */ in kvm_s390_cpu_feat_init()
390 if (test_facility(57)) /* MSA5 */ in kvm_s390_cpu_feat_init()
394 if (test_facility(146)) /* MSA8 */ in kvm_s390_cpu_feat_init()
398 if (test_facility(155)) /* MSA9 */ in kvm_s390_cpu_feat_init()
402 if (test_facility(150)) /* SORTL */ in kvm_s390_cpu_feat_init()
405 if (test_facility(151)) /* DFLTCC */ in kvm_s390_cpu_feat_init()
415 !test_facility(3) || !nested) in kvm_s390_cpu_feat_init()
561 r = test_facility(64); in kvm_vm_ioctl_check_extension()
564 r = test_facility(133); in kvm_vm_ioctl_check_extension()
567 r = test_facility(82); in kvm_vm_ioctl_check_extension()
687 if (test_facility(134)) { in kvm_vm_ioctl_enable_cap()
691 if (test_facility(135)) { in kvm_vm_ioctl_enable_cap()
695 if (test_facility(148)) { in kvm_vm_ioctl_enable_cap()
699 if (test_facility(152)) { in kvm_vm_ioctl_enable_cap()
715 } else if (test_facility(64)) { in kvm_vm_ioctl_enable_cap()
742 } else if (test_facility(133)) { in kvm_vm_ioctl_enable_cap()
2471 if (css_general_characteristics.aiv && test_facility(65)) in kvm_arch_init_vm()