Searched refs:__ctl_load (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H 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()
|
H A D | mmu_context.h | 85 __ctl_load(s390_invalid_asce, 7, 7); in switch_mm_irqs_off() 115 __ctl_load(S390_lowcore.user_asce, 7, 7); in finish_arch_post_lock_switch() 124 __ctl_load(S390_lowcore.user_asce, 7, 7); in activate_mm()
|
/openbmc/linux/arch/s390/kernel/ |
H 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()
|
H A D | machine_kexec.c | 100 __ctl_load(cr2_new.val, 2, 2); in __machine_kdump() 102 __ctl_load(cr2_old.val, 2, 2); in __machine_kdump()
|
H 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()
|
H A D | setup.c | 806 __ctl_load(cr2.val, 2, 2); in setup_cr() 807 __ctl_load(cr5.val, 5, 5); in setup_cr() 808 __ctl_load(cr15.val, 15, 15); in setup_cr()
|
H A D | smp.c | 589 __ctl_load(cregs, 0, 15); in smp_ctl_bit_callback() 976 __ctl_load(cregs, 0, 15); in __cpu_disable() 1305 __ctl_load(cr0, 0, 0); in smp_reinit_ipl_cpu()
|
H 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()
|
/openbmc/linux/arch/s390/boot/ |
H A D | vmem.c | 453 __ctl_load(S390_lowcore.kernel_asce, 1, 1); in setup_vmem() 454 __ctl_load(S390_lowcore.user_asce, 7, 7); in setup_vmem() 455 __ctl_load(S390_lowcore.kernel_asce, 13, 13); in setup_vmem()
|
/openbmc/linux/drivers/s390/char/ |
H 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()
|
H 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()
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgalloc.c | 68 __ctl_load(S390_lowcore.user_asce, 7, 7); in __crst_table_upgrade()
|