Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dpanic_hooks.c199 if (r->PhysicalStart + r->NumberOfPages * PAGE_SIZE > *pphys) { in panic_phys_range_before()
203 if (!closest || r->PhysicalStart > closest->PhysicalStart) { in panic_phys_range_before()
213 range->phys_start = closest->PhysicalStart; in panic_phys_range_before()
H A Di386_vm_init.c225 efi_start = (addr64_t)mptr->PhysicalStart; in kprint_memmap()
466 base = (ppnum_t) (mptr->PhysicalStart >> I386_PGSHIFT); in i386_vm_init()
467 top = (ppnum_t) (((mptr->PhysicalStart) >> I386_PGSHIFT) + mptr->NumberOfPages - 1); in i386_vm_init()
H A Dhibernate_i386.c93 base = (ppnum_t) (mptr->PhysicalStart >> I386_PGSHIFT); in hibernate_page_list_allocate()
/xnu-10063.141.1/san/memory/
H A Dkasan-x86_64.c305 base = (ppnum_t)(mptr_tmp->PhysicalStart >> I386_PGSHIFT); in kasan_reserve_memory()
306 top = (ppnum_t)((mptr_tmp->PhysicalStart >> I386_PGSHIFT) + mptr_tmp->NumberOfPages - 1); in kasan_reserve_memory()
312 shadow_pbase = mptr_tmp->PhysicalStart + (mptr_tmp->NumberOfPages << I386_PGSHIFT); in kasan_reserve_memory()
/xnu-10063.141.1/pexpert/pexpert/i386/
H A Dboot.h70 uint64_t PhysicalStart; member
H A Defi.h241 EFI_PHYSICAL_ADDRESS PhysicalStart; member
/xnu-10063.141.1/osfmk/i386/AT386/
H A Dmodel_dep.c460 phys_addr = (vm_map_offset_t) mptr->PhysicalStart; in efi_init()
536 phys_addr = (vm_map_offset_t) mptr->PhysicalStart; in hibernate_newruntime_map()
556 phys_addr = (vm_map_offset_t) mptr->PhysicalStart; in hibernate_newruntime_map()
/xnu-10063.141.1/tools/lldbmacros/
H A Dmemory.py2816 …out_string += "{0: #019x} {1: #019x} {2: <19s} {3: #019x}\n".format(mptr.PhysicalStart, mptr.Numbe…
2818 …out_string += "{0: #019x} {1: #019x} {2: #019x} {3: #019x}\n".format(mptr.PhysicalStart, mptr.Numb…