Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/ !
H A Dkern_stackshot.c3065 vm_offset_t cur_phys_addr; in kdp_find_phys() local
3071 cur_phys_addr = kdp_vtophys(map->pmap, target_addr); in kdp_find_phys()
3072 if (!pmap_valid_page((ppnum_t) atop(cur_phys_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()
3098 if (!pmap_valid_page((ppnum_t) atop(cur_phys_addr))) { in kdp_find_phys()
3115 unsigned int cur_wimg_bits = pmap_cache_attributes((ppnum_t) atop(cur_phys_addr)); in kdp_find_phys()
3122 return cur_phys_addr; in kdp_find_phys()