Home
last modified time | relevance | path

Searched refs:__clear_facility (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/s390/kernel/
Dnospec-branch.c23 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nobp_setup_early()
31 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nospec_setup_early()
68 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nospec_auto_detect()
75 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nospec_auto_detect()
88 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in spectre_v2_setup_early()
Dearly.c174 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in setup_facility_list()
/Linux-v4.19/arch/s390/include/asm/
Dfacility.h27 static inline void __clear_facility(unsigned long nr, void *facilities) in __clear_facility() function