:orphan: .. title:: CONFIG_X86_MFENCE_INSTRUCTION_SUPPORTED .. kconfig:: CONFIG_X86_MFENCE_INSTRUCTION_SUPPORTED CONFIG_X86_MFENCE_INSTRUCTION_SUPPORTED ####################################### *X86 MFENCE instruction supported* Type: ``bool`` Help ==== .. code-block:: none Set n to disable the use of MFENCE instruction in arch_dcache_flush() for X86 CPUs have CLFLUSH instruction but no MFENCE Direct dependencies =================== \ :kconfig:`CACHE_MANAGEMENT ` && !\ :kconfig:`X86_64 ` && \ :kconfig:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/x86/core/Kconfig.ia32:173`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/x86/Kconfig:482`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig config X86_MFENCE_INSTRUCTION_SUPPORTED bool "X86 MFENCE instruction supported" default y depends on CACHE_MANAGEMENT && !X86_64 && X86 help Set n to disable the use of MFENCE instruction in arch_dcache_flush() for X86 CPUs have CLFLUSH instruction but no MFENCE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*