-
CONFIG_XTENSA_KERNEL_CPU_PTR_SR
¶
(No prompt – not directly user assignable.)
Type: string
Help¶
Specify which special register to store the pointer to _kernel.cpus[] for the current CPU.
Defaults¶
- “EXCSAVE2” if
SOC_INTEL_S1000
- “MISC0” if
XTENSA
Kconfig definitions¶
At soc/xtensa/intel_s1000/Kconfig.defconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config XTENSA_KERNEL_CPU_PTR_SR string default "EXCSAVE2" ifSOC_INTEL_S1000
depends onSOC_INTEL_S1000
At arch/xtensa/Kconfig:93
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → XTENSA Options
config XTENSA_KERNEL_CPU_PTR_SR string default "MISC0" ifXTENSA
depends onXTENSA
help Specify which special register to store the pointer to _kernel.cpus[] for the current CPU.
(Definitions include propagated dependencies, including from if’s and menus.)