Searched refs:fault_phys_offset (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/vm/ |
| H A D | vm_page_internal.h | 40 vm_map_offset_t fault_phys_offset) in VMP_CS_FOR_OFFSET() argument 42 assertf(fault_phys_offset < PAGE_SIZE && in VMP_CS_FOR_OFFSET() 43 !(fault_phys_offset & FOURK_PAGE_MASK), in VMP_CS_FOR_OFFSET() 51 vm_map_offset_t fault_phys_offset) in VMP_CS_VALIDATED() argument 65 vm_map_offset_t fault_phys_offset) in VMP_CS_TAINTED() argument 79 vm_map_offset_t fault_phys_offset) in VMP_CS_NX() argument 93 vm_map_offset_t fault_phys_offset, in VMP_CS_SET_VALIDATED() argument 115 vm_map_offset_t fault_phys_offset, in VMP_CS_SET_TAINTED() argument 137 vm_map_offset_t fault_phys_offset, in VMP_CS_SET_NX() argument 459 vm_map_offset_t fault_phys_offset); [all …]
|
| H A D | vm_fault.c | 2618 assertf(fault_phys_offset == 0, in vm_fault_cs_need_validation() 3520 fault_phys_offset, in vm_fault_attempt_pmap_enter() 3537 fault_phys_offset, in vm_fault_attempt_pmap_enter() 3675 fault_phys_offset, in vm_fault_pmap_enter_with_object_lock() 4310 fault_phys_offset = 0; in vm_fault_internal() 5030 fault_phys_offset, in vm_fault_internal() 5045 fault_phys_offset, in vm_fault_internal() 5721 fault_phys_offset, in vm_fault_internal() 6384 fault_phys_offset, in vm_fault_internal() 6399 fault_phys_offset, in vm_fault_internal() [all …]
|
| H A D | vm_fault_internal.h | 100 vm_map_offset_t fault_phys_offset,
|