Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/sptm/
H A Dsptm.h45 uint64_t start_phys; /* Starting physical address */ member
H A Darm_init_sptm.c1374 bootkc_physranges[i].start_phys = range->paddr; in arm_get_bootkc_ranges_from_DT()
1378 …l_pages += (unsigned int) atop_64(bootkc_physranges[i].end_phys - bootkc_physranges[i].start_phys); in arm_get_bootkc_ranges_from_DT()
/xnu-12377.1.9/osfmk/arm64/
H A Dmachine_routines.c2041 …if (physaddr >= arm_vm_kernelcache_ranges[i].start_phys && physaddr < arm_vm_kernelcache_ranges[i]… in ml_physaddr_in_bootkc_range()