Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1447 #define HME8BLK_SZ (sizeof (struct hme_blk) + \ macro
1623 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, 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 Dstartup.c1651 hme8blk_sz = roundup(HME8BLK_SZ, sizeof (int64_t)); in startup_modules()