| /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/drivers/tee/optee/ |
| H A D | core.c | 236 if (is_kdump_kernel()) in optee_core_init()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-imc.c | 245 if (is_kdump_kernel()) { in opal_imc_counters_probe()
|
| /linux/drivers/iommu/amd/ |
| H A D | init.c | 409 if (is_kdump_kernel()) in iommu_set_device_table() 652 if (is_kdump_kernel()) in free_dev_table() 821 if (!is_kdump_kernel()) { in iommu_enable_command_buffer() 881 if (!is_kdump_kernel()) { in iommu_enable_event_buffer() 1036 if (is_kdump_kernel()) { in alloc_iommu_buffers() 1092 if (is_kdump_kernel()) { in free_iommu_buffers() 1964 if (translation_pre_enabled(iommu) && !is_kdump_kernel()) { in init_iommu_one_late() 3269 if (!is_kdump_kernel() || amd_iommu_disabled) in early_amd_iommu_init()
|
| /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/net/ethernet/broadcom/bnge/ |
| H A D | bnge_core.c | 260 if (is_kdump_kernel()) { in bnge_probe_one()
|
| H A D | bnge_rmem.c | 353 if (bnge_is_roce_en(bd) && !is_kdump_kernel()) { in bnge_alloc_ctx_mem()
|
| /linux/security/integrity/ima/ |
| H A D | ima_main.c | 50 if (!is_kdump_kernel()) { in ima_setup() 1245 if (ima_disabled && is_kdump_kernel()) { in init_ima()
|
| /linux/kernel/ |
| H A D | crash_dump_dm_crypt.c | 451 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/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 186 return is_kdump_kernel() ? in mlx5e_get_max_num_channels() 1247 return !is_kdump_kernel() && in mlx5e_tx_mpwqe_supported()
|
| /linux/drivers/firmware/ |
| H A D | qemu_fw_cfg.c | 589 !is_kdump_kernel()) { in fw_cfg_register_file()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 1145 if (cxgb4_dcb_enabled(dev) && !is_kdump_kernel()) { in cxgb_select_queue() 4035 if (is_kdump_kernel() || in adap_config_hma() 4771 is_kdump_kernel() ? MASTER_MUST : MASTER_MAY, &state); in adap_init0() 5652 if (is_kdump_kernel() || (is_uld(adap) && t4_uld_mem_alloc(adap))) { in cfg_queues() 5719 if (is_kdump_kernel()) { in cfg_queues() 6705 if (is_kdump_kernel()) { in init_one()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 608 if (!is_kdump_kernel()) in iommu_table_setparms() 1813 if (is_kdump_kernel()) in spapr_tce_init_table_group()
|
| /linux/arch/powerpc/kernel/ |
| H A D | iommu.c | 654 if (!is_kdump_kernel() || is_fadump_active()) { in iommu_table_clear()
|
| /linux/drivers/iommu/intel/ |
| H A D | irq_remapping.c | 588 if (!is_kdump_kernel()) { in intel_setup_irq_remapping()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_main.c | 939 if (is_kdump_kernel()) { in qed_slowpath_setup_int() 1319 drv_load_params.is_crash_kernel = is_kdump_kernel(); in qed_slowpath_start()
|
| /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 | 5271 if (is_kdump_kernel()) in pqi_calculate_io_resources() 5300 if (is_kdump_kernel()) { in pqi_calculate_queue_resources() 8347 if (is_kdump_kernel() && pqi_is_fw_triage_supported(ctrl_info)) { in pqi_ctrl_init() 8352 if (is_kdump_kernel() && sis_is_ctrl_logging_supported(ctrl_info)) { in pqi_ctrl_init() 8403 if (is_kdump_kernel()) { in pqi_ctrl_init() 8539 if (ctrl_info->ctrl_logging_supported && !is_kdump_kernel()) { in pqi_ctrl_init()
|
| /linux/mm/ |
| H A D | mm_init.c | 402 if (is_kdump_kernel()) { in find_zone_movable_pfns_for_nodes()
|
| /linux/drivers/hv/ |
| H A D | mshv_root_main.c | 2274 if (!hv_parent_partition() || is_kdump_kernel()) in mshv_parent_partition_init()
|