Searched refs:local_ctl_load (Results 1 – 10 of 10) sorted by relevance
| /arch/s390/include/asm/ |
| A D | mmu_context.h | 82 local_ctl_load(1, &s390_invalid_asce); in switch_mm_irqs_off() 83 local_ctl_load(7, &s390_invalid_asce); in switch_mm_irqs_off() 116 local_ctl_load(1, &get_lowcore()->kernel_asce); in finish_arch_post_lock_switch() 118 local_ctl_load(1, &get_lowcore()->user_asce); in finish_arch_post_lock_switch() 119 local_ctl_load(7, &get_lowcore()->user_asce); in finish_arch_post_lock_switch() 130 local_ctl_load(1, &get_lowcore()->kernel_asce); in activate_mm() 132 local_ctl_load(1, &get_lowcore()->user_asce); in activate_mm() 133 local_ctl_load(7, &get_lowcore()->user_asce); in activate_mm()
|
| A D | asce.h | 18 local_ctl_load(1, &get_lowcore()->kernel_asce); in enable_sacf_uaccess() 31 local_ctl_load(1, &get_lowcore()->user_asce); in disable_sacf_uaccess()
|
| 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()
|
| /arch/s390/kernel/ |
| A D | machine_kexec.c | 103 local_ctl_load(2, &cr2_new.reg); in __machine_kdump() 105 local_ctl_load(2, &cr2_old.reg); in __machine_kdump()
|
| A D | wti.c | 63 local_ctl_load(6, &cr6); in wti_irq_disable() 76 local_ctl_load(6, &cr6); in wti_irq_enable()
|
| A D | nmi.c | 203 local_ctl_load(0, &cr0_new.reg); in s390_handle_damage() 215 local_ctl_load(0, &cr0.reg); in s390_handle_damage()
|
| A D | traps.c | 282 local_ctl_load(0, &cr0); in trap_init()
|
| A D | ptrace.c | 90 local_ctl_load(0, &cr0_new.reg); in update_cr_regs() 92 local_ctl_load(2, &cr2_new.reg); in update_cr_regs()
|
| /arch/s390/boot/ |
| A D | vmem.c | 560 local_ctl_load(1, &get_lowcore()->kernel_asce); in setup_vmem() 561 local_ctl_load(7, &get_lowcore()->user_asce); in setup_vmem() 562 local_ctl_load(13, &get_lowcore()->kernel_asce); in setup_vmem()
|
| /arch/s390/mm/ |
| A D | pgalloc.c | 45 local_ctl_load(7, &asce); in __crst_table_upgrade() 47 local_ctl_load(1, &asce); in __crst_table_upgrade()
|
Completed in 17 milliseconds