| /linux/include/linux/ |
| H A D | crash_dump.h | 57 #ifndef is_kdump_kernel 68 static inline bool is_kdump_kernel(void) in is_kdump_kernel() function 161 static inline bool is_kdump_kernel(void) { return false; } in is_kdump_kernel() function
|
| /linux/arch/powerpc/include/asm/ |
| H A D | kexec.h | 167 bool is_kdump_kernel(void); 168 #define is_kdump_kernel is_kdump_kernel macro
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls.h | 23 if (is_kdump_kernel()) in mlx5e_is_ktls_device() 65 return !is_kdump_kernel() && MLX5_CAP_GEN(mdev, tls_tx) && in mlx5e_is_ktls_tx()
|
| H A D | ktls.c | 99 if (is_kdump_kernel() || !MLX5_CAP_GEN(mdev, tls_rx) || mlx5_get_sd(mdev)) in mlx5e_is_ktls_rx()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-imc.c | 246 if (is_kdump_kernel()) { in opal_imc_counters_probe()
|
| H A D | pci-ioda.c | 2726 if (is_kdump_kernel() || pci_reset_phbs || rc) { in pnv_pci_init_ioda_phb()
|
| /linux/arch/s390/kernel/ |
| H A D | crash_dump.c | 244 bool is_kdump_kernel(void) in is_kdump_kernel() function 248 EXPORT_SYMBOL_GPL(is_kdump_kernel);
|
| /linux/drivers/watchdog/ |
| H A D | hpwdt.c | 337 if (is_kdump_kernel()) { in hpwdt_init_one()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_core.c | 260 if (is_kdump_kernel()) { in bnge_probe_one()
|
| /linux/security/integrity/ima/ |
| H A D | ima_main.c | 50 if (!is_kdump_kernel()) { in ima_setup() 1241 if (ima_disabled && is_kdump_kernel()) { in init_ima()
|
| /linux/kernel/ |
| H A D | crash_dump_dm_crypt.c | 442 if (is_kdump_kernel()) { in configfs_dmcrypt_keys_init()
|
| /linux/arch/loongarch/kernel/ |
| H A D | setup.c | 236 if (!is_kdump_kernel()) in arch_reserve_vmcore()
|
| /linux/drivers/firmware/ |
| H A D | qemu_fw_cfg.c | 589 !is_kdump_kernel()) { in fw_cfg_register_file()
|
| /linux/arch/powerpc/kernel/ |
| H A D | iommu.c | 654 if (!is_kdump_kernel() || is_fadump_active()) { in iommu_table_clear()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | params.c | 572 params->log_rq_mtu_frames = is_kdump_kernel() ? in mlx5e_init_rq_type_params()
|
| /linux/include/linux/mlx4/ |
| H A D | device.h | 1549 return is_kdump_kernel(); in mlx4_low_memory_profile()
|
| /linux/drivers/iommu/riscv/ |
| H A D | iommu.c | 1566 if (!is_kdump_kernel()) in riscv_iommu_init_check()
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi_init.c | 5266 if (is_kdump_kernel()) in pqi_calculate_io_resources() 5295 if (is_kdump_kernel()) { in pqi_calculate_queue_resources() 8341 if (is_kdump_kernel() && pqi_is_fw_triage_supported(ctrl_info)) { in pqi_ctrl_init() 8346 if (is_kdump_kernel() && sis_is_ctrl_logging_supported(ctrl_info)) { in pqi_ctrl_init() 8397 if (is_kdump_kernel()) { in pqi_ctrl_init() 8533 if (ctrl_info->ctrl_logging_supported && !is_kdump_kernel()) { in pqi_ctrl_init()
|
| /linux/drivers/hv/ |
| H A D | mshv_root_main.c | 2258 if (!hv_parent_partition() || is_kdump_kernel()) in mshv_parent_partition_init()
|
| /linux/mm/ |
| H A D | mm_init.c | 402 if (is_kdump_kernel()) { in find_zone_movable_pfns_for_nodes()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | commsup.c | 1609 if (!retval && !is_kdump_kernel()) { in _aac_reset_adapter()
|
| /linux/drivers/iommu/ |
| H A D | dma-iommu.c | 2209 if (is_kdump_kernel()) in iommu_dma_init()
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev.c | 1654 if (is_kdump_kernel()) in _sev_platform_init_locked()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 2310 (bp)->max_tpa_v2) && !is_kdump_kernel())
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_main.c | 2273 if (is_kdump_kernel()) { in enic_adjust_resources()
|