Home
last modified time | relevance | path

Searched refs:crashk_end (Results 1 – 1 of 1) sorted by relevance

/arch/mips/cavium-octeon/
Dsetup.c909 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()
[all …]