Searched refs:TSB_4M_SZCODE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1869 #define TSB_4M_SZCODE 9 /* 256k entries */ macro
H A Dhat_sfmmu.c9879 (!(flags & (TSB_GROW | TSB_SWAPIN)) || (szc <= TSB_4M_SZCODE) ||
9881 (old_tsbinfo->tsb_szc >= TSB_4M_SZCODE)) ||
9882 sfmmu_tsbinfo_alloc(&new_tsbinfo, TSB_4M_SZCODE,
10235 (tsb_szc <= TSB_4M_SZCODE ||
10236 sfmmu_tsbinfo_alloc(&newtsb, TSB_4M_SZCODE,
14593 (tsb_szc <= TSB_4M_SZCODE ||
14595 TSB_4M_SZCODE, TSB8K|TSB64K|TSB512K,
14607 (tsb_szc <= TSB_4M_SZCODE ||
14608 sfmmu_tsbinfo_alloc(&newtsb, TSB_4M_SZCODE,

Completed in 77 milliseconds