Home
last modified time | relevance | path

Searched refs:m2p (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-ep93xx/include/mach/
Ddma.h96 int ep93xx_dma_m2p_client_register(struct ep93xx_dma_m2p_client *m2p);
107 void ep93xx_dma_m2p_client_unregister(struct ep93xx_dma_m2p_client *m2p);
121 void ep93xx_dma_m2p_submit(struct ep93xx_dma_m2p_client *m2p,
135 void ep93xx_dma_m2p_submit_recursive(struct ep93xx_dma_m2p_client *m2p,
147 void ep93xx_dma_m2p_flush(struct ep93xx_dma_m2p_client *m2p);
/linux-2.6.39/arch/arm/mach-ep93xx/
DMakefile4 obj-y := core.o clock.o dma-m2p.o gpio.o
/linux-2.6.39/arch/x86/xen/
Dmmu.c1666 static unsigned long m2p(phys_addr_t maddr) in m2p() function
1679 return __ka(m2p(maddr)); in m2v()