Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptrr/
H A Dosm.h45 #define DMAPOOL_PAGE_SIZE 0x1000 /* PAGE_SIZE (i386/x86_64) */ macro
46 #define os_max_cache_pages (os_max_cache_size/DMAPOOL_PAGE_SIZE)
H A Dhptrr_osm_bsd.c199 HPT_ASSERT(PAGE_SIZE==DMAPOOL_PAGE_SIZE); in hpt_alloc_mem()
204 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0); in hpt_alloc_mem()
/freebsd/sys/dev/hpt27xx/
H A Dosm.h46 #define DMAPOOL_PAGE_SIZE 0x1000 /* PAGE_SIZE (i386/x86_64) */ macro
47 #define os_max_cache_pages (os_max_cache_size/DMAPOOL_PAGE_SIZE)
H A Dhpt27xx_osm_bsd.c193 HPT_ASSERT(PAGE_SIZE==DMAPOOL_PAGE_SIZE); in hpt_alloc_mem()
198 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0); in hpt_alloc_mem()
/freebsd/sys/dev/hptnr/
H A Dosm.h45 #define DMAPOOL_PAGE_SIZE 0x1000 /* PAGE_SIZE (i386/x86_64) */ macro
46 #define os_max_cache_pages (os_max_cache_size/DMAPOOL_PAGE_SIZE)
H A Dhptnr_osm_bsd.c197 HPT_ASSERT(PAGE_SIZE==DMAPOOL_PAGE_SIZE); in hpt_alloc_mem()
202 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0); in hpt_alloc_mem()