arch/xtensa/include/asm/sysmem.h

Source file repositories/reference/linux-study-clean/arch/xtensa/include/asm/sysmem.h

File Facts

System
Linux kernel
Corpus path
arch/xtensa/include/asm/sysmem.h
Extension
.h
Size
426 bytes
Lines
20
Domain
Architecture Layer
Bucket
arch/xtensa
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 _XTENSA_SYSMEM_H
#define _XTENSA_SYSMEM_H

#include <linux/memblock.h>

void bootmem_init(void);
void zones_init(void);

#endif /* _XTENSA_SYSMEM_H */

Annotation

Implementation Notes