Searched refs:HME8BLK_SZ (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 1438 #define HME8BLK_SZ (sizeof (struct hme_blk) + \ macro 1614 char h8[HME8BLK_SZ];
|
H A D | hat_sfmmu.c | 153 #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 D | startup.c | 1651 hme8blk_sz = roundup(HME8BLK_SZ, sizeof (int64_t));
|
Completed in 84 milliseconds