arch/m68k/include/asm/machw.h

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

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/asm/machw.h
Extension
.h
Size
588 bytes
Lines
25
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

#ifndef _ASM_MACHW_H_
#define _ASM_MACHW_H_

/*
 * head.S maps the videomem to VIDEOMEMBASE
 */

#define VIDEOMEMBASE	0xf0000000
#define VIDEOMEMSIZE	(4096*1024)
#define VIDEOMEMMASK	(-4096*1024)

#endif /* linux/machw.h */

Annotation

Implementation Notes