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

/freebsd-11-stable/sys/vm/
H A Dvm_object.h187 #define OBJ_COLORED 0x1000 /* pg_color is defined */ macro
290 if ((object->flags & OBJ_COLORED) == 0) {
292 object->flags |= OBJ_COLORED;
H A Ddevice_pager.c173 object1->flags |= OBJ_COLORED;
H A Dvm_object.c291 kernel_object->flags |= OBJ_COLORED;
299 kmem_object->flags |= OBJ_COLORED;
1356 result->flags |= source->flags & OBJ_COLORED;
H A Dvm_page.c1657 if (object == NULL || (object->flags & (OBJ_COLORED |
1658 OBJ_FICTITIOUS)) != OBJ_COLORED || (m =
1855 if (object == NULL || (object->flags & OBJ_COLORED) == 0 ||
H A Dvm_fault.c1633 dst_object->flags |= OBJ_COLORED;
H A Dvm_map.c1494 (object->flags & OBJ_COLORED) == 0))
/freebsd-11-stable/sys/kern/
H A Duipc_shm.c531 vm_object_set_flag(shmfd->shm_object, OBJ_COLORED | OBJ_NOSPLIT);
H A Dsysv_shm.c738 vm_object_set_flag(shm_object, OBJ_COLORED | OBJ_NOSPLIT);
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c3310 if (object != NULL && (object->flags & OBJ_COLORED) != 0)
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c4838 if (object != NULL && (object->flags & OBJ_COLORED) != 0)
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c5658 if (object != NULL && (object->flags & OBJ_COLORED) != 0)
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c6134 if (object != NULL && (object->flags & OBJ_COLORED) != 0)
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c7680 if (object != NULL && (object->flags & OBJ_COLORED) != 0)

Completed in 400 milliseconds