Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dcrash_dump.c141 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_kernel()
149 if (OLDMEM_BASE && from - OLDMEM_BASE < OLDMEM_SIZE) { in copy_oldmem_kernel()
150 from -= OLDMEM_BASE; in copy_oldmem_kernel()
152 } else if (OLDMEM_BASE && from < OLDMEM_SIZE) { in copy_oldmem_kernel()
154 from += OLDMEM_BASE; in copy_oldmem_kernel()
184 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_user()
192 if (OLDMEM_BASE && from - OLDMEM_BASE < OLDMEM_SIZE) { in copy_oldmem_user()
193 from -= OLDMEM_BASE; in copy_oldmem_user()
195 } else if (OLDMEM_BASE && from < OLDMEM_SIZE) { in copy_oldmem_user()
197 from += OLDMEM_BASE; in copy_oldmem_user()
[all …]
Dsetup.c233 if (OLDMEM_BASE) in setup_zfcpdump()
537 !OLDMEM_BASE && sclp.hsa_size) { in reserve_memory_end()
554 if (OLDMEM_BASE) in reserve_oldmem()
566 if (OLDMEM_BASE) in remove_oldmem()
596 low = crash_base ?: OLDMEM_BASE; in reserve_crashkernel()
598 if (low >= OLDMEM_BASE && high <= OLDMEM_BASE + OLDMEM_SIZE) { in reserve_crashkernel()
625 if (!OLDMEM_BASE && MACHINE_IS_VM) in reserve_crashkernel()
Dos_info.c124 if (!OLDMEM_BASE) in os_info_old_init()
Dsmp.c641 if (!(OLDMEM_BASE || ipl_info.type == IPL_TYPE_FCP_DUMP)) in smp_save_dump_cpus()
668 if (!is_boot_cpu || OLDMEM_BASE) in smp_save_dump_cpus()
/Linux-v4.19/arch/s390/include/asm/
Dsetup.h64 #define OLDMEM_BASE (*(unsigned long *) (OLDMEM_BASE_OFFSET)) macro
143 #define OLDMEM_BASE (OLDMEM_BASE_OFFSET) macro
/Linux-v4.19/drivers/s390/char/
Dzcore.c291 if (OLDMEM_BASE) in zcore_init()
Dsclp_cmd.c489 if (OLDMEM_BASE) /* No standby memory in kdump mode */ in sclp_detect_standby_memory()
/Linux-v4.19/arch/s390/boot/
Dhead.S333 .long 0,0 # OLDMEM_BASE