Searched refs:HME8BLK_SZ (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 1447 #define HME8BLK_SZ (sizeof (struct hme_blk) + \ macro 1623 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, in hat_init() 1294 sfmmu_hblkcache_reclaim, (void *)HME8BLK_SZ, in hat_init() 10845 bcopy((void *)old, (void *)new, HME8BLK_SZ); in sfmmu_hblk_swap() 10926 bzero((void *)old, HME8BLK_SZ); in sfmmu_hblk_swap() 13360 hme8blk_sz = roundup(HME8BLK_SZ, sizeof (int64_t)); in sfmmu_init_nucleus_hblks()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | startup.c | 1651 hme8blk_sz = roundup(HME8BLK_SZ, sizeof (int64_t)); in startup_modules()
|