Searched refs:VM_ALLOC_NOBUSY (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_shmemfs.c | 55 VM_ALLOC_NOBUSY | VM_ALLOC_WIRED); in linux_shmem_read_mapping_page_gfp()
|
/freebsd/sys/vm/ |
H A D | vm_page.c | 2224 VM_ALLOC_NOWAIT | VM_ALLOC_NOBUSY | \ in vm_page_alloc_domain_after() 2230 KASSERT(((req & (VM_ALLOC_NOBUSY | VM_ALLOC_SBUSY)) != in vm_page_alloc_domain_after() 2231 (VM_ALLOC_NOBUSY | VM_ALLOC_SBUSY)), in vm_page_alloc_domain_after() 2310 if ((req & (VM_ALLOC_NOBUSY | VM_ALLOC_SBUSY)) == 0) in vm_page_alloc_domain_after() 2465 KASSERT(((req & (VM_ALLOC_NOBUSY | VM_ALLOC_SBUSY)) != in vm_page_alloc_contig_domain() 2466 (VM_ALLOC_NOBUSY | VM_ALLOC_SBUSY)), in vm_page_alloc_contig_domain() 2506 if ((req & (VM_ALLOC_NOBUSY | VM_ALLOC_SBUSY)) == 0) in vm_page_alloc_contig_domain() 2571 VM_ALLOC_NOBUSY | VM_ALLOC_WIRED | \ in vm_page_alloc_noobj_domain() 2740 KASSERT(((req & (VM_ALLOC_NOBUSY | VM_ALLOC_SBUSY)) != in vm_page_alloc_noobj_contig_domain() 2741 (VM_ALLOC_NOBUSY | VM_ALLOC_SBUSY)), in vm_page_alloc_noobj_contig_domain() [all …]
|
H A D | vm_glue.c | 234 VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY | VM_ALLOC_WIRED); in vm_imgact_hold_page()
|
H A D | vm_page.h | 543 #define VM_ALLOC_NOBUSY 0x0200 /* (acgp) Do not excl busy the page */ macro
|
/freebsd/sys/arm64/arm64/ |
H A D | efirt_machdep.c | 88 return (vm_page_grab(obj_1t1_pt, efi_1t1_idx++, VM_ALLOC_NOBUSY | in efi_1t1_page()
|
/freebsd/sys/amd64/amd64/ |
H A D | efirt_machdep.c | 101 return (vm_page_grab(obj_1t1_pt, efi_1t1_idx++, VM_ALLOC_NOBUSY | in efi_1t1_page()
|
/freebsd/sys/x86/iommu/ |
H A D | iommu_utils.c | 84 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in iommu_pgalloc()
|
H A D | amd_drv.c | 262 VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY, in amdiommu_create_dev_tbl()
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 1077 VM_ALLOC_NORMAL | VM_ALLOC_NOBUSY | VM_ALLOC_WIRED); in exec_map_first_page()
|
H A D | vfs_bio.c | 3163 VM_ALLOC_NOBUSY | VM_ALLOC_WIRED, in vfs_vmio_extend()
|
/freebsd/sys/dev/agp/ |
H A D | agp_i810.c | 1757 m = vm_page_grab(mem->am_obj, 0, VM_ALLOC_NOBUSY | in agp_i810_alloc_memory()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vnops_os.c | 364 VM_ALLOC_NOBUSY); in page_hold()
|