Lines Matching refs:crashk_end
948 uint64_t crashk_end; in plat_mem_setup() local
954 crashk_end = 0; in plat_mem_setup()
975 crashk_end = crashk_base + crashk_size; in plat_mem_setup()
1013 if (memory < crashk_base && end > crashk_end) { in plat_mem_setup()
1017 memblock_add(crashk_end, end - crashk_end); in plat_mem_setup()
1018 total += end - crashk_end; in plat_mem_setup()
1022 if (memory >= crashk_base && end <= crashk_end) in plat_mem_setup()
1029 if (memory > crashk_base && memory < crashk_end && in plat_mem_setup()
1030 end > crashk_end) { in plat_mem_setup()
1035 mem_alloc_size -= crashk_end - memory; in plat_mem_setup()
1036 memory = crashk_end; in plat_mem_setup()
1038 end < crashk_end) in plat_mem_setup()