arch/arm/include/asm/pgtable-hwdef.h

Source file repositories/reference/linux-study-clean/arch/arm/include/asm/pgtable-hwdef.h

File Facts

System
Linux kernel
Corpus path
arch/arm/include/asm/pgtable-hwdef.h
Extension
.h
Size
321 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/arm
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 _ASMARM_PGTABLE_HWDEF_H
#define _ASMARM_PGTABLE_HWDEF_H

#ifdef CONFIG_ARM_LPAE
#include <asm/pgtable-3level-hwdef.h>
#else
#include <asm/pgtable-2level-hwdef.h>
#endif

#endif

Annotation

Implementation Notes