Searched refs:MMU_TTE_V (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.h165 #define MMU_TTE_VALID(tte) (((tte) & MMU_TTE_V) == MMU_TTE_V)
205 #define MMU_TTE_V (1ull << 63) macro
H A Dpx_hlib.c1791 uint64_t attr = MMU_TTE_V;
1891 if (*tte_addr & MMU_TTE_V) {

Completed in 296 milliseconds