Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h52 unsigned int pahi:24; /* <55:32> pa */ member
79 #define tte_pahi tte_bit.pahi
226 (ttep)->tte_bit.pahi = 0xffffff; \
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h59 uint32_t pahi:15; /* pa[46:32] See Note above */ member
91 #define tte_pahi tte_bit.pahi
271 (ttep)->tte_bit.pahi = 0x7fff; \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c693 u_longlong_t pahi, palo; in mondo_recover_proc() local
832 pahi = tsbe_tte.tte_pahi; in mondo_recover_proc()
834 paddr = (uint64_t)((pahi << 32) | in mondo_recover_proc()