Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dptrace.c49 unsigned long cr, cr_new; in update_cr_regs() local
53 cr_new = cr | (1UL << 55); in update_cr_regs()
55 cr_new &= ~(1UL << 55); in update_cr_regs()
56 if (cr_new != cr) in update_cr_regs()
57 __ctl_load(cr_new, 0, 0); in update_cr_regs()
60 cr_new = cr & ~3UL; in update_cr_regs()
63 cr_new |= 1UL; in update_cr_regs()
65 cr_new |= 2UL; in update_cr_regs()
67 if (cr_new != cr) in update_cr_regs()
68 __ctl_load(cr_new, 2, 2); in update_cr_regs()