Home
last modified time | relevance | path

Searched refs:TTE_IS_PRIVILEGED (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun4v/sys/
H A Dpte.h246 #define TTE_IS_PRIVILEGED(ttep) ((ttep)->tte_priv) macro
/titanic_50/usr/src/uts/sun4u/sys/
H A Dpte.h291 #define TTE_IS_PRIVILEGED(ttep) ((ttep)->tte_priv) macro
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c3353 TTE_IS_PRIVILEGED(tte) && TTE_IS_LOCKED(tte)); in drmach_copy_rename_init()
5349 TTE_IS_PRIVILEGED(&drmach_cpu_sram_tte[cpuid]) && in drmach_cpu_dispose()
5492 ASSERT(TTE_IS_VALID(tte) && TTE_IS_8K(tte) && TTE_IS_PRIVILEGED(tte) && in drmach_cpu_stop_self()
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3056 if (!TTE_IS_PRIVILEGED(ttep) && vaddr >= (caddr_t)USERLIMIT) in sfmmu_tteload_addentry()
5131 if (!TTE_IS_PRIVILEGED(ttep)) { in sfmmu_ptov_attr()
12775 ASSERT(TTE_IS_PRIVILEGED(&tsbinfo->tsb_tte)); in sfmmu_tsbinfo_setup_phys()