Lines Matching refs:S390_lowcore
50 S390_lowcore.last_update_clock = TOD_UNIX_EPOCH; in reset_tod_clock()
77 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
86 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
88 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
144 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()
166 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
167 S390_lowcore.preempt_count = INIT_PREEMPT_COUNT; in setup_lowcore_early()
191 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
197 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()
201 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()
203 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
205 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()
209 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_LC; in detect_machine_facilities()
211 S390_lowcore.machine_flags |= MACHINE_FLAG_VX; in detect_machine_facilities()
215 S390_lowcore.machine_flags |= MACHINE_FLAG_NX; in detect_machine_facilities()
219 S390_lowcore.machine_flags |= MACHINE_FLAG_GS; in detect_machine_facilities()
222 S390_lowcore.machine_flags |= MACHINE_FLAG_SCC; in detect_machine_facilities()
227 S390_lowcore.machine_flags |= MACHINE_FLAG_PCI_MIO; in detect_machine_facilities()
260 S390_lowcore.machine_flags &= ~MACHINE_FLAG_VX; in disable_vector_extension()