Searched refs:VM_ALLOC_INTERRUPT (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/sys/amd64/amd64/
H A Duma_machdep.c52 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_NOOBJ | VM_ALLOC_WIRED;
H A Dpmap.c2026 VM_ALLOC_INTERRUPT | VM_ALLOC_NOOBJ |
2048 VM_ALLOC_INTERRUPT | VM_ALLOC_NOOBJ | VM_ALLOC_WIRED |
2716 * priority (VM_ALLOC_INTERRUPT). Otherwise, the priority is
2724 DMAP_MAX_ADDRESS ? VM_ALLOC_INTERRUPT : VM_ALLOC_NORMAL) |
5095 if ((mpde = vm_page_alloc(NULL, va >> PDPSHIFT, VM_ALLOC_INTERRUPT |
/freebsd-9.3-release/sys/ia64/ia64/
H A Duma_machdep.c51 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED;
H A Dpmap.c665 VM_ALLOC_NOOBJ|VM_ALLOC_INTERRUPT|VM_ALLOC_WIRED);
675 VM_ALLOC_NOOBJ|VM_ALLOC_INTERRUPT|VM_ALLOC_WIRED);
/freebsd-9.3-release/sys/mips/mips/
H A Duma_machdep.c54 pflags = VM_ALLOC_INTERRUPT;
H A Dpmap.c1310 nkpg = pmap_alloc_direct_page(nkpt, VM_ALLOC_INTERRUPT);
1330 nkpg = pmap_alloc_direct_page(nkpt, VM_ALLOC_INTERRUPT);
/freebsd-9.3-release/sys/powerpc/aim/
H A Duma_machdep.c61 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED;
H A Dslb.c487 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_NOOBJ | VM_ALLOC_WIRED;
H A Dmmu_oea64.c1486 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED;
/freebsd-9.3-release/sys/vm/
H A Dvm_contig.c265 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_NOBUSY;
338 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_NOBUSY;
H A Dvm_page.h334 #define VM_ALLOC_INTERRUPT 1 macro
H A Dvm_page.c1392 * VM_ALLOC_INTERRUPT interrupt time request
1426 if (curproc == pageproc && req_class != VM_ALLOC_INTERRUPT)
1433 (req_class == VM_ALLOC_INTERRUPT &&
1605 * VM_ALLOC_INTERRUPT interrupt time request
1640 if (curproc == pageproc && req_class != VM_ALLOC_INTERRUPT)
1648 cnt.v_interrupt_free_min) || (req_class == VM_ALLOC_INTERRUPT &&
1790 * VM_ALLOC_INTERRUPT interrupt time request
1813 if (curproc == pageproc && req_class != VM_ALLOC_INTERRUPT)
1823 (req_class == VM_ALLOC_INTERRUPT &&
H A Dvm_kern.c350 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED;
H A Duma_core.c1033 VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dvm_machdep.c507 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED;
/freebsd-9.3-release/sys/arm/arm/
H A Dvm_machdep.c647 pflags = VM_ALLOC_INTERRUPT | VM_ALLOC_WIRED;
/freebsd-9.3-release/sys/dev/ti/
H A Dif_ti.c1609 VM_ALLOC_INTERRUPT | VM_ALLOC_NOOBJ |
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c1887 VM_ALLOC_INTERRUPT | VM_ALLOC_NOOBJ | VM_ALLOC_WIRED |
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c2162 VM_ALLOC_INTERRUPT | VM_ALLOC_NOOBJ | VM_ALLOC_WIRED |

Completed in 401 milliseconds