Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/include/asm/mach-jazz/
Dfloppy.h116 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/Linux-v6.6/arch/mips/include/asm/mach-generic/
Dfloppy.h120 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/Linux-v6.6/arch/m68k/include/asm/
Dfloppy.h154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
/Linux-v6.6/arch/x86/include/asm/
Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/Linux-v6.6/arch/parisc/include/asm/
Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/Linux-v6.6/drivers/block/
Dfloppy.c270 #define fd_dma_mem_free(addr, size) free_pages(addr, get_order(size)) macro