arch/sh/include/cpu-sh2a/cpu/addrspace.h

Source file repositories/reference/linux-study-clean/arch/sh/include/cpu-sh2a/cpu/addrspace.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/cpu-sh2a/cpu/addrspace.h
Extension
.h
Size
290 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/sh
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_SH_CPU_SH2A_ADDRSPACE_H
#define __ASM_SH_CPU_SH2A_ADDRSPACE_H

#define P0SEG		0x00000000
#define P1SEG		0x00000000
#define P2SEG		0x20000000
#define P3SEG		0x40000000
#define P4SEG		0x60000000

#endif /* __ASM_SH_CPU_SH2A_ADDRSPACE_H */

Annotation

Implementation Notes