Searched refs:phys_src (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | kern_stackshot.c | 3461 uint64_t phys_src, phys_dest; in kdp_copyin_string_slowpath() local 3469 phys_src = kdp_find_phys(map, addr + i, try_fault, kdp_fault_results); in kdp_copyin_string_slowpath() 3471 uint64_t src_rem = effective_page_size - (phys_src & effective_page_mask); in kdp_copyin_string_slowpath() 3473 if (phys_src && phys_dest) { in kdp_copyin_string_slowpath() 3476 bcopy_phys(phys_src, phys_dest, 1); in kdp_copyin_string_slowpath() 3485 bcopy_phys(phys_src + (i - valid_from), phys_dest + (i - valid_from), 1); in kdp_copyin_string_slowpath() 3535 uint64_t phys_src = kdp_find_phys(map, uaddr, try_fault, kdp_fault_results); in kdp_copyin() local 3537 uint64_t src_rem = effective_page_size - (phys_src & effective_page_mask); in kdp_copyin() 3542 if (phys_src && phys_dest) { in kdp_copyin() 3549 stackshot_memcpy(kvaddr, (const void *)phystokv(phys_src), cur_size); in kdp_copyin() [all …]
|
| /xnu-8020.121.3/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1599 uint64_t phys_src = ptoa_64(upn) | (uaddr & PAGE_MASK); in debug_copyin() local 1601 uint64_t src_rem = PAGE_SIZE - (phys_src & PAGE_MASK); in debug_copyin() 1607 bcopy_phys(phys_src, phys_dest, cur_size); in debug_copyin()
|