Home
last modified time | relevance | path

Searched refs:__local_ctl_store (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/s390/kernel/
Dctlreg.c41 __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()
Dkprobes.c206 __local_ctl_store(9, 11, kcb->kprobe_saved_ctl); in enable_singlestep()
Dsmp.c920 __local_ctl_store(0, 15, cregs); in __cpu_disable()
Dptrace.c116 __local_ctl_store(9, 11, old.regs); in update_cr_regs()
/linux-6.12.1/arch/s390/include/asm/
Dctlreg.h110 #define __local_ctl_store(low, high, array) do { \ macro