Home
last modified time | relevance | path

Searched refs:OLDMEM_BASE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcrash_dump.c143 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_kernel()
151 if (OLDMEM_BASE && from - OLDMEM_BASE < OLDMEM_SIZE) { in copy_oldmem_kernel()
152 from -= OLDMEM_BASE; in copy_oldmem_kernel()
154 } else if (OLDMEM_BASE && from < OLDMEM_SIZE) { in copy_oldmem_kernel()
156 from += OLDMEM_BASE; in copy_oldmem_kernel()
186 if (!OLDMEM_BASE && from < sclp.hsa_size) { in copy_oldmem_user()
194 if (OLDMEM_BASE && from - OLDMEM_BASE < OLDMEM_SIZE) { in copy_oldmem_user()
195 from -= OLDMEM_BASE; in copy_oldmem_user()
[all...]
H A Dsetup.c256 if (OLDMEM_BASE) in setup_zfcpdump()
650 if (OLDMEM_BASE) in reserve_oldmem()
662 if (OLDMEM_BASE) in remove_oldmem()
692 low = crash_base ?: OLDMEM_BASE; in reserve_crashkernel()
694 if (low >= OLDMEM_BASE && high <= OLDMEM_BASE + OLDMEM_SIZE) { in reserve_crashkernel()
721 if (!OLDMEM_BASE && MACHINE_IS_VM) in reserve_crashkernel()
H A Dos_info.c125 if (!OLDMEM_BASE) in os_info_old_init()
H A Dsmp.c611 * condition: OLDMEM_BASE == NULL && is_ipl_type_dump() == true
617 * condition: OLDMEM_BASE != NULL && is_ipl_type_dump() == true
624 * condition: OLDMEM_BASE != NULL && !is_kdump_kernel()
629 * condition: OLDMEM_BASE != NULL && is_kdump_kernel()
664 if (!(OLDMEM_BASE || is_ipl_type_dump())) in smp_save_dump_cpus()
690 * For a zfcp/nvme dump OLDMEM_BASE == NULL and the registers in smp_save_dump_cpus()
695 if (!is_boot_cpu || OLDMEM_BASE) in smp_save_dump_cpus()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsetup.h69 #define OLDMEM_BASE (*(unsigned long *) (OLDMEM_BASE_OFFSET)) macro
178 #define OLDMEM_BASE (OLDMEM_BASE_OFFSET) macro
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dipl_parm.c300 if (OLDMEM_BASE) { in setup_memory_end()
H A Dhead.S393 .quad 0 # OLDMEM_BASE
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dzcore.c257 if (OLDMEM_BASE) in zcore_init()
H A Dsclp_cmd.c480 if (OLDMEM_BASE) /* No standby memory in kdump mode */ in sclp_detect_standby_memory()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dasm-offsets.c177 DEFINE(OLDMEM_BASE, PARMAREA + offsetof(struct parmarea, oldmem_base)); in main()
H A Dsetup.c749 memblock_reserve(OLDMEM_BASE, sizeof(unsigned long)); in reserve_kernel()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dkasan_init.c302 if (IS_ENABLED(CONFIG_CRASH_DUMP) && OLDMEM_BASE) in kasan_early_init()

Completed in 10 milliseconds