Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kdp/
H A Dkdp_common.h116 typedef vm_offset_t (*find_phys_fn_t)(vm_map_t map, vm_offset_t target_addr, kdp_fault_flags_t faul… typedef
134 …t64_t uaddr, void *dest, size_t size, kdp_fault_flags_t fault_flags, find_phys_fn_t find_phys_fn, …
150 …ask, uint64_t addr, uint64_t *result, kdp_fault_flags_t fault_flags, find_phys_fn_t find_phys_fn, …
167 …uint64_t addr, char *buf, int buf_sz, kdp_fault_flags_t fault_flags, find_phys_fn_t find_phys_fn, …
H A Dkdp_common.c209 …t64_t uaddr, void *dest, size_t size, kdp_fault_flags_t fault_flags, find_phys_fn_t find_phys_fn, … in kdp_generic_copyin()
261 …task_t task, uint64_t addr, uint64_t *result, kdp_fault_flags_t fault_flags, find_phys_fn_t find_p… in kdp_generic_copyin_word()
280 …task_t task, uint64_t addr, char *buf, int buf_sz, kdp_fault_flags_t fault_flags, find_phys_fn_t f… in kdp_generic_copyin_string_slowpath()
326 …task_t task, uint64_t addr, char *buf, int buf_sz, kdp_fault_flags_t fault_flags, find_phys_fn_t f… in kdp_generic_copyin_string()
348 …return kdp_generic_copyin(map, uaddr, dest, size, fault_flags, (find_phys_fn_t)kdp_find_phys, NULL… in kdp_copyin()
/xnu-10063.141.1/osfmk/kern/
H A Dkern_stackshot.c4104 …return kdp_generic_copyin(map, uaddr, dest, size, fault_flags, (find_phys_fn_t)stackshot_find_phys… in stackshot_copyin()
4113 …return kdp_generic_copyin_word(task, addr, result, fault_flags, (find_phys_fn_t)stackshot_find_phy… in stackshot_copyin_word()
4122 …return kdp_generic_copyin_string(task, addr, buf, buf_sz, fault_flags, (find_phys_fn_t)stackshot_f… in stackshot_copyin_string()