Home
last modified time | relevance | path

Searched defs:CACHE_ALIGN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe.h181 #define CACHE_ALIGN (3 << 14) /* 32 Dwords */ macro
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h137 #define CACHE_ALIGN 0x04000UL /* 8 long word boundary align */ macro
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.h518 #define CACHE_ALIGN B4_MASK macro
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1225 #define CACHE_ALIGN(align_struct) P2ROUNDUP(sizeof (struct align_struct),\ macro