Lines Matching refs:get_lowcore
424 lc->machine_flags = get_lowcore()->machine_flags; in setup_lowcore()
425 lc->preempt_count = get_lowcore()->preempt_count; in setup_lowcore()
427 lc->sys_enter_timer = get_lowcore()->sys_enter_timer; in setup_lowcore()
428 lc->exit_timer = get_lowcore()->exit_timer; in setup_lowcore()
429 lc->user_timer = get_lowcore()->user_timer; in setup_lowcore()
430 lc->system_timer = get_lowcore()->system_timer; in setup_lowcore()
431 lc->steal_timer = get_lowcore()->steal_timer; in setup_lowcore()
432 lc->last_update_timer = get_lowcore()->last_update_timer; in setup_lowcore()
433 lc->last_update_clock = get_lowcore()->last_update_clock; in setup_lowcore()
442 lc->kernel_stack = get_lowcore()->kernel_stack; in setup_lowcore()
458 lc->kernel_asce = get_lowcore()->kernel_asce; in setup_lowcore()
459 lc->user_asce = get_lowcore()->user_asce; in setup_lowcore()
741 void *lowcore_start = get_lowcore(); in reserve_lowcore()
909 pr_info("Lowcore relocated to 0x%px\n", get_lowcore()); in setup_arch()