Home
last modified time | relevance | path

Searched refs:cr0_new (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/char/
H A Dsclp_early_core.c34 union ctlreg0 cr0, cr0_new; in sclp_early_wait_irq() local
37 cr0_new.val = cr0.val & ~CR0_IRQ_SUBCLASS_MASK; in sclp_early_wait_irq()
38 cr0_new.lap = 0; in sclp_early_wait_irq()
39 cr0_new.sssm = 1; in sclp_early_wait_irq()
40 local_ctl_load(0, &cr0_new.reg); in sclp_early_wait_irq()