• Home
  • Raw
  • Download

Lines Matching refs:S390_lowcore

336 	lc->machine_flags = S390_lowcore.machine_flags;  in setup_lowcore_dat_off()
337 lc->preempt_count = S390_lowcore.preempt_count; in setup_lowcore_dat_off()
338 lc->stfl_fac_list = S390_lowcore.stfl_fac_list; in setup_lowcore_dat_off()
339 memcpy(lc->stfle_fac_list, S390_lowcore.stfle_fac_list, in setup_lowcore_dat_off()
341 memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list, in setup_lowcore_dat_off()
353 lc->sync_enter_timer = S390_lowcore.sync_enter_timer; in setup_lowcore_dat_off()
354 lc->async_enter_timer = S390_lowcore.async_enter_timer; in setup_lowcore_dat_off()
355 lc->exit_timer = S390_lowcore.exit_timer; in setup_lowcore_dat_off()
356 lc->user_timer = S390_lowcore.user_timer; in setup_lowcore_dat_off()
357 lc->system_timer = S390_lowcore.system_timer; in setup_lowcore_dat_off()
358 lc->steal_timer = S390_lowcore.steal_timer; in setup_lowcore_dat_off()
359 lc->last_update_timer = S390_lowcore.last_update_timer; in setup_lowcore_dat_off()
360 lc->last_update_clock = S390_lowcore.last_update_clock; in setup_lowcore_dat_off()
376 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); in setup_lowcore_dat_off()
377 mem_assign_absolute(S390_lowcore.restart_fn, lc->restart_fn); in setup_lowcore_dat_off()
378 mem_assign_absolute(S390_lowcore.restart_data, lc->restart_data); in setup_lowcore_dat_off()
379 mem_assign_absolute(S390_lowcore.restart_source, lc->restart_source); in setup_lowcore_dat_off()
380 mem_assign_absolute(S390_lowcore.restart_psw, lc->restart_psw); in setup_lowcore_dat_off()
394 S390_lowcore.external_new_psw.mask |= PSW_MASK_DAT; in setup_lowcore_dat_on()
395 S390_lowcore.svc_new_psw.mask |= PSW_MASK_DAT; in setup_lowcore_dat_on()
396 S390_lowcore.program_new_psw.mask |= PSW_MASK_DAT; in setup_lowcore_dat_on()
397 S390_lowcore.io_new_psw.mask |= PSW_MASK_DAT; in setup_lowcore_dat_on()