arch/csky/include/asm/mmu.h

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

File Facts

System
Linux kernel
Corpus path
arch/csky/include/asm/mmu.h
Extension
.h
Size
216 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/csky
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_CSKY_MMU_H
#define __ASM_CSKY_MMU_H

typedef struct {
	atomic64_t	asid;
	void *vdso;
	cpumask_t	icache_stale_mask;
} mm_context_t;

#endif /* __ASM_CSKY_MMU_H */

Annotation

Implementation Notes