Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Djemalloc_internal_types.h149 #define CACHELINE_MASK (CACHELINE - 1) macro
153 (((s) + CACHELINE_MASK) & ~CACHELINE_MASK)
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx_reg.h3814 #define CACHELINE_MASK 0x07 macro
Daic79xx.reg3993 const CACHELINE_MASK download
Daic79xx.seq462 test SINDEX, CACHELINE_MASK jz fill_qoutfifo_done;
Daic79xx.c8711 download_consts[CACHELINE_MASK] = cacheline_mask; in ahd_loadseq()