Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h74 #define tte_val tte_bit.v /* use < 0 check in asm */ macro
242 #define TTE_SET_INVALID(ttep) ((ttep)->tte_val = 0)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h85 #define tte_val tte_bit.v /* use < 0 check in asm */ macro
287 #define TTE_SET_INVALID(ttep) ((ttep)->tte_val = 0)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c801 if (tsbe_tte.tte_val == 0) { in mondo_recover_proc()