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