Lines Matching refs:crashk_end
973 uint64_t crashk_end; in plat_mem_setup() local
981 crashk_end = 0; in plat_mem_setup()
1002 crashk_end = crashk_base + crashk_size; in plat_mem_setup()
1040 if (memory < crashk_base && end > crashk_end) { in plat_mem_setup()
1044 memblock_add(crashk_end, end - crashk_end); in plat_mem_setup()
1045 total += end - crashk_end; in plat_mem_setup()
1049 if (memory >= crashk_base && end <= crashk_end) in plat_mem_setup()
1056 if (memory > crashk_base && memory < crashk_end && in plat_mem_setup()
1057 end > crashk_end) { in plat_mem_setup()
1062 mem_alloc_size -= crashk_end - memory; in plat_mem_setup()
1063 memory = crashk_end; in plat_mem_setup()
1065 end < crashk_end) in plat_mem_setup()