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

/freebsd-12-stable/sys/dev/hpt27xx/
H A Dosm.h48 #define DMAPOOL_PAGE_SIZE 0x1000 /* PAGE_SIZE (i386/x86_64) */ macro
49 #define os_max_cache_pages (os_max_cache_size/DMAPOOL_PAGE_SIZE)
H A Dhpt27xx_osm_bsd.c198 HPT_ASSERT(PAGE_SIZE==DMAPOOL_PAGE_SIZE);
203 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0);
/freebsd-12-stable/sys/dev/hptnr/
H A Dosm.h47 #define DMAPOOL_PAGE_SIZE 0x1000 /* PAGE_SIZE (i386/x86_64) */ macro
48 #define os_max_cache_pages (os_max_cache_size/DMAPOOL_PAGE_SIZE)
H A Dhptnr_osm_bsd.c195 HPT_ASSERT(PAGE_SIZE==DMAPOOL_PAGE_SIZE);
200 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0);
/freebsd-12-stable/sys/dev/hptrr/
H A Dosm.h47 #define DMAPOOL_PAGE_SIZE 0x1000 /* PAGE_SIZE (i386/x86_64) */ macro
48 #define os_max_cache_pages (os_max_cache_size/DMAPOOL_PAGE_SIZE)
H A Dhptrr_osm_bsd.c201 HPT_ASSERT(PAGE_SIZE==DMAPOOL_PAGE_SIZE);
206 HPT_ASSERT(((HPT_UPTR)p & (DMAPOOL_PAGE_SIZE-1))==0);

Completed in 69 milliseconds