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

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

File Facts

System
Linux kernel
Corpus path
arch/sh/include/cpu-common/cpu/addrspace.h
Extension
.h
Size
375 bytes
Lines
17
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_CPU_SH2_ADDRSPACE_H
#define __ASM_CPU_SH2_ADDRSPACE_H

#define P0SEG		0x00000000
#define P1SEG		0x80000000
#define P2SEG		0xa0000000
#define P3SEG		0xc0000000
#define P4SEG		0xe0000000

#endif /* __ASM_CPU_SH2_ADDRSPACE_H */

Annotation

Implementation Notes