Lines Matching refs:get_lowcore
415 lc->preempt_count = get_lowcore()->preempt_count; in setup_lowcore()
417 lc->sys_enter_timer = get_lowcore()->sys_enter_timer; in setup_lowcore()
418 lc->exit_timer = get_lowcore()->exit_timer; in setup_lowcore()
419 lc->user_timer = get_lowcore()->user_timer; in setup_lowcore()
420 lc->system_timer = get_lowcore()->system_timer; in setup_lowcore()
421 lc->steal_timer = get_lowcore()->steal_timer; in setup_lowcore()
422 lc->last_update_timer = get_lowcore()->last_update_timer; in setup_lowcore()
423 lc->last_update_clock = get_lowcore()->last_update_clock; in setup_lowcore()
432 lc->kernel_stack = get_lowcore()->kernel_stack; in setup_lowcore()
448 lc->kernel_asce = get_lowcore()->kernel_asce; in setup_lowcore()
449 lc->user_asce = get_lowcore()->user_asce; in setup_lowcore()
730 void *lowcore_start = get_lowcore(); in reserve_lowcore()
916 pr_info("Lowcore relocated to 0x%px\n", get_lowcore()); in setup_arch()