Lines Matching refs:abs_lc
390 struct lowcore *lc, *abs_lc; in setup_lowcore() local
454 abs_lc = get_abs_lowcore(); in setup_lowcore()
455 abs_lc->restart_stack = lc->restart_stack; in setup_lowcore()
456 abs_lc->restart_fn = lc->restart_fn; in setup_lowcore()
457 abs_lc->restart_data = lc->restart_data; in setup_lowcore()
458 abs_lc->restart_source = lc->restart_source; in setup_lowcore()
459 abs_lc->restart_psw = lc->restart_psw; in setup_lowcore()
460 abs_lc->restart_flags = RESTART_FLAG_CTLREGS; in setup_lowcore()
461 abs_lc->program_new_psw = lc->program_new_psw; in setup_lowcore()
462 abs_lc->mcesad = lc->mcesad; in setup_lowcore()
463 put_abs_lowcore(abs_lc); in setup_lowcore()