Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_object_xnu.h286 /* boolean_t */ phys_contiguous:1, member
H A Dvm_object.c316 .phys_contiguous = FALSE,
3043 if (object->phys_contiguous) {
4783 assert(!object->phys_contiguous);
4784 assert(!backing_object->phys_contiguous);
4860 assert(!object->phys_contiguous);
4861 assert(!backing_object->phys_contiguous);
5531 prev_object->phys_contiguous ||
5591 if (!object->phys_contiguous) {
6516 if (object1->phys_contiguous || vm_page_queue_empty(&object1->memq)) {
6527 } 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.c1223 if (!object->pager_created && object->phys_contiguous) { in vm_fault_page()
1624 if (!look_for_page && object == first_object && !object->phys_contiguous) { in vm_fault_page()
1685 …if (!object->internal && !object->phys_contiguous && object->paging_in_progress > vm_object_pagein… in vm_fault_page()
2044 if (m == VM_PAGE_NULL && object->phys_contiguous) { in vm_fault_page()
4789 cur_object->phys_contiguous) { /* superpage */ in vm_fault_internal()
6724 object->phys_contiguous && in vm_fault_internal()
6913 VME_OBJECT(entry)->phys_contiguous) { in vm_fault_wire()
7000 if (object != VM_OBJECT_NULL && object->phys_contiguous) { in vm_fault_unwire()
H A Dvm_object_internal.h236 object->phys_contiguous = value; in VM_OBJECT_SET_PHYS_CONTIGUOUS()
H A Dvm_pageout.c6001 if (object->phys_contiguous) {
6943 if (VME_OBJECT(entry)->phys_contiguous) {
6956 !VME_OBJECT(entry)->phys_contiguous) {
7264 if (VME_OBJECT(entry)->phys_contiguous) {
7311 !local_object->phys_contiguous) {
7456 !((upl->flags & (UPL_DEVICE_MEMORY | UPL_IO_WIRE)) || (upl->map_object->phys_contiguous)))) {
8254 if (object->phys_contiguous) {
8295 if (object->phys_contiguous) {
8369 if (object->phys_contiguous) {
H A Dmemory_object.c1310 if (object->phys_contiguous) { in memory_object_iopl_request()
H A Dvm_map.c4928 if (object->phys_contiguous) { in vm_map_enter_mem_object()
5483 VME_OBJECT(entry)->phys_contiguous) { in vm_map_clip_start()
5604 VME_OBJECT(entry)->phys_contiguous) { in vm_map_clip_end()
12559 (VME_OBJECT(tmp_entry)->phys_contiguous)) { in vm_map_copyin_internal()
15973 (VME_OBJECT(entry)->phys_contiguous && in vm_map_region_walk()
22473 (VME_OBJECT(entry)->phys_contiguous))) { in vm_map_disconnect_page_mappings()
22732 src_object->phys_contiguous || in vm_map_freeze()
24417 if (VME_OBJECT(entry)->phys_contiguous) { in vm_map_get_phys_page()
/xnu-12377.1.9/tools/lldbmacros/
H A Dmemory.py3371 if object.phys_contiguous:
4826 if object.shadow and not object.phys_contiguous: