Searched refs:vm_object (Results 1 - 25 of 195) sorted by relevance

12345678

/freebsd-11-stable/sys/sys/
H A D_kstack_cache.h35 struct vm_object *ksobj;
H A Dshm.h123 struct vm_object;
131 struct vm_object *object;
H A Duio.h86 struct vm_object;
111 int uiomove_object(struct vm_object *obj, off_t obj_size, struct uio *uio);
H A Dimgact.h62 struct vm_object *object; /* The vm object for this vp */
H A Dbufobj.h100 struct vm_object *bo_object; /* v Place to store VM object */
H A Dumtx.h160 struct vm_object *object;
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_mem.h33 struct vm_object;
36 struct vm_object *vmm_mmio_alloc(struct vmspace *, vm_paddr_t gpa, size_t len,
H A Dvmm_mem.c43 #include <vm/vm_object.h>
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_vm.c36 #include <vm/vm_object.h>
/freebsd-11-stable/sys/vm/
H A Dvm_object.h32 * from: @(#)vm_object.h 8.3 (Berkeley) 1/12/94
60 * $FreeBSD: stable/11/sys/vm/vm_object.h 323803 2017-09-20 09:22:47Z kib $
95 struct vm_object { struct
97 TAILQ_ENTRY(vm_object) object_list; /* list of all objects */
98 LIST_HEAD(, vm_object) shadow_head; /* objects that this is a shadow for */
99 LIST_ENTRY(vm_object) shadow_list; /* chain of shadow objects */
112 struct vm_object *backing_object; /* object that I'm a shadow of */
114 TAILQ_ENTRY(vm_object) pager_object_list; /* list of all objects of this pager type */
193 * Helpers to perform conversion between vm_object page indexes and offsets.
197 * negative offsets, is intentional and returns a vm_object pag
[all...]
H A Dvm.h102 struct vm_object;
103 typedef struct vm_object *vm_object_t;
H A Dvm_map.c91 #include <vm/vm_object.h>
151 ((e)->object.vm_object != NULL && (e)->object.vm_object->cred != NULL && \
522 object = entry->object.vm_object;
1271 (prev_entry->object.vm_object != NULL &&
1272 prev_entry->object.vm_object->cred == cred)) &&
1273 vm_object_coalesce(prev_entry->object.vm_object,
1300 object = prev_entry->object.vm_object;
1322 new_entry->object.vm_object = object;
1612 (prev->object.vm_object
[all...]
H A Ddefault_pager.c43 #include <vm/vm_object.h>
H A Duma_dbg.c49 #include <vm/vm_object.h>
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_fifoops.c45 #include <vm/vm_object.h>
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_api.h213 struct vm_object *persistent_swap_storage;
499 struct vm_object *persistent_swap_storage,
536 struct vm_object *persistent_swap_storage,
H A Dttm_bo_driver.h121 struct vm_object *swap_storage;
681 struct vm_object *persistent_swap_storage);
/freebsd-11-stable/sys/dev/agp/
H A Dagppriv.h58 struct vm_object *am_obj; /* VM object owning pages */
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_bmap.c50 #include <vm/vm_object.h>
57 #include <vm/vm_object.h>
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_vdso.c37 #include <vm/vm_object.h>
/freebsd-11-stable/sys/mips/adm5120/
H A Dadm5120_machdep.c54 #include <vm/vm_object.h>
/freebsd-11-stable/sys/mips/alchemy/
H A Dalchemy_machdep.c54 #include <vm/vm_object.h>
/freebsd-11-stable/sys/mips/idt/
H A Didt_machdep.c56 #include <vm/vm_object.h>
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h42 #include <vm/vm_object.h>
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_map.c64 #include <vm/vm_object.h>
132 obj = entry->object.vm_object;

Completed in 157 milliseconds

12345678