Lines Matching refs:get_lowcore
417 lc->preempt_count = get_lowcore()->preempt_count; in setup_lowcore()
419 lc->sys_enter_timer = get_lowcore()->sys_enter_timer; in setup_lowcore()
420 lc->exit_timer = get_lowcore()->exit_timer; in setup_lowcore()
421 lc->user_timer = get_lowcore()->user_timer; in setup_lowcore()
422 lc->system_timer = get_lowcore()->system_timer; in setup_lowcore()
423 lc->steal_timer = get_lowcore()->steal_timer; in setup_lowcore()
424 lc->last_update_timer = get_lowcore()->last_update_timer; in setup_lowcore()
425 lc->last_update_clock = get_lowcore()->last_update_clock; in setup_lowcore()
434 lc->kernel_stack = get_lowcore()->kernel_stack; in setup_lowcore()
450 lc->kernel_asce = get_lowcore()->kernel_asce; in setup_lowcore()
451 lc->user_asce = get_lowcore()->user_asce; in setup_lowcore()
732 void *lowcore_start = get_lowcore(); in reserve_lowcore()
918 pr_info("Lowcore relocated to 0x%px\n", get_lowcore()); in setup_arch()