Searched refs:HME8BLK_SZ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1438 #define HME8BLK_SZ (sizeof (struct hme_blk) + \ macro
1614 char h8[HME8BLK_SZ];
H A Dhat_sfmmu.c153 #define HME8BLK_SZ_RND ((roundup(HME8BLK_SZ, sizeof (int64_t))) / \
1291 sfmmu8_cache = kmem_cache_create("sfmmu8_cache", HME8BLK_SZ,
1294 sfmmu_hblkcache_reclaim, (void *)HME8BLK_SZ,
10664 bcopy((void *)old, (void *)new, HME8BLK_SZ);
10745 bzero((void *)old, HME8BLK_SZ);
13179 hme8blk_sz = roundup(HME8BLK_SZ, sizeof (int64_t));
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1651 hme8blk_sz = roundup(HME8BLK_SZ, sizeof (int64_t));

Completed in 85 milliseconds