Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h75 #define tte_size tte_bit.sz macro
111 #define TTE_CSZ(ttep) ((ttep)->tte_size)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h86 #define tte_size tte_bit.sz macro
132 #define TTE_CSZ(ttep) (((ttep)->tte_size2 << 2) | ((ttep)->tte_size))
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c181 TTEBYTES(utp->tte.tte_size)); in restore_tlb()