Home
last modified time | relevance | path

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; in sfmmu_remap_kernel()
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c171 flags = HAT_LOAD_LOCK | SFMMU_NO_TSBLOAD; in sfmmu_remap_kernel()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c393 HAT_LOAD_LOCK | SFMMU_NO_TSBLOAD); in sfmmu_map_prom_mappings()
421 HAT_LOAD_LOCK | SFMMU_NO_TSBLOAD); in sfmmu_map_prom_mappings()
/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.c3083 flags |= SFMMU_NO_TSBLOAD; in sfmmu_tteload_addentry()
3328 if ((flags & SFMMU_NO_TSBLOAD) == 0) { in sfmmu_tteload_addentry()