Searched refs:OLDMEM_BASE (Results 1 – 6 of 6) sorted by relevance
138 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 …]
227 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()
123 if (!OLDMEM_BASE) in os_info_old_init()
617 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()
331 .long 0,0 # OLDMEM_BASE
45 #define OLDMEM_BASE (*(unsigned long *) (0x10418)) macro121 #define OLDMEM_BASE 0x10418 macro