Searched refs:alt_stfle_fac_list (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/s390/kernel/ |
D | nospec-branch.c | 19 __set_facility(82, S390_lowcore.alt_stfle_fac_list); in nobp_setup_early() 23 __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() 42 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in nospec_report() 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()
|
D | early.c | 170 memcpy(S390_lowcore.alt_stfle_fac_list, in setup_facility_list() 172 sizeof(S390_lowcore.alt_stfle_fac_list)); in setup_facility_list() 174 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in setup_facility_list()
|
D | nospec-sysfs.c | 20 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in cpu_show_spectre_v2()
|
D | alternative.c | 80 S390_lowcore.alt_stfle_fac_list)) in __apply_alternatives()
|
D | setup.c | 347 memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list, in setup_lowcore() 348 sizeof(lc->alt_stfle_fac_list)); in setup_lowcore()
|
D | smp.c | 270 memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list, in pcpu_prepare_secondary() 271 sizeof(lc->alt_stfle_fac_list)); in pcpu_prepare_secondary()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | lowcore.h | 159 __u64 alt_stfle_fac_list[16]; /* 0x0f80 */ member
|