Home
last modified time | relevance | path

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.c154 #define HME8BLK_SZ_RND ((roundup(HME8BLK_SZ, sizeof (int64_t))) / \
1292 sfmmu8_cache = kmem_cache_create("sfmmu8_cache", HME8BLK_SZ, in hat_init()
1295 sfmmu_hblkcache_reclaim, (void *)HME8BLK_SZ, in hat_init()
10660 bcopy((void *)old, (void *)new, HME8BLK_SZ); in sfmmu_hblk_swap()
10741 bzero((void *)old, HME8BLK_SZ); in sfmmu_hblk_swap()
13173 hme8blk_sz = roundup(HME8BLK_SZ, sizeof (int64_t)); in sfmmu_init_nucleus_hblks()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1625 hme8blk_sz = roundup(HME8BLK_SZ, sizeof (int64_t)); in startup_modules()