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

/freebsd-11.0-release/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.c196 HPT_ASSERT(PAGE_SIZE==DMAPOOL_PAGE_SIZE);
201 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0);
/freebsd-11.0-release/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.c193 HPT_ASSERT(PAGE_SIZE==DMAPOOL_PAGE_SIZE);
198 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0);
/freebsd-11.0-release/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);
204 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0);

Completed in 62 milliseconds