Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Dmalloc.h40 static inline void * __malloc malloc_dma ( size_t size, size_t phys_align ) { in malloc_dma() argument
41 return alloc_memblock ( size, phys_align ); in malloc_dma()