arch/parisc/include/asm/runway.h

Source file repositories/reference/linux-study-clean/arch/parisc/include/asm/runway.h

File Facts

System
Linux kernel
Corpus path
arch/parisc/include/asm/runway.h
Extension
.h
Size
183 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/parisc
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

#ifndef ASM_PARISC_RUNWAY_H
#define ASM_PARISC_RUNWAY_H

#define RUNWAY_STATUS	0x10
#define RUNWAY_DEBUG	0x40

#endif /* ASM_PARISC_RUNWAY_H */

Annotation

Implementation Notes