Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_object_xnu.h286 /* boolean_t */ phys_contiguous:1, member
H A Dvm_object.c336 .phys_contiguous = FALSE,
3132 if (object->phys_contiguous) {
4934 assert(!object->phys_contiguous);
4935 assert(!backing_object->phys_contiguous);
5011 assert(!object->phys_contiguous);
5012 assert(!backing_object->phys_contiguous);
5682 prev_object->phys_contiguous ||
5742 if (!object->phys_contiguous) {
6667 if (object1->phys_contiguous || vm_page_queue_empty(&object1->memq)) {
6678 } 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.c1238 if (!object->pager_created && object->phys_contiguous) { in vm_fault_page()
1639 if (!look_for_page && object == first_object && !object->phys_contiguous) { in vm_fault_page()
1700 …if (!object->internal && !object->phys_contiguous && object->paging_in_progress > vm_object_pagein… in vm_fault_page()
2064 if (m == VM_PAGE_NULL && object->phys_contiguous) { in vm_fault_page()
4862 cur_object->phys_contiguous) { /* superpage */ in vm_fault_internal()
6825 object->phys_contiguous && in vm_fault_internal()
7024 VME_OBJECT(entry)->phys_contiguous) { in vm_fault_wire()
7111 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.c6190 if (object->phys_contiguous) {
7153 if (VME_OBJECT(entry)->phys_contiguous) {
7166 !VME_OBJECT(entry)->phys_contiguous) {
7474 if (VME_OBJECT(entry)->phys_contiguous) {
7531 !local_object->phys_contiguous) {
7676 !((upl->flags & (UPL_DEVICE_MEMORY | UPL_IO_WIRE)) || (upl->map_object->phys_contiguous)))) {
8485 if (object->phys_contiguous) {
8526 if (object->phys_contiguous) {
8605 if (object->phys_contiguous) {
H A Dmemory_object.c1310 if (object->phys_contiguous) { in memory_object_iopl_request()
H A Dvm_map.c5125 if (object->phys_contiguous) { in vm_map_enter_mem_object()
5680 VME_OBJECT(entry)->phys_contiguous) { in vm_map_clip_start()
5801 VME_OBJECT(entry)->phys_contiguous) { in vm_map_clip_end()
13312 (VME_OBJECT(tmp_entry)->phys_contiguous)) { in vm_map_copyin_internal()
16902 (VME_OBJECT(entry)->phys_contiguous && in vm_map_region_walk()
23552 (VME_OBJECT(entry)->phys_contiguous))) { in vm_map_disconnect_page_mappings()
23811 src_object->phys_contiguous || in vm_map_freeze()
25496 if (VME_OBJECT(entry)->phys_contiguous) { in vm_map_get_phys_page()
/xnu-12377.41.6/tools/lldbmacros/
H A Dmemory.py3375 if object.phys_contiguous:
4830 if object.shadow and not object.phys_contiguous: