arch/m68k/include/asm/page_offset.h

Source file repositories/reference/linux-study-clean/arch/m68k/include/asm/page_offset.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/asm/page_offset.h
Extension
.h
Size
256 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/m68k
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

#if defined(CONFIG_RAMBASE)
#define PAGE_OFFSET_RAW		CONFIG_RAMBASE
#elif defined(CONFIG_SUN3)
#define PAGE_OFFSET_RAW		0x0E000000
#else
#define PAGE_OFFSET_RAW		0x00000000
#endif

Annotation

Implementation Notes