Lines Matching refs:S390_lowcore
57 S390_lowcore.last_update_clock = sched_clock_base_cc; in reset_tod_clock()
169 S390_lowcore.last_update_clock = sched_clock_base_cc; in create_kernel_nss()
170 S390_lowcore.last_update_timer = 0x7fffffffffffffffULL; in create_kernel_nss()
171 S390_lowcore.user_timer = 0; in create_kernel_nss()
172 S390_lowcore.system_timer = 0; in create_kernel_nss()
173 asm volatile("SPT 0(%0)" : : "a" (&S390_lowcore.last_update_timer)); in create_kernel_nss()
220 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
229 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
231 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
240 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()
254 addr = S390_lowcore.program_old_psw.addr; in early_pgm_check_handler()
262 S390_lowcore.program_old_psw.addr = extable_fixup(fixup)|PSW_ADDR_AMODE; in early_pgm_check_handler()
272 S390_lowcore.external_new_psw = psw; in setup_lowcore_early()
274 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
280 stfle(S390_lowcore.stfle_fac_list, in setup_facility_list()
281 ARRAY_SIZE(S390_lowcore.stfle_fac_list)); in setup_facility_list()
298 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
313 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()
319 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()
323 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()
325 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
327 S390_lowcore.machine_flags |= MACHINE_FLAG_LPP; in detect_machine_facilities()
329 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()
331 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_LC; in detect_machine_facilities()
333 S390_lowcore.machine_flags |= MACHINE_FLAG_VX; in detect_machine_facilities()
340 S390_lowcore.machine_flags &= ~MACHINE_FLAG_VX; in disable_vector_extension()
352 S390_lowcore.machine_flags |= MACHINE_FLAG_CAD; in cad_setup()