Lines Matching refs:crashk_end
895 uint64_t crashk_end; in plat_mem_setup() local
903 crashk_end = 0; in plat_mem_setup()
924 crashk_end = crashk_base + crashk_size; in plat_mem_setup()
964 if (memory < crashk_base && end > crashk_end) { in plat_mem_setup()
970 add_memory_region(crashk_end, in plat_mem_setup()
971 end - crashk_end, in plat_mem_setup()
973 total += end - crashk_end; in plat_mem_setup()
977 if (memory >= crashk_base && end <= crashk_end) in plat_mem_setup()
984 if (memory > crashk_base && memory < crashk_end && in plat_mem_setup()
985 end > crashk_end) { in plat_mem_setup()
990 mem_alloc_size -= crashk_end - memory; in plat_mem_setup()
991 memory = crashk_end; in plat_mem_setup()
993 end < crashk_end) in plat_mem_setup()