arch/sparc/include/asm/sparsemem.h

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

File Facts

System
Linux kernel
Corpus path
arch/sparc/include/asm/sparsemem.h
Extension
.h
Size
295 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/sparc
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 _SPARC64_SPARSEMEM_H
#define _SPARC64_SPARSEMEM_H

#ifdef __KERNEL__

#include <asm/page.h>

#define SECTION_SIZE_BITS       30
#define MAX_PHYSMEM_BITS        MAX_PHYS_ADDRESS_BITS

#endif /* !(__KERNEL__) */

#endif /* !(_SPARC64_SPARSEMEM_H) */

Annotation

Implementation Notes