Home
last modified time | relevance | path

Searched refs:alt_stfle_fac_list (Results 1 – 7 of 7) sorted by relevance

/arch/s390/kernel/
Dnospec-branch.c21 __set_facility(82, S390_lowcore.alt_stfle_fac_list); in nobp_setup_early()
25 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in nobp_setup_early()
33 __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()
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()
Dnospec-sysfs.c18 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in cpu_show_spectre_v2()
Dalternative.c79 S390_lowcore.alt_stfle_fac_list)) in __apply_alternatives()
Dearly.c332 memcpy(S390_lowcore.alt_stfle_fac_list, in setup_facility_list()
334 sizeof(S390_lowcore.alt_stfle_fac_list)); in setup_facility_list()
336 __clear_facility(82, S390_lowcore.alt_stfle_fac_list); in setup_facility_list()
Dsetup.c341 memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list, in setup_lowcore_dat_off()
342 sizeof(lc->alt_stfle_fac_list)); in setup_lowcore_dat_off()
Dsmp.c287 memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list, in pcpu_prepare_secondary()
288 sizeof(lc->alt_stfle_fac_list)); in pcpu_prepare_secondary()
/arch/s390/include/asm/
Dlowcore.h161 __u64 alt_stfle_fac_list[16]; /* 0x0f80 */ member