Lines Matching refs:crashk_end
972 uint64_t crashk_end; in plat_mem_setup() local
980 crashk_end = 0; in plat_mem_setup()
1001 crashk_end = crashk_base + crashk_size; in plat_mem_setup()
1040 if (memory < crashk_base && end > crashk_end) { in plat_mem_setup()
1046 add_memory_region(crashk_end, in plat_mem_setup()
1047 end - crashk_end, in plat_mem_setup()
1049 total += end - crashk_end; in plat_mem_setup()
1053 if (memory >= crashk_base && end <= crashk_end) in plat_mem_setup()
1060 if (memory > crashk_base && memory < crashk_end && in plat_mem_setup()
1061 end > crashk_end) { in plat_mem_setup()
1066 mem_alloc_size -= crashk_end - memory; in plat_mem_setup()
1067 memory = crashk_end; in plat_mem_setup()
1069 end < crashk_end) in plat_mem_setup()