Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dnospec-branch.c20 __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 Dearly.c185 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 Dnospec-sysfs.c20 if (__test_facility(82, S390_lowcore.alt_stfle_fac_list)) in cpu_show_spectre_v2()
H A Dalternative.c80 S390_lowcore.alt_stfle_fac_list)) in __apply_alternatives()
H A Dsetup.c412 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 Dsmp.c279 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()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dlowcore.h162 __u64 alt_stfle_fac_list[16]; /* 0x0f80 */ member