Searched refs:__ctl_load (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | ctl_reg.h | 38 #define __ctl_load(array, low, high) do { \ macro 65 __ctl_load(reg, cr, cr); in __ctl_set_bit() 74 __ctl_load(reg, cr, cr); in __ctl_clear_bit()
|
A D | mmu_context.h | 84 __ctl_load(s390_invalid_asce, 7, 7); in switch_mm_irqs_off() 114 __ctl_load(S390_lowcore.user_asce, 7, 7); in finish_arch_post_lock_switch() 123 __ctl_load(S390_lowcore.user_asce, 7, 7); in activate_mm()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | nmi.c | 137 __ctl_load(cr0_new.val, 0, 0); in s390_handle_damage() 149 __ctl_load(cr0.val, 0, 0); in s390_handle_damage() 274 __ctl_load(cr0.val, 0, 0); in s390_validate_registers() 282 __ctl_load(S390_lowcore.cregs_save_area[0], 0, 0); in s390_validate_registers()
|
A D | machine_kexec.c | 98 __ctl_load(cr2_new.val, 2, 2); in __machine_kdump() 100 __ctl_load(cr2_old.val, 2, 2); in __machine_kdump()
|
A D | kprobes.c | 240 __ctl_load(per_kprobe, 9, 11); in enable_singlestep() 252 __ctl_load(kcb->kprobe_saved_ctl, 9, 11); in disable_singlestep()
|
A D | setup.c | 861 __ctl_load(cr2.val, 2, 2); in setup_cr() 862 __ctl_load(cr5.val, 5, 5); in setup_cr() 863 __ctl_load(cr15.val, 15, 15); in setup_cr()
|
A D | early.c | 266 __ctl_load(reg, 0, 0); in setup_control_registers()
|
A D | smp.c | 587 __ctl_load(cregs, 0, 15); in smp_ctl_bit_callback() 968 __ctl_load(cregs, 0, 15); in __cpu_disable() 1292 __ctl_load(cr0, 0, 0); in smp_reinit_ipl_cpu()
|
A D | ptrace.c | 78 __ctl_load(cr0_new.val, 0, 0); in update_cr_regs() 80 __ctl_load(cr2_new.val, 2, 2); in update_cr_regs() 109 __ctl_load(new, 9, 11); in update_cr_regs()
|
/linux-6.3-rc2/arch/s390/boot/ |
A D | vmem.c | 266 __ctl_load(S390_lowcore.kernel_asce, 1, 1); in setup_vmem() 267 __ctl_load(S390_lowcore.user_asce, 7, 7); in setup_vmem() 268 __ctl_load(S390_lowcore.kernel_asce, 13, 13); in setup_vmem()
|
/linux-6.3-rc2/drivers/s390/char/ |
A D | sclp_early_core.c | 38 __ctl_load(cr0_new.val, 0, 0); in sclp_early_wait_irq() 61 __ctl_load(cr0.val, 0, 0); in sclp_early_wait_irq()
|
A D | sclp.c | 738 __ctl_load(cr0_sync, 0, 0); in sclp_sync_wait() 748 __ctl_load(cr0, 0, 0); in sclp_sync_wait()
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | pgalloc.c | 76 __ctl_load(S390_lowcore.user_asce, 7, 7); in __crst_table_upgrade()
|
Completed in 21 milliseconds