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

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

File Facts

System
Linux kernel
Corpus path
arch/openrisc/include/uapi/asm/ptrace.h
Extension
.h
Size
1054 bytes
Lines
41
Domain
Architecture Layer
Bucket
arch/openrisc
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_regs_struct {
	/* GPR R0-R31... */
	unsigned long gpr[32];
	unsigned long pc;
	unsigned long sr;
};

struct __or1k_fpu_state {
	unsigned long fpcsr;
};
#endif


#endif /* _UAPI__ASM_OPENRISC_PTRACE_H */

Annotation

Implementation Notes