Lines Matching refs:S390_lowcore

60 		S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR;  in detect_machine_type()
69 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
71 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
127 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()
141 addr = S390_lowcore.program_old_psw.addr; in early_pgm_check_handler()
149 S390_lowcore.program_old_psw.addr = extable_fixup(fixup); in early_pgm_check_handler()
159 S390_lowcore.external_new_psw = psw; in setup_lowcore_early()
161 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
163 S390_lowcore.preempt_count = INIT_PREEMPT_COUNT; in setup_lowcore_early()
168 stfle(S390_lowcore.stfle_fac_list, in setup_facility_list()
169 ARRAY_SIZE(S390_lowcore.stfle_fac_list)); in setup_facility_list()
170 memcpy(S390_lowcore.alt_stfle_fac_list, in setup_facility_list()
171 S390_lowcore.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()
191 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
206 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()
212 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()
216 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()
218 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
220 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()
224 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_LC; in detect_machine_facilities()
226 S390_lowcore.machine_flags |= MACHINE_FLAG_VX; in detect_machine_facilities()
230 S390_lowcore.machine_flags |= MACHINE_FLAG_NX; in detect_machine_facilities()
234 S390_lowcore.machine_flags |= MACHINE_FLAG_GS; in detect_machine_facilities()
237 S390_lowcore.machine_flags |= MACHINE_FLAG_SCC; in detect_machine_facilities()
253 S390_lowcore.machine_flags &= ~MACHINE_FLAG_VX; in disable_vector_extension()
267 S390_lowcore.machine_flags &= ~MACHINE_FLAG_NX; in noexec_setup()