Lines Matching refs:fault_flags
155 …hot_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, uint32_t *kdp_…
3460 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
3465 fault_flags &= ~KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_find_phys()
3468 result = kdp_find_phys(map, target_addr, fault_flags, &fault_results); in stackshot_find_phys()
3498 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin() local
3500 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin()
3502 …return kdp_generic_copyin(map, uaddr, dest, size, fault_flags, (find_phys_fn_t)stackshot_find_phys… in stackshot_copyin()
3507 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin_word() local
3509 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin_word()
3511 …return kdp_generic_copyin_word(task, addr, result, fault_flags, (find_phys_fn_t)stackshot_find_phy… in stackshot_copyin_word()
3516 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin_string() local
3518 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin_string()
3520 …return kdp_generic_copyin_string(task, addr, buf, buf_sz, fault_flags, (find_phys_fn_t)stackshot_f… in stackshot_copyin_string()