Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/char/
Dsclp_early_core.c32 union ctlreg0 cr0, cr0_new; in sclp_early_wait_irq() local
35 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()
/linux-5.19.10/arch/s390/kernel/
Dptrace.c45 union ctlreg0 cr0_old, cr0_new; in update_cr_regs() local
51 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()