Searched refs:bootkc_physranges (Results 1 – 1 of 1) sorted by relevance
1350 static arm_physrange_t bootkc_physranges[NUM_BOOTKC_RANGES] = { {0, } }; in arm_get_bootkc_ranges_from_DT() local1374 bootkc_physranges[i].start_phys = range->paddr; in arm_get_bootkc_ranges_from_DT()1375 bootkc_physranges[i].end_phys = range->paddr + range->length; in arm_get_bootkc_ranges_from_DT()1376 assert((bootkc_physranges[i].end_phys & PAGE_MASK) == 0); in arm_get_bootkc_ranges_from_DT()1378 …bootkc_total_pages += (unsigned int) atop_64(bootkc_physranges[i].end_phys - bootkc_physranges[i].… in arm_get_bootkc_ranges_from_DT()1384 *arm_vm_kernelcache_rangesp = &bootkc_physranges[0]; in arm_get_bootkc_ranges_from_DT()