arch/arc/include/asm/dma.h

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

File Facts

System
Linux kernel
Corpus path
arch/arc/include/asm/dma.h
Extension
.h
Size
218 bytes
Lines
12
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_DMA_H
#define ASM_ARC_DMA_H

#define MAX_DMA_ADDRESS 0xC0000000

#endif

Annotation

Implementation Notes