Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1449 #define HME1BLK_SZ (sizeof (struct hme_blk)) macro
1627 char h1[HME1BLK_SZ];
H A Dhat_sfmmu.c1301 sfmmu1_cache = kmem_cache_create("sfmmu1_cache", HME1BLK_SZ, in hat_init()
1304 NULL, (void *)HME1BLK_SZ, in hat_init()
13361 hme1blk_sz = roundup(HME1BLK_SZ, sizeof (int64_t)); in sfmmu_init_nucleus_hblks()
/titanic_41/usr/src/uts/sun4/os/
H A Dstartup.c1652 hme1blk_sz = roundup(HME1BLK_SZ, sizeof (int64_t)); in startup_modules()