Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h279 #define TTE_SET_VCACHEABLE(ttep) ((ttep)->tte_cv = 1) macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h324 #define TTE_SET_VCACHEABLE(ttep) ((ttep)->tte_cv = 1) macro
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c9490 TTE_SET_VCACHEABLE(&ttemod); in sfmmu_page_cache()