Searched refs:__test_facility (Results 1 – 5 of 5) sorted by relevance
36 static inline int __test_facility(unsigned long nr, void *facilities) in __test_facility() function56 if (__test_facility(nr, &facilities_als)) in test_facility()59 return __test_facility(nr, &S390_lowcore.stfle_fac_list); in test_facility()
20 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in cpu_show_spectre_v2()
79 if (!__test_facility(a->facility, in __apply_alternatives()
43 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in nospec_report()
184 return __test_facility(nr, kvm->arch.model.fac_mask) && in test_kvm_facility()185 __test_facility(nr, kvm->arch.model.fac_list); in test_kvm_facility()