Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h257 #define TTE_IS_SUSPEND(ttep) ((ttep)->tte_suspend) macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h303 #define TTE_IS_SUSPEND(ttep) ((ttep)->tte_suspend) macro
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c7330 ASSERT(TTE_IS_SUSPEND(&ttemod)); in hat_pagereload()