Home
last modified time | relevance | path

Searched refs:HAT_NOFAULT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h384 #define HAT_NOFAULT 0x10 macro
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h179 (((attr) & HAT_NOFAULT) ? TTE_NFO_INT : 0)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h224 (((attr) & HAT_NOFAULT) ? TTE_NFO_INT : 0)
/illumos-gate/usr/src/uts/sparc/v9/vm/
H A Dseg_nf.c235 prot | HAT_NOFAULT, HAT_LOAD); in segnf_create()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h82 HAT_ENDIAN_MASK | HAT_NOFAULT | HAT_NOSYNC | \
H A Dhat_sfmmu.c5139 attr |= HAT_NOFAULT; in sfmmu_ptov_attr()