Searched refs:SFMMU_NO_TSBLOAD (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.c122 flags = HAT_LOAD_LOCK | SFMMU_NO_TSBLOAD;
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c171 flags = HAT_LOAD_LOCK | SFMMU_NO_TSBLOAD;
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c393 HAT_LOAD_LOCK | SFMMU_NO_TSBLOAD);
421 HAT_LOAD_LOCK | SFMMU_NO_TSBLOAD);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h89 #define SFMMU_NO_TSBLOAD 0x08000000 /* do not preload tsb */ macro
92 HAT_LOAD_SHARE | HAT_LOAD_REMAP | SFMMU_NO_TSBLOAD | \
H A Dhat_sfmmu.c3082 flags |= SFMMU_NO_TSBLOAD;
3327 if ((flags & SFMMU_NO_TSBLOAD) == 0) {

Completed in 103 milliseconds