arch/um/include/asm/dma.h

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

File Facts

System
Linux kernel
Corpus path
arch/um/include/asm/dma.h
Extension
.h
Size
180 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/um
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 __UM_DMA_H
#define __UM_DMA_H

#include <asm/io.h>

extern unsigned long uml_physmem;

#define MAX_DMA_ADDRESS (uml_physmem)

#endif

Annotation

Implementation Notes