Searched refs:cr0_new (Results 1 – 2 of 2) sorted by relevance
32 union ctlreg0 cr0, cr0_new; in sclp_early_wait_irq() local35 cr0_new.val = cr0.val & ~CR0_IRQ_SUBCLASS_MASK; in sclp_early_wait_irq()36 cr0_new.lap = 0; in sclp_early_wait_irq()37 cr0_new.sssm = 1; in sclp_early_wait_irq()38 __ctl_load(cr0_new.val, 0, 0); in sclp_early_wait_irq()
45 union ctlreg0 cr0_old, cr0_new; in update_cr_regs() local51 cr0_new = cr0_old; in update_cr_regs()56 cr0_new.tcx = 1; in update_cr_regs()58 cr0_new.tcx = 0; in update_cr_regs()75 cr0_changed = cr0_new.val != cr0_old.val; in update_cr_regs()78 __ctl_load(cr0_new.val, 0, 0); in update_cr_regs()