Home
last modified time | relevance | path

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

/xnu-11215/osfmk/i386/
H A Di386_init.c294 uint64_t physAddr = 0; in physmap_init() local
356 pml4_index < (kernPhysPML4Index + kernPhysPML4EntryCount) && physAddr < highest_physaddr; in physmap_init()
358 if (physmap_init_L3(L3_start_index, highest_physaddr, &physAddr, &l3pte) < 0) { in physmap_init()
376 *new_physmap_max = *new_physmap_base + physAddr; in physmap_init()
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2519 addr64_t physAddr = 0; in getSourceSegment() local
2522 physAddr = getPhysicalSegment64( offset, length ); in getSourceSegment()
5209 addr64_t physAddr; in populateDevicePager() local
5219 physAddr = getPhysicalSegment( sourceOffset, &segLen, kIOMemoryMapperNone ); in populateDevicePager()
5220 assert( physAddr ); in populateDevicePager()
5221 pageOffset = physAddr - trunc_page_64( physAddr ); in populateDevicePager()
5225 physAddr -= pageOffset; in populateDevicePager()
5236 if (physAddr != trunc_page_64(physAddr)) { in populateDevicePager()
5246 … && pmap_has_managed_page((ppnum_t) atop_64(physAddr), (ppnum_t) atop_64(physAddr + segLen - 1))) { in populateDevicePager()
5248 physAddr, (uint64_t)segLen); in populateDevicePager()
[all …]
H A DIOHibernateIO.cpp1979 uint64_t physAddr = ptoa_64(page); in hibernate_write_image() local
1982 (physAddr >= gPhysBase) && in hibernate_write_image()
1983 (physAddr + size <= gPhysBase + gPhysSize)) { in hibernate_write_image()