Home
last modified time | relevance | path

Searched refs:SFMMU_INVALID_ISMRID (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1169 #define SFMMU_INVALID_ISMRID 0xff macro
1171 #if SFMMU_INVALID_ISMRID < SFMMU_MAX_ISM_REGIONS
1172 #error SFMMU_INVALID_ISMRID < SFMMU_MAX_ISM_REGIONS
1175 #define SFMMU_IS_ISMRID_VALID(rid) ((rid) != SFMMU_INVALID_ISMRID)
H A Dhat_sfmmu.c8314 ASSERT(rid == SFMMU_INVALID_ISMRID || in ism_tsb_entries()
8317 if (scdp != NULL && rid != SFMMU_INVALID_ISMRID && in ism_tsb_entries()
8555 ism_map[i].imap_rid = SFMMU_INVALID_ISMRID; in hat_share()
8753 if (ism_rid != SFMMU_INVALID_ISMRID) { in hat_unshare()
8795 ism_map[i].imap_rid = SFMMU_INVALID_ISMRID; in hat_unshare()
15313 if (rid == SFMMU_INVALID_ISMRID) { in sfmmu_ism_hatflags()