Home
last modified time | relevance | path

Searched refs:per_regs (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/s390/include/asm/
Dptrace.h136 struct per_regs { struct
Dprocessor.h123 struct per_regs per_user; /* User specified PER registers */
/linux-5.19.10/arch/s390/kernel/
Dkprobes.c228 struct per_regs per_kprobe; in enable_singlestep()
Dptrace.c44 struct per_regs old, new; in update_cr_regs()
108 if (memcmp(&new, &old, sizeof(struct per_regs)) != 0) in update_cr_regs()