Searched refs:rtas_start (Results 1 – 1 of 1) sorted by relevance
104 unsigned int rtas_start = 0, rtas_end = 0; in crash_free_reserved_phys_range() local110 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()111 rtas_end = rtas_start + be32_to_cpup(sizep); in crash_free_reserved_phys_range()116 if (addr <= rtas_end && ((addr + PAGE_SIZE) > rtas_start)) in crash_free_reserved_phys_range()
Completed in 3 milliseconds