Searched refs:local_ctl_load (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | ctlreg.h | 127 static __always_inline void local_ctl_load(unsigned int cr, struct ctlreg *reg) in local_ctl_load() function 151 local_ctl_load(cr, &new); in local_ctl_set_bit() 162 local_ctl_load(cr, &new); in local_ctl_clear_bit()
|
| /linux/arch/s390/kernel/ |
| H A D | wti.c | 63 local_ctl_load(6, &cr6); in wti_irq_disable() 76 local_ctl_load(6, &cr6); in wti_irq_enable()
|
| H A D | traps.c | 282 local_ctl_load(0, &cr0); in trap_init()
|
| /linux/arch/s390/boot/ |
| H A D | vmem.c | 550 local_ctl_load(1, &get_lowcore()->kernel_asce); in setup_vmem() 551 local_ctl_load(7, &get_lowcore()->user_asce); in setup_vmem() 552 local_ctl_load(13, &get_lowcore()->kernel_asce); in setup_vmem()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_early_core.c | 40 local_ctl_load(0, &cr0_new.reg); in sclp_early_wait_irq() 63 local_ctl_load(0, &cr0.reg); in sclp_early_wait_irq()
|
| H A D | sclp.c | 745 local_ctl_load(0, &cr0_sync); in sclp_sync_wait() 755 local_ctl_load(0, &cr0); in sclp_sync_wait()
|