Searched refs:__ctl_load (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | mmu_context.h | 47 __ctl_load(S390_lowcore.user_asce, 7, 7); in set_user_asce() 55 __ctl_load(S390_lowcore.user_asce, 1, 1); in clear_user_asce() 56 __ctl_load(S390_lowcore.user_asce, 7, 7); in clear_user_asce() 65 __ctl_load(S390_lowcore.kernel_asce, 1, 1); in load_kernel_asce() 80 __ctl_load(S390_lowcore.kernel_asce, 1, 1); in switch_mm() 81 __ctl_load(S390_lowcore.kernel_asce, 7, 7); in switch_mm()
|
D | ctl_reg.h | 12 #define __ctl_load(array, low, high) { \ macro 37 __ctl_load(reg, cr, cr); in __ctl_set_bit() 46 __ctl_load(reg, cr, cr); in __ctl_clear_bit()
|
D | switch_to.h | 113 __ctl_load(cr0, 0, 0); in save_vx_regs_safe()
|
D | uaccess.h | 46 __ctl_load(__pto, 7, 7); \
|
/linux-4.1.27/arch/s390/lib/ |
D | delay.c | 40 __ctl_load(new , 0, 0); in __udelay_disabled() 42 __ctl_load(new, 6, 6); in __udelay_disabled() 49 __ctl_load(cr0, 0, 0); in __udelay_disabled() 50 __ctl_load(cr6, 6, 6); in __udelay_disabled()
|
/linux-4.1.27/arch/s390/mm/ |
D | init.c | 121 __ctl_load(S390_lowcore.kernel_asce, 1, 1); in paging_init() 122 __ctl_load(S390_lowcore.kernel_asce, 7, 7); in paging_init() 123 __ctl_load(S390_lowcore.kernel_asce, 13, 13); in paging_init()
|
D | maccess.c | 128 __ctl_load(cr0, 0, 0); in memcpy_absolute()
|
/linux-4.1.27/arch/s390/kernel/ |
D | nmi.c | 166 __ctl_load(cr0.val, 0, 0); in s390_revalidate_registers() 169 __ctl_load(S390_lowcore.cregs_save_area[0], 0, 0); in s390_revalidate_registers()
|
D | early.c | 260 __ctl_load(cr0_new, 0, 0); in early_pgm_check_handler() 262 __ctl_load(cr0, 0, 0); in early_pgm_check_handler()
|
D | vdso.c | 167 __ctl_load(cr5, 5, 5); in vdso_init_cr5()
|
D | kprobes.c | 226 __ctl_load(per_kprobe, 9, 11); in enable_singlestep() 238 __ctl_load(kcb->kprobe_saved_ctl, 9, 11); in disable_singlestep()
|
D | smp.c | 507 __ctl_load(cregs, 0, 15); in smp_ctl_bit_callback() 777 __ctl_load(S390_lowcore.cregs_save_area, 0, 15); in smp_start_secondary() 852 __ctl_load(cregs, 0, 15); in __cpu_disable()
|
D | ptrace.c | 66 __ctl_load(cr_new, 0, 0); in update_cr_regs() 79 __ctl_load(cr_new, 2, 2); in update_cr_regs() 110 __ctl_load(new, 9, 11); in update_cr_regs()
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp.c | 585 __ctl_load(cr0_sync, 0, 0); in sclp_sync_wait() 597 __ctl_load(cr0, 0, 0); in sclp_sync_wait()
|