Lines Matching refs:crashk_end
970 uint64_t crashk_end; in plat_mem_setup() local
978 crashk_end = 0; in plat_mem_setup()
999 crashk_end = crashk_base + crashk_size; in plat_mem_setup()
1039 if (memory < crashk_base && end > crashk_end) { in plat_mem_setup()
1045 add_memory_region(crashk_end, in plat_mem_setup()
1046 end - crashk_end, in plat_mem_setup()
1048 total += end - crashk_end; in plat_mem_setup()
1052 if (memory >= crashk_base && end <= crashk_end) in plat_mem_setup()
1059 if (memory > crashk_base && memory < crashk_end && in plat_mem_setup()
1060 end > crashk_end) { in plat_mem_setup()
1065 mem_alloc_size -= crashk_end - memory; in plat_mem_setup()
1066 memory = crashk_end; in plat_mem_setup()
1068 end < crashk_end) in plat_mem_setup()