Lines Matching refs:S390_lowcore
331 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
332 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore()
333 memcpy(lc->stfle_fac_list, S390_lowcore.stfle_fac_list, in setup_lowcore()
339 lc->sync_enter_timer = S390_lowcore.sync_enter_timer; in setup_lowcore()
340 lc->async_enter_timer = S390_lowcore.async_enter_timer; in setup_lowcore()
341 lc->exit_timer = S390_lowcore.exit_timer; in setup_lowcore()
342 lc->user_timer = S390_lowcore.user_timer; in setup_lowcore()
343 lc->system_timer = S390_lowcore.system_timer; in setup_lowcore()
344 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore()
345 lc->last_update_timer = S390_lowcore.last_update_timer; in setup_lowcore()
346 lc->last_update_clock = S390_lowcore.last_update_clock; in setup_lowcore()
362 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); in setup_lowcore()
363 mem_assign_absolute(S390_lowcore.restart_fn, lc->restart_fn); in setup_lowcore()
364 mem_assign_absolute(S390_lowcore.restart_data, lc->restart_data); in setup_lowcore()
365 mem_assign_absolute(S390_lowcore.restart_source, lc->restart_source); in setup_lowcore()
366 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw); in setup_lowcore()
474 mem_assign_absolute(S390_lowcore.vmcore_info, paddr_vmcoreinfo_note()); in setup_vmcoreinfo()