arch/nios2/include/uapi/asm/ptrace.h

Source file repositories/reference/linux-study-clean/arch/nios2/include/uapi/asm/ptrace.h

File Facts

System
Linux kernel
Corpus path
arch/nios2/include/uapi/asm/ptrace.h
Extension
.h
Size
1814 bytes
Lines
85
Domain
Architecture Layer
Bucket
arch/nios2
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

struct user_pt_regs {
	__u32		regs[49];
};

#endif /* __ASSEMBLER__ */
#endif /* _UAPI_ASM_NIOS2_PTRACE_H */

Annotation

Implementation Notes