Home
last modified time | relevance | path

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

/linux-6.14.4/arch/s390/include/asm/
Dptrace.h138 struct per_regs { struct
Dprocessor.h196 struct per_regs per_user; /* User specified PER registers */
/linux-6.14.4/arch/s390/kernel/
Dptrace.c117 if (memcmp(&new, &old, sizeof(struct per_regs)) != 0) in update_cr_regs()