Home
last modified time | relevance | path

Searched refs:stfle_fac_list (Results 1 – 11 of 11) sorted by relevance

/arch/s390/include/asm/
Dfacility.h16 #define MAX_FACILITY_BIT (sizeof(((struct lowcore *)0)->stfle_fac_list) * 8)
59 return __test_facility(nr, &S390_lowcore.stfle_fac_list); in test_facility()
62 static inline unsigned long __stfle_asm(u64 *stfle_fac_list, int size) in __stfle_asm() argument
69 : "a" (stfle_fac_list) in __stfle_asm()
79 static inline void __stfle(u64 *stfle_fac_list, int size) in __stfle() argument
87 memcpy(stfle_fac_list, &S390_lowcore.stfl_fac_list, 4); in __stfle()
90 nr = __stfle_asm(stfle_fac_list, size); in __stfle()
93 memset((char *) stfle_fac_list + nr, 0, size * 8 - nr); in __stfle()
96 static inline void stfle(u64 *stfle_fac_list, int size) in stfle() argument
99 __stfle(stfle_fac_list, size); in stfle()
Dlowcore.h161 __u64 stfle_fac_list[16]; /* 0x0f00 */ member
/arch/s390/boot/
Dals.c71 val = ~S390_lowcore.stfle_fac_list[i] & als[i]; in print_missing_facilities()
109 __stfle(S390_lowcore.stfle_fac_list, ARRAY_SIZE(S390_lowcore.stfle_fac_list)); in verify_facilities()
111 if ((S390_lowcore.stfle_fac_list[i] & als[i]) != als[i]) in verify_facilities()
Dipl_parm.c159 __clear_facility(nr, S390_lowcore.stfle_fac_list); in modify_facility()
161 __set_facility(nr, S390_lowcore.stfle_fac_list); in modify_facility()
170 if ((S390_lowcore.stfle_fac_list[i] & als[i]) != als[i]) { in check_cleared_facilities()
/arch/s390/kernel/
Dlgr.c27 u64 stfle_fac_list[4]; member
122 stfle(lgr_info->stfle_fac_list, ARRAY_SIZE(lgr_info->stfle_fac_list)); in lgr_info_get()
Dprocessor.c108 facilities = (long *)&S390_lowcore.stfle_fac_list; in show_facilities()
Dsetup.c408 memcpy(lc->stfle_fac_list, S390_lowcore.stfle_fac_list, in setup_lowcore_dat_off()
409 sizeof(lc->stfle_fac_list)); in setup_lowcore_dat_off()
Dearly.c185 S390_lowcore.stfle_fac_list, in setup_facility_list()
Dsmp.c275 memcpy(lc->stfle_fac_list, S390_lowcore.stfle_fac_list, in pcpu_prepare_secondary()
276 sizeof(lc->stfle_fac_list)); in pcpu_prepare_secondary()
Dasm-offsets.c123 OFFSET(__LC_STFLE_FAC_LIST, lowcore, stfle_fac_list); in main()
/arch/s390/kvm/
Dkvm-s390.c209 sizeof(S390_lowcore.stfle_fac_list)); in kvm_s390_fac_size()
1448 memcpy((unsigned long *)&mach->fac_list, S390_lowcore.stfle_fac_list, in kvm_s390_get_machine()
1449 sizeof(S390_lowcore.stfle_fac_list)); in kvm_s390_get_machine()
2459 kvm->arch.model.fac_mask[i] = S390_lowcore.stfle_fac_list[i] & in kvm_arch_init_vm()
2462 kvm->arch.model.fac_list[i] = S390_lowcore.stfle_fac_list[i] & in kvm_arch_init_vm()
4609 S390_lowcore.stfle_fac_list[i] & nonhyp_mask(i); in kvm_s390_init()