Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/arm64/sptm/
H A Dsptm.h46 uint64_t end_phys; /* Ending physical address (EXCLUSIVE) */ member
H A Darm_init_sptm.c1324 bootkc_physranges[i].end_phys = range->paddr + range->length; in arm_get_bootkc_ranges_from_DT()
1325 assert((bootkc_physranges[i].end_phys & PAGE_MASK) == 0); in arm_get_bootkc_ranges_from_DT()
1327 …bootkc_total_pages += (unsigned int) atop_64(bootkc_physranges[i].end_phys - bootkc_physranges[i].… in arm_get_bootkc_ranges_from_DT()
/xnu-11417.140.69/osfmk/arm64/
H A Dmachine_routines.c2036 …r >= arm_vm_kernelcache_ranges[i].start_phys && physaddr < arm_vm_kernelcache_ranges[i].end_phys) { in ml_physaddr_in_bootkc_range()