Searched refs:kdp_find_phys (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/osfmk/kdp/ |
| H A D | kdp_common.c | 129 vm_offset_t vphys = kdp_find_phys(map, vcur, fault_flags, NULL); in kdp_traverse_mappings() 144 kdp_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, struct kdp_faul… in kdp_find_phys() function 348 …return kdp_generic_copyin(map, uaddr, dest, size, fault_flags, (find_phys_fn_t)kdp_find_phys, NULL… in kdp_copyin()
|
| H A D | kdp_common.h | 111 vm_offset_t kdp_find_phys(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_t fault_flags, str…
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | kern_stackshot.c | 4070 result = kdp_find_phys(map, target_addr, fault_flags, &fault_results); in stackshot_find_phys()
|