Searched refs:alt_stfle_fac_list (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | nospec-branch.c | 20 __set_facility(82, S390_lowcore.alt_stfle_fac_list); in nobp_setup_early() 24 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nobp_setup_early() 32 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nospec_setup_early() 43 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in nospec_report() 69 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nospec_auto_detect() 76 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nospec_auto_detect() 89 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in spectre_v2_setup_early()
|
H A D | early.c | 185 memcpy(S390_lowcore.alt_stfle_fac_list, in setup_facility_list() 187 sizeof(S390_lowcore.alt_stfle_fac_list)); in setup_facility_list() 189 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in setup_facility_list()
|
H A D | nospec-sysfs.c | 20 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in cpu_show_spectre_v2()
|
H A D | alternative.c | 80 S390_lowcore.alt_stfle_fac_list)) in __apply_alternatives()
|
H A D | setup.c | 412 memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list, in setup_lowcore_dat_off() 413 sizeof(lc->alt_stfle_fac_list)); in setup_lowcore_dat_off()
|
H A D | smp.c | 279 memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list, in pcpu_prepare_secondary() 280 sizeof(lc->alt_stfle_fac_list)); in pcpu_prepare_secondary()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | nospec-branch.c | 20 __set_facility(82, alt_stfle_fac_list); in nobp_setup_early() 24 __clear_facility(82, alt_stfle_fac_list); in nobp_setup_early() 32 __clear_facility(82, alt_stfle_fac_list); in nospec_setup_early() 43 if (__test_facility(82, alt_stfle_fac_list)) in nospec_report() 69 __clear_facility(82, alt_stfle_fac_list); in nospec_auto_detect() 76 __clear_facility(82, alt_stfle_fac_list); in nospec_auto_detect() 89 __clear_facility(82, alt_stfle_fac_list); in spectre_v2_setup_early()
|
H A D | nospec-sysfs.c | 20 if (__test_facility(82, alt_stfle_fac_list)) in cpu_show_spectre_v2()
|
H A D | early.c | 193 memcpy(alt_stfle_fac_list, stfle_fac_list, sizeof(alt_stfle_fac_list)); in setup_facility_list() 195 __clear_facility(82, alt_stfle_fac_list); in setup_facility_list()
|
H A D | alternative.c | 34 if (!__test_facility(a->facility, alt_stfle_fac_list)) in __apply_alternatives()
|
H A D | setup.c | 158 u64 __bootdata_preserved(alt_stfle_fac_list[16]);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | facility.h | 23 extern u64 alt_stfle_fac_list[16];
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | lowcore.h | 162 __u64 alt_stfle_fac_list[16]; /* 0x0f80 */ member
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | startup.c | 34 u64 __bootdata_preserved(alt_stfle_fac_list[16]);
|
Completed in 8 milliseconds