Searched defs:fd_dma_mem_free (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/mips/include/asm/mach-jazz/ |
| D | floppy.h | 117 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
|
| /linux-4.4.14/arch/mips/include/asm/mach-generic/ |
| D | floppy.h | 125 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | floppy.h | 154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
|
| /linux-4.4.14/arch/parisc/include/asm/ |
| D | floppy.h | 188 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | floppy.h | 176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
|
| /linux-4.4.14/drivers/block/ |
| D | floppy.c | 270 #define fd_dma_mem_free(addr, size) free_pages(addr, get_order(size)) macro
|