Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_common.c149 vm_offset_t cur_phys_addr; in kdp_find_phys() local
167 cur_phys_addr = (vm_offset_t)kdp_vtophys(map->pmap, target_addr); in kdp_find_phys()
168 if (!pmap_valid_page((ppnum_t) atop(cur_phys_addr))) { in kdp_find_phys()
186cur_phys_addr = kdp_lightweight_fault(map, (target_addr & ~effective_page_mask), fault_flags & KDP… in kdp_find_phys()
193 cur_phys_addr += (target_addr & effective_page_mask); in kdp_find_phys()
195 if (!pmap_valid_page((ppnum_t) atop(cur_phys_addr))) { in kdp_find_phys()
210 unsigned int cur_wimg_bits = pmap_cache_attributes((ppnum_t) atop(cur_phys_addr)); in kdp_find_phys()
223 return cur_phys_addr; in kdp_find_phys()