Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dctlreg.c67 __local_ctl_load(0, 15, regs); in ctlreg_callback()
Dkprobes.c211 __local_ctl_load(9, 11, per_kprobe.regs); in enable_singlestep()
223 __local_ctl_load(9, 11, kcb->kprobe_saved_ctl); in disable_singlestep()
Dsmp.c924 __local_ctl_load(0, 15, cregs); in __cpu_disable()
Dptrace.c118 __local_ctl_load(9, 11, new.regs); in update_cr_regs()
/linux-6.12.1/arch/s390/include/asm/
Dctlreg.h91 #define __local_ctl_load(low, high, array) do { \ macro