Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/arm64/sptm/
H A Darm_init_sptm.c1254 static arm_physrange_t bootkc_physranges[NUM_BOOTKC_RANGES] = { {0, } }; in arm_get_bootkc_ranges_from_DT() local
1278 bootkc_physranges[i].start_phys = range->paddr; in arm_get_bootkc_ranges_from_DT()
1279 bootkc_physranges[i].end_phys = range->paddr + range->length; in arm_get_bootkc_ranges_from_DT()
1280 assert((bootkc_physranges[i].end_phys & PAGE_MASK) == 0); in arm_get_bootkc_ranges_from_DT()
1282 …bootkc_total_pages += (unsigned int) atop_64(bootkc_physranges[i].end_phys - bootkc_physranges[i].… in arm_get_bootkc_ranges_from_DT()
1288 *arm_vm_kernelcache_rangesp = &bootkc_physranges[0]; in arm_get_bootkc_ranges_from_DT()