Searched refs:phys_src (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/osfmk/kdp/ |
| H A D | kdp_common.c | 247 uint64_t phys_src = (*find_phys_fn)(map, (vm_offset_t)uaddr, fault_flags, context); in kdp_generic_copyin() local 249 uint64_t src_rem = effective_page_size - (phys_src & effective_page_mask); in kdp_generic_copyin() 254 if (phys_src && phys_dest) { in kdp_generic_copyin() 264 kdp_memcpy(kvaddr, (const void *)phystokv((pmap_paddr_t)phys_src), cur_size); in kdp_generic_copyin() 272 bcopy_phys_with_options(phys_src, phys_dest, cur_size, cppvDisableTagCheck); in kdp_generic_copyin() 274 bcopy_phys(phys_src, phys_dest, cur_size); in kdp_generic_copyin() 313 uint64_t phys_src, phys_dest; in kdp_generic_copyin_string_slowpath() local 324 phys_src = (*find_phys_fn)(map, (vm_offset_t)(addr + i), fault_flags, context); in kdp_generic_copyin_string_slowpath() 326 uint64_t src_rem = effective_page_size - (phys_src & effective_page_mask); in kdp_generic_copyin_string_slowpath() 328 if (phys_src && phys_dest) { in kdp_generic_copyin_string_slowpath() [all …]
|
| /xnu-12377.81.4/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1598 uint64_t phys_src = ptoa_64(upn) | (uaddr & PAGE_MASK); in debug_copyin() local 1600 uint64_t src_rem = PAGE_SIZE - (phys_src & PAGE_MASK); in debug_copyin() 1606 bcopy_phys(phys_src, phys_dest, cur_size); in debug_copyin()
|