Searched refs:change_wiring (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/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, 3130 bool change_wiring, in vm_fault_enqueue_page() argument 3163 } else if (change_wiring) { in vm_fault_enqueue_page() 3597 boolean_t change_wiring, in vm_fault_enter_prepare() argument 3623 !change_wiring && in vm_fault_enter_prepare() 3751 boolean_t change_wiring, in vm_fault_enter() argument 3768 fault_type = change_wiring ? VM_PROT_NONE : caller_prot; in vm_fault_enter() 3772 fault_page_size, fault_phys_offset, change_wiring, fault_type, in vm_fault_enter() 3776 …vm_fault_enqueue_page(object, m, wired, change_wiring, wire_tag, fault_info->no_cache, type_of_fau… in vm_fault_enter() 3832 boolean_t change_wiring, in vm_fault_external() argument [all …]
|