Lines Matching refs:S390_lowcore

56 	S390_lowcore.last_update_clock = sched_clock_base_cc;  in reset_tod_clock()
168 S390_lowcore.last_update_clock = sched_clock_base_cc; in create_kernel_nss()
169 S390_lowcore.last_update_timer = 0x7fffffffffffffffULL; in create_kernel_nss()
170 S390_lowcore.user_timer = 0; in create_kernel_nss()
171 S390_lowcore.system_timer = 0; in create_kernel_nss()
172 asm volatile("SPT 0(%0)" : : "a" (&S390_lowcore.last_update_timer)); in create_kernel_nss()
219 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
228 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
230 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
239 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()
253 addr = S390_lowcore.program_old_psw.addr; in early_pgm_check_handler()
261 S390_lowcore.program_old_psw.addr = extable_fixup(fixup)|PSW_ADDR_AMODE; in early_pgm_check_handler()
271 S390_lowcore.external_new_psw = psw; in setup_lowcore_early()
273 S390_lowcore.program_new_psw = psw; in setup_lowcore_early()
279 stfle(S390_lowcore.stfle_fac_list, in setup_facility_list()
280 ARRAY_SIZE(S390_lowcore.stfle_fac_list)); in setup_facility_list()
296 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
310 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()
316 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()
320 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()
322 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
324 S390_lowcore.machine_flags |= MACHINE_FLAG_LPP; in detect_machine_facilities()
326 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()
328 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_LC; in detect_machine_facilities()
330 S390_lowcore.machine_flags |= MACHINE_FLAG_VX; in detect_machine_facilities()
339 S390_lowcore.machine_flags |= MACHINE_FLAG_CAD; in cad_setup()