arch/hexagon/include/asm/mmu.h

Source file repositories/reference/linux-study-clean/arch/hexagon/include/asm/mmu.h

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/mmu.h
Extension
.h
Size
490 bytes
Lines
25
Domain
Architecture Layer
Bucket
arch/hexagon
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

struct mm_context {
	unsigned long long generation;
	unsigned long ptbase;
	struct hexagon_vdso *vdso;
};

typedef struct mm_context mm_context_t;

#endif

Annotation

Implementation Notes