arch/x86/include/asm/prom.h

Source file repositories/reference/linux-study-clean/arch/x86/include/asm/prom.h

File Facts

System
Linux kernel
Corpus path
arch/x86/include/asm/prom.h
Extension
.h
Size
845 bytes
Lines
38
Domain
Architecture Layer
Bucket
arch/x86
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

static inline void add_dtb(u64 data) { }
static inline void x86_of_pci_init(void) { }
static inline void x86_flattree_get_config(void) { }
#define of_ioapic 0
#endif

extern char cmd_line[COMMAND_LINE_SIZE];

#endif /* __ASSEMBLER__ */
#endif

Annotation

Implementation Notes