Lines Matching refs:S390_lowcore
333 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
334 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore()
335 memcpy(lc->stfle_fac_list, S390_lowcore.stfle_fac_list, in setup_lowcore()
341 lc->sync_enter_timer = S390_lowcore.sync_enter_timer; in setup_lowcore()
342 lc->async_enter_timer = S390_lowcore.async_enter_timer; in setup_lowcore()
343 lc->exit_timer = S390_lowcore.exit_timer; in setup_lowcore()
344 lc->user_timer = S390_lowcore.user_timer; in setup_lowcore()
345 lc->system_timer = S390_lowcore.system_timer; in setup_lowcore()
346 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore()
347 lc->last_update_timer = S390_lowcore.last_update_timer; in setup_lowcore()
348 lc->last_update_clock = S390_lowcore.last_update_clock; in setup_lowcore()
364 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); in setup_lowcore()
365 mem_assign_absolute(S390_lowcore.restart_fn, lc->restart_fn); in setup_lowcore()
366 mem_assign_absolute(S390_lowcore.restart_data, lc->restart_data); in setup_lowcore()
367 mem_assign_absolute(S390_lowcore.restart_source, lc->restart_source); in setup_lowcore()
368 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw); in setup_lowcore()
476 mem_assign_absolute(S390_lowcore.vmcore_info, paddr_vmcoreinfo_note()); in setup_vmcoreinfo()