Searched refs:TTE_IS_LOCKED (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dpages.c263 if (TTE_IS_LOCKED(&tte)) {
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h293 #define TTE_IS_LOCKED(ttep) ((ttep)->tte_lock) macro
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c293 ASSERT(!TTE_IS_LOCKED(&tte));
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h248 #define TTE_IS_LOCKED(ttep) ((ttep)->tte_lock) macro
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c339 if (TTE_IS_LOCKED(ttep) && (va_tag == (uint64_t)textva ||
365 if (!TTE_IS_LOCKED(ttep) && WITHIN_OFW(va_tag)) {
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c292 if (TTE_IS_LOCKED(ttep)) {
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c3353 TTE_IS_PRIVILEGED(tte) && TTE_IS_LOCKED(tte));
5350 TTE_IS_LOCKED(&drmach_cpu_sram_tte[cpuid]));
5493 TTE_IS_LOCKED(tte));
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12784 ASSERT(TTE_IS_LOCKED(&tsbinfo->tsb_tte));

Completed in 101 milliseconds