Lines Matching refs:get_lowcore
418 lc->machine_flags = get_lowcore()->machine_flags; in setup_lowcore()
419 lc->preempt_count = get_lowcore()->preempt_count; in setup_lowcore()
421 lc->sys_enter_timer = get_lowcore()->sys_enter_timer; in setup_lowcore()
422 lc->exit_timer = get_lowcore()->exit_timer; in setup_lowcore()
423 lc->user_timer = get_lowcore()->user_timer; in setup_lowcore()
424 lc->system_timer = get_lowcore()->system_timer; in setup_lowcore()
425 lc->steal_timer = get_lowcore()->steal_timer; in setup_lowcore()
426 lc->last_update_timer = get_lowcore()->last_update_timer; in setup_lowcore()
427 lc->last_update_clock = get_lowcore()->last_update_clock; in setup_lowcore()
436 lc->kernel_stack = get_lowcore()->kernel_stack; in setup_lowcore()
452 lc->kernel_asce = get_lowcore()->kernel_asce; in setup_lowcore()
453 lc->user_asce = get_lowcore()->user_asce; in setup_lowcore()
729 void *lowcore_start = get_lowcore(); in reserve_lowcore()
915 pr_info("Lowcore relocated to 0x%px\n", get_lowcore()); in setup_arch()