Searched refs:end_phys (Results 1 – 3 of 3) sorted by relevance
46 uint64_t end_phys; /* Ending physical address (EXCLUSIVE) */ member
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()
2041 …r >= arm_vm_kernelcache_ranges[i].start_phys && physaddr < arm_vm_kernelcache_ranges[i].end_phys) { in ml_physaddr_in_bootkc_range()