Lines Matching refs:fault_flags
434 …hot_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, uint32_t *kdp_…
5480 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
5485 fault_flags &= ~KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_find_phys()
5488 fault_flags |= KDP_FAULT_FLAGS_MULTICPU; in stackshot_find_phys()
5491 result = kdp_find_phys(map, target_addr, fault_flags, &fault_results); in stackshot_find_phys()
5525 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin() local
5527 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin()
5529 …return kdp_generic_copyin(map, uaddr, dest, size, fault_flags, (find_phys_fn_t)stackshot_find_phys… in stackshot_copyin()
5534 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin_word() local
5536 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin_word()
5538 …return kdp_generic_copyin_word(task, addr, result, fault_flags, (find_phys_fn_t)stackshot_find_phy… in stackshot_copyin_word()
5543 kdp_fault_flags_t fault_flags = KDP_FAULT_FLAGS_NONE; in stackshot_copyin_string() local
5545 fault_flags |= KDP_FAULT_FLAGS_ENABLE_FAULTING; in stackshot_copyin_string()
5547 …return kdp_generic_copyin_string(task, addr, buf, buf_sz, fault_flags, (find_phys_fn_t)stackshot_f… in stackshot_copyin_string()