Searched refs:is_kdump_kernel (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/include/linux/
H A Dcrash_dump.h45 * is_kdump_kernel() checks whether this kernel is booting after a panic of
54 static inline int is_kdump_kernel(void) is_kdump_kernel() function
69 return is_kdump_kernel() && elfcorehdr_addr != ELFCORE_ADDR_ERR ? 1 : 0; is_vmcore_usable()
73 * without disturbing the logic of is_kdump_kernel()
78 if (is_kdump_kernel()) vmcore_unusable()
87 static inline int is_kdump_kernel(void) { return 0; } function
/linux-4.4.14/kernel/
H A Dcrash_dump.c17 * is_kdump_kernel() to determine if we are booting after a panic. Hence put
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Dras.c117 if (is_kdump_kernel()) cbe_ptcal_enable_on_node()
/linux-4.4.14/arch/x86/kernel/
H A Dpci-calgary_64.c769 if (is_kdump_kernel()) calgary_setup_tar()
1149 if (is_kdump_kernel()) calgary_init()
1217 if (is_kdump_kernel() && saved_max_pfn) { determine_tce_table_size()
1451 if (!is_kdump_kernel()) { detect_calgary()
/linux-4.4.14/arch/s390/kernel/
H A Dsmp.c605 * condition: OLDMEM_BASE != NULL && !is_kdump_kernel()
610 * condition: OLDMEM_BASE != NULL && is_kdump_kernel()
622 if (is_kdump_kernel()) smp_save_dump_cpus()
H A Dsetup.c668 if (is_kdump_kernel()) reserve_elfcorehdr()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1027 if (is_kdump_kernel())
/linux-4.4.14/drivers/iommu/
H A Dintel_irq_remapping.c411 if (!is_kdump_kernel()) { iommu_load_old_irte()
H A Dintel-iommu.c3131 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { for_each_active_iommu()
/linux-4.4.14/include/linux/mlx4/
H A Ddevice.h1487 return is_kdump_kernel(); mlx4_low_memory_profile()
/linux-4.4.14/arch/powerpc/kernel/
H A Diommu.c614 if (!is_kdump_kernel() || is_fadump_active()) { iommu_table_clear()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Diommu.c555 if (!is_kdump_kernel()) iommu_table_setparms()
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dvisorchipset.c2296 if (is_kdump_kernel()) visorchipset_init()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2387 if (is_kdump_kernel()) { enic_kdump_kernel_config()
/linux-4.4.14/block/
H A Dblk-mq.c2289 if (is_kdump_kernel()) { blk_mq_alloc_tag_set()
/linux-4.4.14/arch/ia64/hp/common/
H A Dsba_iommu.c2113 if (is_kdump_kernel()) { sba_init()
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c3224 if (is_kdump_kernel()) { pnv_pci_init_ioda_phb()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c70 if (is_kdump_kernel()) bnx2x_calc_num_queues()
H A Dbnx2x_main.c12339 bp->disable_tpa |= is_kdump_kernel(); bnx2x_init_bp()
13794 if (is_kdump_kernel()) { bnx2x_init_one()

Completed in 1053 milliseconds