Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h262 #define DMA_4KALN 2 /* align memory to 4K page boundry */ macro
H A Dglue.c375 mem = ch_alloc_dma_mem(chp, 1, DMA_4KALN|flg, len, &pa, dh, ah); in pe_os_malloc_contig_wait_zero()
H A Dch.c899 if (flags & DMA_4KALN) in ch_alloc_dma_mem()