Home
last modified time | relevance | path

Searched defs:fd_dma_mem_free (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/mips/include/asm/mach-generic/
Dfloppy.h121 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/Linux-v5.4/arch/mips/include/asm/mach-jazz/
Dfloppy.h117 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/Linux-v5.4/arch/m68k/include/asm/
Dfloppy.h154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
/Linux-v5.4/arch/parisc/include/asm/
Dfloppy.h175 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/Linux-v5.4/arch/x86/include/asm/
Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/Linux-v5.4/drivers/block/
Dfloppy.c272 #define fd_dma_mem_free(addr, size) free_pages(addr, get_order(size)) macro