Searched refs:change_wiring (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_fault.h | 93 boolean_t change_wiring, 120 boolean_t change_wiring, 189 boolean_t change_wiring,
|
| H A D | vm_fault.c | 190 boolean_t change_wiring, 3125 bool change_wiring, in vm_fault_enqueue_page() argument 3158 } else if (change_wiring) { in vm_fault_enqueue_page() 3592 boolean_t change_wiring, in vm_fault_enter_prepare() argument 3618 !change_wiring && in vm_fault_enter_prepare() 3746 boolean_t change_wiring, in vm_fault_enter() argument 3763 fault_type = change_wiring ? VM_PROT_NONE : caller_prot; in vm_fault_enter() 3766 fault_page_size, fault_phys_offset, change_wiring, fault_type, in vm_fault_enter() 3770 …vm_fault_enqueue_page(object, m, wired, change_wiring, wire_tag, fault_info->no_cache, type_of_fau… in vm_fault_enter() 3826 boolean_t change_wiring, in vm_fault_external() argument [all …]
|