Home
last modified time | relevance | path

Searched refs:stackshot_find_phys (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c439 static vm_offset_t stackshot_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_…
4080 vm_offset_t src_pa = stackshot_find_phys(ctx->sbc_map, src, in _stackshot_backtrace_copy()
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() function
5558 …return kdp_generic_copyin(map, uaddr, dest, size, fault_flags, (find_phys_fn_t)stackshot_find_phys in stackshot_copyin()
5567 …neric_copyin_word(task, addr, result, fault_flags, (find_phys_fn_t)stackshot_find_phys, kdp_fault_… in stackshot_copyin_word()
5576 …opyin_string(task, addr, buf, buf_sz, fault_flags, (find_phys_fn_t)stackshot_find_phys, kdp_fault_… in stackshot_copyin_string()