Lines Matching refs:fault_flags
439 …hot_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, uint32_t *kdp_…
5509 stackshot_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, uint32_t … in stackshot_find_phys() argument
5514 fault_flags &= ~KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_find_phys()
5517 fault_flags |= KDP_FAULT_FLAGS_MULTICPU; in stackshot_find_phys()
5520 result = kdp_find_phys(map, target_addr, fault_flags, &fault_results); in stackshot_find_phys()
5554 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin() local
5556 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin()
5558 …return kdp_generic_copyin(map, uaddr, dest, size, fault_flags, (find_phys_fn_t)stackshot_find_phys… in stackshot_copyin()
5563 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin_word() local
5565 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin_word()
5567 …return kdp_generic_copyin_word(task, addr, result, fault_flags, (find_phys_fn_t)stackshot_find_phy… in stackshot_copyin_word()
5572 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin_string() local
5574 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin_string()
5576 …return kdp_generic_copyin_string(task, addr, buf, buf_sz, fault_flags, (find_phys_fn_t)stackshot_f… in stackshot_copyin_string()