Home
last modified time | relevance | path

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

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