Home
last modified time | relevance | path

Searched refs:__test_facility (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/s390/include/asm/
Dfacility.h36 static inline int __test_facility(unsigned long nr, void *facilities) in __test_facility() function
56 if (__test_facility(nr, &facilities_als)) in test_facility()
59 return __test_facility(nr, &S390_lowcore.stfle_fac_list); in test_facility()
/Linux-v5.10/arch/s390/kernel/
Dnospec-sysfs.c20 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in cpu_show_spectre_v2()
Dalternative.c79 if (!__test_facility(a->facility, in __apply_alternatives()
Dnospec-branch.c43 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in nospec_report()
/Linux-v5.10/arch/s390/kvm/
Dkvm-s390.h184 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()