Searched refs:stackshot_find_phys (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | kern_stackshot.c | 449 static vm_offset_t stackshot_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_… 4288 vm_offset_t src_pa = stackshot_find_phys(ctx->sbc_map, src, in _stackshot_backtrace_copy() 5761 stackshot_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, uint32_t … in stackshot_find_phys() function 5810 …return kdp_generic_copyin(map, uaddr, dest, size, fault_flags, (find_phys_fn_t)stackshot_find_phys… in stackshot_copyin() 5819 …neric_copyin_word(task, addr, result, fault_flags, (find_phys_fn_t)stackshot_find_phys, kdp_fault_… in stackshot_copyin_word() 5828 …opyin_string(task, addr, buf, buf_sz, fault_flags, (find_phys_fn_t)stackshot_find_phys, kdp_fault_… in stackshot_copyin_string()
|