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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h448 * The value of SFMMU_L1_HMERLINKS and SFMMU_L2_HMERLINKS will be increased
452 #define SFMMU_L1_HMERLINKS (8) macro
455 #define SFMMU_L1_HMERLINKS_MASK (SFMMU_L1_HMERLINKS - 1)
458 (SFMMU_L1_HMERLINKS * sizeof (sf_rgn_link_t *))
462 #if (SFMMU_L1_HMERLINKS * SFMMU_L2_HMERLINKS < SFMMU_MAX_HME_REGIONS)
699 sf_rgn_link_t *sfmmu_hmeregion_links[SFMMU_L1_HMERLINKS];
H A Dhat_sfmmu.c1954 for (i = 0; i < SFMMU_L1_HMERLINKS; i++) {
1965 for (i = 0; i < SFMMU_L1_HMERLINKS; i++) {
15286 for (i = 0; i < SFMMU_L1_HMERLINKS; i++) {

Completed in 209 milliseconds