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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_reloc.c84 hat_delete_callback(vaddr, IOMMU_PAGE_SIZE - offset, mp, HAC_PAGELOCK,
89 hat_delete_callback(vaddr, IOMMU_PAGE_SIZE, mp, HAC_PAGELOCK,
358 hat_delete_callback(kva, IOMMU_PAGE_SIZE, mp, HAC_PAGELOCK,
H A Dpci_fdvma.c95 uint_t flags = HAC_NOSLEEP | HAC_PAGELOCK;
H A Dpci_dma.c584 HAC_SLEEP : HAC_NOSLEEP) | HAC_PAGELOCK;
722 HAC_SLEEP : HAC_NOSLEEP) | HAC_PAGELOCK;
/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h525 #define HAC_PAGELOCK 0x2 macro
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4143 * or passing HAC_PAGELOCK flag.
4253 * If HAC_PAGELOCK is included in flags, the underlying memory page is
4255 * running even before this function has returned. If HAC_PAGELOCK is not
4407 if (flags & HAC_PAGELOCK) {
4450 ASSERT((flags & HAC_PAGELOCK) != 0);
4586 if (flags & HAC_PAGELOCK) {
4623 ASSERT((flags & HAC_PAGELOCK) != 0);

Completed in 99 milliseconds