arch/arc/include/asm/tlb.h

Source file repositories/reference/linux-study-clean/arch/arc/include/asm/tlb.h

File Facts

System
Linux kernel
Corpus path
arch/arc/include/asm/tlb.h
Extension
.h
Size
262 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/arc
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_ARC_TLB_H
#define _ASM_ARC_TLB_H

#include <linux/pagemap.h>
#include <asm-generic/tlb.h>

#endif /* _ASM_ARC_TLB_H */

Annotation

Implementation Notes