Lines Matching refs:S390_lowcore

48 	S390_lowcore.last_update_clock = TOD_UNIX_EPOCH;  in reset_tod_clock()
75 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
84 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
86 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
142 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()
156 addr = S390_lowcore.program_old_psw.addr; in early_pgm_check_handler()
164 S390_lowcore.program_old_psw.addr = extable_fixup(fixup); in early_pgm_check_handler()
176 S390_lowcore.external_new_psw = psw; in setup_lowcore_early()
178 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
180 S390_lowcore.preempt_count = INIT_PREEMPT_COUNT; in setup_lowcore_early()
185 memcpy(S390_lowcore.alt_stfle_fac_list, in setup_facility_list()
186 S390_lowcore.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()
206 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
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()
271 S390_lowcore.machine_flags &= ~MACHINE_FLAG_VX; in disable_vector_extension()