The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

SOC_INTEL_S1000 || XTENSA

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/xtensa/intel_s1000/Kconfig.defconfig:20

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config XTENSA_KERNEL_CPU_PTR_SR
    string
    default "EXCSAVE2" if SOC_INTEL_S1000
    depends on SOC_INTEL_S1000

At arch/xtensa/Kconfig:93

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → XTENSA Options

config XTENSA_KERNEL_CPU_PTR_SR
    string
    default "MISC0" if XTENSA
    depends on XTENSA
    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.)