Lines Matching refs:S390_lowcore
430 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
431 lc->preempt_count = S390_lowcore.preempt_count; in setup_lowcore()
433 lc->sys_enter_timer = S390_lowcore.sys_enter_timer; in setup_lowcore()
434 lc->exit_timer = S390_lowcore.exit_timer; in setup_lowcore()
435 lc->user_timer = S390_lowcore.user_timer; in setup_lowcore()
436 lc->system_timer = S390_lowcore.system_timer; in setup_lowcore()
437 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore()
438 lc->last_update_timer = S390_lowcore.last_update_timer; in setup_lowcore()
439 lc->last_update_clock = S390_lowcore.last_update_clock; in setup_lowcore()
448 lc->kernel_stack = S390_lowcore.kernel_stack; in setup_lowcore()
465 lc->kernel_asce = S390_lowcore.kernel_asce; in setup_lowcore()
466 lc->user_asce = S390_lowcore.user_asce; in setup_lowcore()