Searched refs:per_info (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dcompat_ptrace.h33 struct compat_per_struct_kernel per_info; member in struct:compat_user_regs_struct
H A Dptrace.c259 } else if (addr < offsetof(struct user, regs.per_info) + sizeof(per_struct)) {
261 * Handle access to the per_info structure.
263 addr -= offsetof(struct user, regs.per_info);
296 * There are only three fields in the per_info struct that the
305 * Writes to any other field in per_info are ignored.
400 } else if (addr < offsetof(struct user, regs.per_info) + sizeof(per_struct)) {
402 * Handle access to the per_info structure.
404 addr -= offsetof(struct user, regs.per_info);
620 } else if (addr < offsetof(struct compat_user, regs.per_info) + sizeof(struct compat_per_struct_kernel)) {
622 * Handle access to the per_info structur
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Dptrace.h449 per_struct per_info; member in struct:user_regs_struct

Completed in 229 milliseconds