Searched refs:local_ctl_load (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/arch/s390/include/asm/ |
D | mmu_context.h | 84 local_ctl_load(7, &s390_invalid_asce); in switch_mm_irqs_off() 114 local_ctl_load(7, &get_lowcore()->user_asce); in finish_arch_post_lock_switch() 123 local_ctl_load(7, &get_lowcore()->user_asce); in activate_mm()
|
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-6.12.1/arch/s390/kernel/ |
D | machine_kexec.c | 101 local_ctl_load(2, &cr2_new.reg); in __machine_kdump() 103 local_ctl_load(2, &cr2_old.reg); in __machine_kdump()
|
D | wti.c | 63 local_ctl_load(6, &cr6); in wti_irq_disable() 76 local_ctl_load(6, &cr6); in wti_irq_enable()
|
D | nmi.c | 138 local_ctl_load(0, &cr0_new.reg); in s390_handle_damage() 150 local_ctl_load(0, &cr0.reg); in s390_handle_damage()
|
D | traps.c | 307 local_ctl_load(0, &cr0); in trap_init()
|
D | ptrace.c | 87 local_ctl_load(0, &cr0_new.reg); in update_cr_regs() 89 local_ctl_load(2, &cr2_new.reg); in update_cr_regs()
|
/linux-6.12.1/arch/s390/boot/ |
D | vmem.c | 501 local_ctl_load(1, &get_lowcore()->kernel_asce); in setup_vmem() 502 local_ctl_load(7, &get_lowcore()->user_asce); in setup_vmem() 503 local_ctl_load(13, &get_lowcore()->kernel_asce); in setup_vmem()
|
/linux-6.12.1/drivers/s390/char/ |
D | sclp_early_core.c | 39 local_ctl_load(0, &cr0_new.reg); in sclp_early_wait_irq() 62 local_ctl_load(0, &cr0.reg); in sclp_early_wait_irq()
|
D | sclp.c | 738 local_ctl_load(0, &cr0_sync); in sclp_sync_wait() 748 local_ctl_load(0, &cr0); in sclp_sync_wait()
|
/linux-6.12.1/arch/s390/mm/ |
D | pgalloc.c | 70 local_ctl_load(7, &get_lowcore()->user_asce); in __crst_table_upgrade()
|