Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dptrace.h142 struct per_regs { struct
H A Dprocessor.h185 struct per_regs per_user; /* User specified PER registers */
/linux/arch/s390/kernel/
H A Dptrace.c115 if (memcmp(&new, &old, sizeof(struct per_regs)) != 0) in update_cr_regs()