Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dptrace.h85 struct per_regs { struct
Dprocessor.h102 struct per_regs per_user; /* User specified PER registers */
/linux-4.4.14/arch/s390/kernel/
Dkprobes.c213 struct per_regs per_kprobe; in enable_singlestep()
Dptrace.c45 struct per_regs old, new; in update_cr_regs()
97 if (memcmp(&new, &old, sizeof(struct per_regs)) != 0) in update_cr_regs()