Searched refs:OLDMEM_BASE (Results 1 – 8 of 8) sorted by relevance
141 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 …]
233 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()
124 if (!OLDMEM_BASE) in os_info_old_init()
641 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()
64 #define OLDMEM_BASE (*(unsigned long *) (OLDMEM_BASE_OFFSET)) macro143 #define OLDMEM_BASE (OLDMEM_BASE_OFFSET) macro
291 if (OLDMEM_BASE) in zcore_init()
489 if (OLDMEM_BASE) /* No standby memory in kdump mode */ in sclp_detect_standby_memory()
333 .long 0,0 # OLDMEM_BASE