Searched refs:__test_facility (Results 1 – 5 of 5) sorted by relevance
43 static inline int __test_facility(unsigned long nr, void *facilities) in __test_facility() function63 if (__test_facility(nr, &facilities_als)) in test_facility()66 return __test_facility(nr, &stfle_fac_list); in test_facility()
20 if (__test_facility(82, alt_stfle_fac_list)) in cpu_show_spectre_v2()
82 if (!__test_facility(a->facility, alt_stfle_fac_list)) in __apply_alternatives()
43 if (__test_facility(82, 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()
Completed in 7 milliseconds