Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_mmu.c273 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()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2073 if (SFMMU_FLAGS_ISSET(sfmmup, HAT_SWAPPED)) { in hat_swapout()
3289 !SFMMU_FLAGS_ISSET(sfmmup, HAT_4MTEXT_FLAG)) { in sfmmu_tteload_addentry()
8307 ASSERT(SFMMU_FLAGS_ISSET(sfmmup, HAT_ISMBUSY)); in ism_tsb_entries()
8626 if (!SFMMU_FLAGS_ISSET(sfmmup, HAT_256M_ISM)) { in hat_share()
8633 if (!SFMMU_FLAGS_ISSET(sfmmup, HAT_32M_ISM)) { in hat_share()
9615 if (SFMMU_FLAGS_ISSET(sfmmup, HAT_ALLCTX_INVALID)) { in sfmmu_get_ctx()
9835 if (SFMMU_FLAGS_ISSET(sfmmup, HAT_BUSY)) in sfmmu_replace_tsb()
9849 if (!(flags & TSB_SWAPIN) && SFMMU_FLAGS_ISSET(sfmmup, HAT_SWAPPED)) { in sfmmu_replace_tsb()
9894 if (!(flags & TSB_SWAPIN) && SFMMU_FLAGS_ISSET(sfmmup, HAT_SWAPPED)) { in sfmmu_replace_tsb()
10216 int allocflags = SFMMU_FLAGS_ISSET(sfmmup, HAT_SWAPPED)? in sfmmu_size_tsb()
[all …]
H A Dhat_sfmmu.h821 #define SFMMU_FLAGS_ISSET(sfmmup, flags) \ macro