Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dcrash_dump.c138 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_kernel()
146 if (OLDMEM_BASE && from - OLDMEM_BASE < OLDMEM_SIZE) { in copy_oldmem_kernel()
147 from -= OLDMEM_BASE; in copy_oldmem_kernel()
149 } else if (OLDMEM_BASE && from < OLDMEM_SIZE) { in copy_oldmem_kernel()
151 from += OLDMEM_BASE; in copy_oldmem_kernel()
181 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_user()
189 if (OLDMEM_BASE && from - OLDMEM_BASE < OLDMEM_SIZE) { in copy_oldmem_user()
190 from -= OLDMEM_BASE; in copy_oldmem_user()
192 } else if (OLDMEM_BASE && from < OLDMEM_SIZE) { in copy_oldmem_user()
194 from += OLDMEM_BASE; in copy_oldmem_user()
[all …]
Dsetup.c227 if (OLDMEM_BASE) in setup_zfcpdump()
536 !OLDMEM_BASE && sclp.hsa_size) { in reserve_memory_end()
553 if (OLDMEM_BASE) in reserve_oldmem()
565 if (OLDMEM_BASE) in remove_oldmem()
595 low = crash_base ?: OLDMEM_BASE; in reserve_crashkernel()
597 if (low >= OLDMEM_BASE && high <= OLDMEM_BASE + OLDMEM_SIZE) { in reserve_crashkernel()
624 if (!OLDMEM_BASE && MACHINE_IS_VM) in reserve_crashkernel()
Dos_info.c123 if (!OLDMEM_BASE) in os_info_old_init()
Dsmp.c617 if (!(OLDMEM_BASE || ipl_info.type == IPL_TYPE_FCP_DUMP)) in smp_save_dump_cpus()
644 if (!is_boot_cpu || OLDMEM_BASE) in smp_save_dump_cpus()
Dhead.S331 .long 0,0 # OLDMEM_BASE
/arch/s390/include/asm/
Dsetup.h45 #define OLDMEM_BASE (*(unsigned long *) (0x10418)) macro
121 #define OLDMEM_BASE 0x10418 macro