arch/parisc/include/asm/mmu.h

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

File Facts

System
Linux kernel
Corpus path
arch/parisc/include/asm/mmu.h
Extension
.h
Size
199 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/parisc
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 _PARISC_MMU_H_
#define _PARISC_MMU_H_

typedef struct {
	unsigned long space_id;
	unsigned long vdso_base;
} mm_context_t;

#endif /* _PARISC_MMU_H_ */

Annotation

Implementation Notes