/linux-4.4.14/include/linux/ |
D | kconfig.h | 20 #define config_enabled(cfg) _config_enabled(cfg) macro 30 #define IS_BUILTIN(option) config_enabled(option) 36 #define IS_MODULE(option) config_enabled(option##_MODULE) 44 #define IS_REACHABLE(option) (config_enabled(option) || \ 45 (config_enabled(option##_MODULE) && config_enabled(MODULE)))
|
D | ww_mutex.h | 176 if (!config_enabled(CONFIG_PROVE_LOCKING)) in ww_acquire_fini() 183 if (!config_enabled(CONFIG_DEBUG_LOCK_ALLOC)) in ww_acquire_fini()
|
D | virtio.h | 99 bool config_enabled; member
|
D | fence.h | 358 if (config_enabled(CONFIG_FENCE_TRACE)) \
|
/linux-4.4.14/arch/x86/include/asm/fpu/ |
D | internal.h | 135 if (config_enabled(CONFIG_X86_32)) in copy_fxregs_to_user() 137 else if (config_enabled(CONFIG_AS_FXSAVEQ)) in copy_fxregs_to_user() 148 if (config_enabled(CONFIG_X86_32)) { in copy_kernel_to_fxregs() 151 if (config_enabled(CONFIG_AS_FXSAVEQ)) { in copy_kernel_to_fxregs() 164 if (config_enabled(CONFIG_X86_32)) in copy_user_to_fxregs() 166 else if (config_enabled(CONFIG_AS_FXSAVEQ)) in copy_user_to_fxregs() 188 if (config_enabled(CONFIG_X86_32)) in copy_fxregs_to_kernel() 190 else if (config_enabled(CONFIG_AS_FXSAVEQ)) in copy_fxregs_to_kernel()
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
D | signal.c | 159 ia32_fxstate &= (config_enabled(CONFIG_X86_32) || in copy_fpstate_to_sigframe() 160 config_enabled(CONFIG_IA32_EMULATION)); in copy_fpstate_to_sigframe() 257 ia32_fxstate &= (config_enabled(CONFIG_X86_32) || in __fpu__restore_sig() 258 config_enabled(CONFIG_IA32_EMULATION)); in __fpu__restore_sig() 395 if (config_enabled(CONFIG_IA32_EMULATION) || in fpu__init_prepare_fx_sw_frame() 396 config_enabled(CONFIG_X86_32)) { in fpu__init_prepare_fx_sw_frame()
|
/linux-4.4.14/arch/mips/kernel/ |
D | cpu-bugs64.c | 247 int daddiu_bug = config_enabled(CONFIG_CPU_MIPSR6) ? 0 : -1; 317 if (!config_enabled(CONFIG_CPU_MIPSR6)) { in check_bugs64_early() 325 if (!config_enabled(CONFIG_CPU_MIPSR6)) in check_bugs64()
|
D | mips-r2-to-r6-emul.c | 87 if (config_enabled(CONFIG_32BIT)) in mipsr6_emul() 146 if (config_enabled(CONFIG_32BIT) || MIPSInst_RS(ir)) in mipsr6_emul() 155 if (config_enabled(CONFIG_32BIT) || MIPSInst_RS(ir)) in mipsr6_emul() 164 if (config_enabled(CONFIG_32BIT) || MIPSInst_FD(ir)) in mipsr6_emul() 173 if (config_enabled(CONFIG_32BIT) || MIPSInst_FD(ir)) in mipsr6_emul() 501 if (config_enabled(CONFIG_32BIT)) in dmult_func() 533 if (config_enabled(CONFIG_32BIT)) in dmultu_func() 564 if (config_enabled(CONFIG_32BIT)) in ddiv_func() 589 if (config_enabled(CONFIG_32BIT)) in ddivu_func() 828 if (config_enabled(CONFIG_32BIT)) in dclz_func() [all …]
|
D | elf.c | 131 if (!config_enabled(CONFIG_MIPS_O32_FP64_SUPPORT)) in arch_check_elf() 240 if (!config_enabled(CONFIG_MIPS_O32_FP64_SUPPORT)) in mips_set_personality_fp()
|
D | signal.c | 168 BUG_ON(config_enabled(CONFIG_EVA)); in save_msa_extcontext() 198 if (!config_enabled(CONFIG_CPU_HAS_MSA)) in restore_msa_extcontext() 218 BUG_ON(config_enabled(CONFIG_EVA)); in restore_msa_extcontext() 318 if (config_enabled(CONFIG_EVA)) in protected_save_fp_context() 381 if (config_enabled(CONFIG_EVA)) in protected_restore_fp_context()
|
D | unaligned.c | 1028 if (config_enabled(CONFIG_EVA)) { in emulate_load_store_insn() 1047 if (config_enabled(CONFIG_EVA)) { in emulate_load_store_insn() 1066 if (config_enabled(CONFIG_EVA)) { in emulate_load_store_insn() 1134 if (config_enabled(CONFIG_EVA)) { in emulate_load_store_insn() 1154 if (config_enabled(CONFIG_EVA)) { in emulate_load_store_insn()
|
D | pm-cps.c | 151 if (config_enabled(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) { in cps_pm_enter_state() 383 if (config_enabled(CONFIG_CPU_PM) && state == CPS_PM_POWER_GATED) { in cps_gen_entry_code()
|
D | mips-cm.c | 254 mips_cm_is64 = config_enabled(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3); in mips_cm_probe()
|
D | smp-cps.c | 38 if (!config_enabled(CONFIG_MIPS_MT_SMP) || !cpu_has_mipsmt) in core_vpe_count()
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | malta-dtshim.c | 34 if (config_enabled(CONFIG_EVA)) { in gen_fdt_mem_array() 85 if (config_enabled(CONFIG_CPU_BIG_ENDIAN)) { in append_memory()
|
D | malta-memory.c | 35 bool eva = config_enabled(CONFIG_EVA); in fw_meminit()
|
D | malta-setup.c | 259 if (config_enabled(CONFIG_EVA)) in plat_mem_setup()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio.c | 132 if (!dev->config_enabled) in __virtio_config_changed() 151 dev->config_enabled = false; in virtio_config_disable() 158 dev->config_enabled = true; in virtio_config_enable() 311 dev->config_enabled = false; in register_virtio_device()
|
/linux-4.4.14/arch/x86/kernel/ |
D | signal.c | 115 err |= fpu__restore_sig(buf, config_enabled(CONFIG_X86_32)); in restore_sigcontext() 213 if (config_enabled(CONFIG_X86_64)) in get_sigframe() 221 } else if (config_enabled(CONFIG_X86_32) && in get_sigframe() 231 sp = fpu__alloc_mathframe(sp, config_enabled(CONFIG_X86_32), in get_sigframe() 597 return config_enabled(CONFIG_IA32_EMULATION) && in is_ia32_compat_frame() 603 return config_enabled(CONFIG_X86_32) || is_ia32_compat_frame(); in is_ia32_frame() 608 return config_enabled(CONFIG_X86_X32_ABI) && test_thread_flag(TIF_X32); in is_x32_frame()
|
/linux-4.4.14/arch/mips/jz4740/ |
D | setup.c | 86 if (config_enabled(CONFIG_MACH_JZ4780)) in get_system_type()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | syscall.h | 102 if ((config_enabled(CONFIG_32BIT) || in syscall_get_arguments()
|
D | uaccess.h | 91 if (!config_enabled(CONFIG_EVA)) in eva_kernel_access()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | elf.h | 347 return config_enabled(CONFIG_X86_32) || in mmap_is_ia32() 348 (config_enabled(CONFIG_COMPAT) && in mmap_is_ia32()
|
D | mmu_context.h | 238 return !config_enabled(CONFIG_IA32_EMULATION) || in is_64bit_mm()
|
/linux-4.4.14/kernel/ |
D | seccomp.c | 350 const bool save_orig = config_enabled(CONFIG_CHECKPOINT_RESTORE); in seccomp_prepare_filter() 552 if (config_enabled(CONFIG_CHECKPOINT_RESTORE) && in secure_computing_strict() 657 if (config_enabled(CONFIG_CHECKPOINT_RESTORE) && in seccomp_phase1()
|
D | ptrace.c | 583 if (!config_enabled(CONFIG_CHECKPOINT_RESTORE) || in ptrace_setoptions() 584 !config_enabled(CONFIG_SECCOMP)) in ptrace_setoptions()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | thermal.c | 195 if (!config_enabled(CONFIG_HWMON)) in ath10k_thermal_register()
|
D | debug.c | 157 config_enabled(CONFIG_ATH10K_DEBUG), in ath10k_print_driver_info() 158 config_enabled(CONFIG_ATH10K_DEBUGFS), in ath10k_print_driver_info() 159 config_enabled(CONFIG_ATH10K_TRACING), in ath10k_print_driver_info() 160 config_enabled(CONFIG_ATH10K_DFS_CERTIFIED), in ath10k_print_driver_info() 161 config_enabled(CONFIG_NL80211_TESTMODE)); in ath10k_print_driver_info() 2168 if (config_enabled(CONFIG_ATH10K_DFS_CERTIFIED)) { in ath10k_debug_register()
|
D | mac.c | 2940 if (config_enabled(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector) { in ath10k_regd_update() 2969 if (config_enabled(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector) { in ath10k_reg_notifier() 7326 if (config_enabled(CONFIG_ATH10K_DFS_CERTIFIED)) { in ath10k_mac_register() 7365 if (config_enabled(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector) in ath10k_mac_register() 7380 if (config_enabled(CONFIG_ATH10K_DFS_CERTIFIED) && ar->dfs_detector) in ath10k_mac_unregister()
|
D | wmi.c | 3541 if (!config_enabled(CONFIG_ATH10K_DFS_CERTIFIED)) in ath10k_wmi_event_dfs()
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | regd.c | 119 if (config_enabled(CONFIG_ATH_REG_DYNAMIC_USER_CERT_TESTING)) in dynamic_country_user_possible() 191 if (!config_enabled(CONFIG_ATH_REG_DYNAMIC_USER_REG_HINTS)) in ath_reg_dyn_country_user_allow()
|
D | dfs_pattern_detector.c | 355 if (!config_enabled(CONFIG_CFG80211_CERTIFICATION_ONUS)) in dfs_pattern_detector_init()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | common-spectral.c | 734 if (config_enabled(CONFIG_ATH9K_TX99)) in ath9k_cmn_spectral_scan_trigger() 809 if (config_enabled(CONFIG_ATH9K_TX99)) in write_file_spec_scan_ctl() 1075 if (config_enabled(CONFIG_ATH9K_DEBUGFS)) { in ath9k_cmn_spectral_deinit_debug()
|
D | main.c | 1243 if (config_enabled(CONFIG_ATH9K_TX99)) { in ath9k_add_interface() 1290 if (config_enabled(CONFIG_ATH9K_TX99)) { in ath9k_change_interface() 1350 if (config_enabled(CONFIG_ATH9K_TX99)) in ath9k_enable_ps() 1369 if (config_enabled(CONFIG_ATH9K_TX99)) in ath9k_disable_ps() 1925 if (config_enabled(CONFIG_ATH9K_TX99)) in ath9k_get_survey() 1975 if (config_enabled(CONFIG_ATH9K_TX99)) in ath9k_set_coverage_class()
|
D | recv.c | 380 if (config_enabled(CONFIG_ATH9K_TX99)) in ath_calcrxfilter()
|
D | init.c | 857 if (!config_enabled(CONFIG_ATH9K_TX99)) { in ath9k_set_hw_capab()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | opregion.c | 166 if (config_enabled(CONFIG_BACKLIGHT_CLASS_DEVICE)) { in asle_set_backlight()
|
/linux-4.4.14/drivers/tty/serial/ |
D | ar933x_uart.c | 57 return config_enabled(CONFIG_SERIAL_AR933X_CONSOLE); in ar933x_uart_console_enabled() 639 if (config_enabled(CONFIG_OF) && np) { in ar933x_uart_probe()
|
/linux-4.4.14/arch/mips/math-emu/ |
D | cp1emu.c | 787 if (config_enabled(CONFIG_64BIT) && !config_enabled(CONFIG_MIPS32_O32)) in cop1_64bit() 789 else if (config_enabled(CONFIG_32BIT) && in cop1_64bit() 790 !config_enabled(CONFIG_MIPS_O32_FP64_SUPPORT)) in cop1_64bit()
|
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit.c | 429 if (config_enabled(CONFIG_64BIT)) { in emit_load_func() 519 unsigned int align = config_enabled(CONFIG_64BIT) ? 16 : 8; in align_sp()
|
/linux-4.4.14/include/asm-generic/ |
D | vmlinux.lds.h | 167 #define OF_TABLE(cfg, name) __OF_TABLE(config_enabled(cfg), name)
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | vector.c | 524 if (!config_enabled(CONFIG_SMP)) in apic_set_affinity()
|
D | apic.c | 142 if (config_enabled(CONFIG_X86_32) && !arg) in parse_lapic()
|
/linux-4.4.14/net/wireless/ |
D | chan.c | 718 if (!config_enabled(CONFIG_CFG80211_REG_RELAX_NO_IR) || in cfg80211_ir_permissive_chan()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-mips-gic.c | 336 if (!config_enabled(CONFIG_64BIT) || mips_cm_is64) in gic_handle_shared_int()
|
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 1015 if (config_enabled(CONFIG_PHYS_ADDR_T_64BIT) && !cpu_has_64bits) { in build_update_entries() 2316 if (config_enabled(CONFIG_64BITS) || (read_c0_pagegrain() & PG_ELPA)) in config_htw_params()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3873 if (config_enabled(CONFIG_ATH6KL_REGDOMAIN) && in ath6kl_cfg80211_init()
|