Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dctlreg.c67 __local_ctl_load(0, 15, regs); in ctlreg_callback()
H A Dkprobes.c212 __local_ctl_load(9, 11, per_kprobe.regs); in enable_singlestep()
224 __local_ctl_load(9, 11, kcb->kprobe_saved_ctl); in disable_singlestep()
H A Dsmp.c912 __local_ctl_load(0, 15, cregs); in __cpu_disable()
H A Dptrace.c121 __local_ctl_load(9, 11, new.regs); in update_cr_regs()
/linux-6.15/arch/s390/include/asm/
H A Dctlreg.h91 #define __local_ctl_load(low, high, array) do { \ macro