Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h254 #define TTE_IS_IE(ttep) ((ttep)->tte_ie) macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h300 #define TTE_IS_IE(ttep) ((ttep)->tte_ie) macro
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c299 attr |= (TTE_IS_IE(ttep)) ? HAT_STRUCTURE_LE : 0; in sfmmu_map_prom_mappings()