Home
last modified time | relevance | path

Searched defs:fd_dma_mem_free (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/
H A Dfloppy.h120 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h116 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-generic/
H A Dfloppy.h120 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-jazz/
H A Dfloppy.h116 static inline void fd_dma_mem_free(unsigned long addr, unsigned long size) in fd_dma_mem_free() function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dfloppy.h154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dfloppy.h154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dfloppy.h177 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dfloppy.h176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size) macro
/kernel/linux/linux-5.10/drivers/block/
H A Dfloppy.c271 #define fd_dma_mem_free(addr, size) free_pages(addr, get_order(size)) macro
/kernel/linux/linux-6.6/drivers/block/
H A Dfloppy.c270 #define fd_dma_mem_free(addr, size) free_pages(addr, get_order(size)) macro

Completed in 16 milliseconds