arch/mips/include/asm/dma-direct.h

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

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/dma-direct.h
Extension
.h
Size
255 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/mips
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 _MIPS_DMA_DIRECT_H
#define _MIPS_DMA_DIRECT_H 1

dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr);

#endif /* _MIPS_DMA_DIRECT_H */

Annotation

Implementation Notes