Lines Matching refs:S390_lowcore
342 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
343 lc->preempt_count = S390_lowcore.preempt_count; in setup_lowcore()
344 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore()
345 memcpy(lc->stfle_fac_list, S390_lowcore.stfle_fac_list, in setup_lowcore()
347 memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list, in setup_lowcore()
351 lc->sync_enter_timer = S390_lowcore.sync_enter_timer; in setup_lowcore()
352 lc->async_enter_timer = S390_lowcore.async_enter_timer; in setup_lowcore()
353 lc->exit_timer = S390_lowcore.exit_timer; in setup_lowcore()
354 lc->user_timer = S390_lowcore.user_timer; in setup_lowcore()
355 lc->system_timer = S390_lowcore.system_timer; in setup_lowcore()
356 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore()
357 lc->last_update_timer = S390_lowcore.last_update_timer; in setup_lowcore()
358 lc->last_update_clock = S390_lowcore.last_update_clock; in setup_lowcore()
374 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); in setup_lowcore()
375 mem_assign_absolute(S390_lowcore.restart_fn, lc->restart_fn); in setup_lowcore()
376 mem_assign_absolute(S390_lowcore.restart_data, lc->restart_data); in setup_lowcore()
377 mem_assign_absolute(S390_lowcore.restart_source, lc->restart_source); in setup_lowcore()
378 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw); in setup_lowcore()