Home
last modified time | relevance | path

Searched refs:TTE_IS_MOD (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.c171 ASSERT(TTE_IS_MOD(&tte)); in sfmmu_remap_kernel()
/titanic_41/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c218 ASSERT(TTE_IS_MOD(&tte)); in sfmmu_remap_kernel()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dpte.h253 #define TTE_IS_MOD(ttep) ((ttep)->tte_hwwr) macro
/titanic_41/usr/src/uts/sun4u/sys/
H A Dpte.h299 #define TTE_IS_MOD(ttep) ((ttep)->tte_hwwr) macro
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3106 !TTE_IS_MOD(ttep)) { in sfmmu_tteload_addentry()
3337 if (TTE_IS_MOD(&tteold)) { in sfmmu_tteload_addentry()
6493 if (TTE_IS_MOD(ttep)) { in sfmmu_ttesync()