Home
last modified time | relevance | path

Searched refs:OBJ_COLORED (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_object.h207 #define OBJ_COLORED 0x1000 /* pg_color is defined */ macro
316 if ((object->flags & OBJ_COLORED) == 0) { in vm_object_color()
318 object->flags |= OBJ_COLORED; in vm_object_color()
327 (object->flags & (OBJ_COLORED | OBJ_FICTITIOUS)) == OBJ_COLORED) { in vm_object_reserv()
H A Ddevice_pager.c175 object1->flags |= OBJ_COLORED; in cdev_pager_allocate()
H A Dvm_object.c286 kernel_object->flags |= OBJ_COLORED; in vm_object_init()
424 flags = OBJ_COLORED; in vm_object_allocate()
1474 result->flags |= source->flags & OBJ_COLORED; in vm_object_shadow()
H A Dvm_mmap.c1363 if ((obj->flags & OBJ_COLORED) == 0) { in vm_mmap_vnode()
H A Dvnode_pager.c291 if ((object->flags & OBJ_COLORED) == 0) { in vnode_pager_alloc()
H A Dvm_fault.c1919 dst_object->flags |= OBJ_COLORED; in vm_fault_copy_entry()
H A Dvm_map.c2139 (object->flags & OBJ_COLORED) == 0)) in vm_map_find()
/f-stack/freebsd/kern/
H A Dkern_exec.c999 if ((object->flags & OBJ_COLORED) == 0) { in exec_map_first_page()
/f-stack/freebsd/mips/mips/
H A Dpmap.c3368 if (object != NULL && (object->flags & OBJ_COLORED) != 0) in pmap_align_superpage()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c6174 if (object != NULL && (object->flags & OBJ_COLORED) != 0) in pmap_align_superpage()
/f-stack/freebsd/i386/i386/
H A Dpmap.c5842 if (object != NULL && (object->flags & OBJ_COLORED) != 0) in __CONCAT()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c6918 if (object != NULL && (object->flags & OBJ_COLORED) != 0) in pmap_align_superpage()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c9783 if (object != NULL && (object->flags & OBJ_COLORED) != 0) in pmap_align_superpage()