Lines Matching refs:crashk_end
909 uint64_t crashk_end; in plat_mem_setup() local
917 crashk_end = 0; in plat_mem_setup()
938 crashk_end = crashk_base + crashk_size; in plat_mem_setup()
978 if (memory < crashk_base && end > crashk_end) { in plat_mem_setup()
984 add_memory_region(crashk_end, in plat_mem_setup()
985 end - crashk_end, in plat_mem_setup()
987 total += end - crashk_end; in plat_mem_setup()
991 if (memory >= crashk_base && end <= crashk_end) in plat_mem_setup()
998 if (memory > crashk_base && memory < crashk_end && in plat_mem_setup()
999 end > crashk_end) { in plat_mem_setup()
1004 mem_alloc_size -= crashk_end - memory; in plat_mem_setup()
1005 memory = crashk_end; in plat_mem_setup()
1007 end < crashk_end) in plat_mem_setup()