Searched refs:local_ctl_store (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | ctlreg.h | 136 static __always_inline void local_ctl_store(unsigned int cr, struct ctlreg *reg) in local_ctl_store() function 148 local_ctl_store(cr, &old); in local_ctl_set_bit() 159 local_ctl_store(cr, &old); in local_ctl_clear_bit()
|
| /linux/arch/s390/kernel/ |
| H A D | wti.c | 60 local_ctl_store(6, &cr6); in wti_irq_disable() 73 local_ctl_store(6, &cr6); in wti_irq_enable()
|
| H A D | nmi.c | 200 local_ctl_store(0, &cr0.reg); in s390_handle_damage()
|
| H A D | ptrace.c | 56 local_ctl_store(0, &cr0_old.reg); in update_cr_regs() 57 local_ctl_store(2, &cr2_old.reg); in update_cr_regs()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_early_core.c | 36 local_ctl_store(0, &cr0.reg); in sclp_early_wait_irq()
|
| H A D | sclp.c | 742 local_ctl_store(0, &cr0); in sclp_sync_wait()
|