arch/microblaze/include/asm/dma.h

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

File Facts

System
Linux kernel
Corpus path
arch/microblaze/include/asm/dma.h
Extension
.h
Size
330 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/microblaze
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_MICROBLAZE_DMA_H
#define _ASM_MICROBLAZE_DMA_H

/* Virtual address corresponding to last available physical memory address.  */
#define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1)

#endif /* _ASM_MICROBLAZE_DMA_H */

Annotation

Implementation Notes