arch/sh/include/asm/sparsemem.h

Source file repositories/reference/linux-study-clean/arch/sh/include/asm/sparsemem.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/asm/sparsemem.h
Extension
.h
Size
319 bytes
Lines
13
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_SPARSEMEM_H
#define __ASM_SH_SPARSEMEM_H

/*
 * SECTION_SIZE_BITS		2^N: how big each section will be
 * MAX_PHYSMEM_BITS		2^N: how much physical address space we have
 */
#define SECTION_SIZE_BITS	26
#define MAX_PHYSMEM_BITS	32

#endif /* __ASM_SH_SPARSEMEM_H */

Annotation

Implementation Notes