Home
last modified time | relevance | path

Searched refs:phys_contiguous (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_object_xnu.h284 /* boolean_t */ phys_contiguous:1, member
H A Dvm_object.c336 .phys_contiguous = FALSE,
3145 if (object->phys_contiguous) {
4949 assert(!object->phys_contiguous);
4950 assert(!backing_object->phys_contiguous);
5026 assert(!object->phys_contiguous);
5027 assert(!backing_object->phys_contiguous);
5697 prev_object->phys_contiguous ||
5757 if (!object->phys_contiguous) {
6682 if (object1->phys_contiguous || vm_page_queue_empty(&object1->memq)) {
6693 } else if (object2->phys_contiguous || vm_page_queue_empty(&object2->memq)) {
[all …]
H A Ddevice_vm.c207 if (!vm_object->phys_contiguous) { in device_pager_populate_object()
H A Dvm_fault.c1239 if (!object->pager_created && object->phys_contiguous) { in vm_fault_page()
1640 if (!look_for_page && object == first_object && !object->phys_contiguous) { in vm_fault_page()
1701 …if (!object->internal && !object->phys_contiguous && object->paging_in_progress > vm_object_pagein… in vm_fault_page()
2065 if (m == VM_PAGE_NULL && object->phys_contiguous) { in vm_fault_page()
4867 cur_object->phys_contiguous) { /* superpage */ in vm_fault_internal()
6830 object->phys_contiguous && in vm_fault_internal()
7029 VME_OBJECT(entry)->phys_contiguous) { in vm_fault_wire()
7116 if (object != VM_OBJECT_NULL && object->phys_contiguous) { in vm_fault_unwire()
H A Dvm_object_internal.h240 object->phys_contiguous = value; in VM_OBJECT_SET_PHYS_CONTIGUOUS()
H A Dvm_pageout.c6196 if (object->phys_contiguous) {
7164 if (VME_OBJECT(entry)->phys_contiguous) {
7177 !VME_OBJECT(entry)->phys_contiguous) {
7485 if (VME_OBJECT(entry)->phys_contiguous) {
7542 !local_object->phys_contiguous) {
7687 !((upl->flags & (UPL_DEVICE_MEMORY | UPL_IO_WIRE)) || (upl->map_object->phys_contiguous)))) {
8496 if (object->phys_contiguous) {
8537 if (object->phys_contiguous) {
8616 if (object->phys_contiguous) {
H A Dmemory_object.c1310 if (object->phys_contiguous) { in memory_object_iopl_request()
H A Dvm_map.c5226 if (object->phys_contiguous) { in vm_map_enter_mem_object()
5781 VME_OBJECT(entry)->phys_contiguous) { in vm_map_clip_start()
5902 VME_OBJECT(entry)->phys_contiguous) { in vm_map_clip_end()
13413 (VME_OBJECT(tmp_entry)->phys_contiguous)) { in vm_map_copyin_internal()
17003 (VME_OBJECT(entry)->phys_contiguous && in vm_map_region_walk()
23657 (VME_OBJECT(entry)->phys_contiguous))) { in vm_map_disconnect_page_mappings()
23916 src_object->phys_contiguous || in vm_map_freeze()
25601 if (VME_OBJECT(entry)->phys_contiguous) { in vm_map_get_phys_page()
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py3375 if object.phys_contiguous:
4830 if object.shadow and not object.phys_contiguous: