Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dmachine_kexec.c83 union ctlreg2 cr2_old, cr2_new; in __machine_kdump() local
100 local_ctl_store(2, &cr2_old.reg); in __machine_kdump()
101 cr2_new = cr2_old; in __machine_kdump()
105 local_ctl_load(2, &cr2_old.reg); in __machine_kdump()
H A Dptrace.c45 union ctlreg2 cr2_old, cr2_new; in update_cr_regs() local
57 local_ctl_store(2, &cr2_old.reg); in update_cr_regs()
59 cr2_new = cr2_old; in update_cr_regs()
83 cr2_changed = cr2_new.val != cr2_old.val; in update_cr_regs()