Searched refs:SFMMU_FLAGS_ISSET (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | us3_common_mmu.c | 273 ASSERT(!SFMMU_FLAGS_ISSET(hat, HAT_32M_ISM) || in mmu_fixup_large_pages() 274 !SFMMU_FLAGS_ISSET(hat, HAT_256M_ISM)); in mmu_fixup_large_pages() 275 ASSERT(!SFMMU_FLAGS_ISSET(hat, HAT_256M_ISM) || in mmu_fixup_large_pages() 276 !SFMMU_FLAGS_ISSET(hat, HAT_32M_ISM)); in mmu_fixup_large_pages() 280 SFMMU_FLAGS_ISSET(hat, HAT_32M_ISM)) { in mmu_fixup_large_pages() 289 SFMMU_FLAGS_ISSET(hat, HAT_256M_ISM)) { in mmu_fixup_large_pages()
|
/titanic_50/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 2072 if (SFMMU_FLAGS_ISSET(sfmmup, HAT_SWAPPED)) { in hat_swapout() 3288 !SFMMU_FLAGS_ISSET(sfmmup, HAT_4MTEXT_FLAG)) { in sfmmu_tteload_addentry() 8305 ASSERT(SFMMU_FLAGS_ISSET(sfmmup, HAT_ISMBUSY)); in ism_tsb_entries() 8624 if (!SFMMU_FLAGS_ISSET(sfmmup, HAT_256M_ISM)) { in hat_share() 8631 if (!SFMMU_FLAGS_ISSET(sfmmup, HAT_32M_ISM)) { in hat_share() 9613 if (SFMMU_FLAGS_ISSET(sfmmup, HAT_ALLCTX_INVALID)) { in sfmmu_get_ctx() 9833 if (SFMMU_FLAGS_ISSET(sfmmup, HAT_BUSY)) in sfmmu_replace_tsb() 9847 if (!(flags & TSB_SWAPIN) && SFMMU_FLAGS_ISSET(sfmmup, HAT_SWAPPED)) { in sfmmu_replace_tsb() 9892 if (!(flags & TSB_SWAPIN) && SFMMU_FLAGS_ISSET(sfmmup, HAT_SWAPPED)) { in sfmmu_replace_tsb() 10214 int allocflags = SFMMU_FLAGS_ISSET(sfmmup, HAT_SWAPPED)? in sfmmu_size_tsb() [all …]
|
H A D | hat_sfmmu.h | 821 #define SFMMU_FLAGS_ISSET(sfmmup, flags) \ macro
|