-
CONFIG_CACHE_LINE_SIZE
¶
Cache line size
Cache line size
Type: int
Help¶
Size in bytes of a CPU d-cache line.
Detect automatically at runtime by selecting CACHE_LINE_SIZE_DETECT.
Help¶
Size in bytes of a CPU cache line.
Detect automatically at runtime by selecting CACHE_LINE_SIZE_DETECT.
Kconfig definitions¶
At arch/arc/Kconfig:294
Included via Kconfig:8
→ Kconfig.zephyr:34
→ arch/Kconfig:12
Menu path: (Top) → ARC Options → ARCv2 Family Options
config CACHE_LINE_SIZE int "Cache line size" if !CACHE_LINE_SIZE_DETECT
default 32 depends onARC
help Size in bytes of a CPU d-cache line. Detect automatically at runtime by selecting CACHE_LINE_SIZE_DETECT.
At arch/x86/core/Kconfig.ia32:144
Included via Kconfig:8
→ Kconfig.zephyr:34
→ arch/Kconfig:12
→ arch/x86/Kconfig:279
Menu path: (Top) → X86 Architecture Options → Processor Capabilities
config CACHE_LINE_SIZE int "Cache line size" if !CACHE_LINE_SIZE_DETECT
default 64 ifCPU_ATOM
default 0 depends on !X86_64
&&X86
help Size in bytes of a CPU cache line. Detect automatically at runtime by selecting CACHE_LINE_SIZE_DETECT.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)