Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h79 #define tte_pahi tte_bit.pahi macro
129 ((((ttep)->tte_pahi << TTE_PASHIFT) | (ttep)->tte_palo) & \
138 entry.tte_pahi = pfn >> TTE_PASHIFT; \
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h91 #define tte_pahi tte_bit.pahi macro
160 (((((pfn_t)((ttep)->tte_pahi)) << TTE_PASHIFT) | \
169 entry.tte_pahi = pfn >> TTE_PASHIFT; \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c832 pahi = tsbe_tte.tte_pahi; in mondo_recover_proc()