Searched refs:__local_ctl_store (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/s390/kernel/ |
D | ctlreg.c | 41 __local_ctl_store(0, 15, lc->cregs_save_area); in system_ctlreg_init_save_area() 42 __local_ctl_store(0, 15, abs_lc->cregs_save_area); in system_ctlreg_init_save_area() 60 __local_ctl_store(0, 15, regs); in ctlreg_callback()
|
D | kprobes.c | 206 __local_ctl_store(9, 11, kcb->kprobe_saved_ctl); in enable_singlestep()
|
D | smp.c | 920 __local_ctl_store(0, 15, cregs); in __cpu_disable()
|
D | ptrace.c | 116 __local_ctl_store(9, 11, old.regs); in update_cr_regs()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | ctlreg.h | 110 #define __local_ctl_store(low, high, array) do { \ macro
|