Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dkern_stackshot.c222 vm_offset_t kdp_find_phys(vm_map_t map, vm_offset_t target_addr, boolean_t try_fault, uint32_t *kdp…
3063 kdp_find_phys(vm_map_t map, vm_offset_t target_addr, boolean_t try_fault, uint32_t *kdp_fault_resul… in kdp_find_phys() argument
3071 cur_phys_addr = kdp_vtophys(map->pmap, target_addr); in kdp_find_phys()
3089 cur_phys_addr = kdp_lightweight_fault(map, (target_addr & ~effective_page_mask)); in kdp_find_phys()
3096 cur_phys_addr += (target_addr & effective_page_mask); in kdp_find_phys()