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_APL_ADSP || SOC_INTEL_S1000 || XTENSA

(Includes any dependencies from ifs and menus.)

Defaults

  • “EXCSAVE2”

  • “EXCSAVE7”

  • “MISC0”

Kconfig definitions

At <Zephyr>/soc/xtensa/intel_apl_adsp/Kconfig.defconfig:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config XTENSA_KERNEL_CPU_PTR_SR
    string
    default "EXCSAVE2"
    depends on SOC_INTEL_APL_ADSP

At <Zephyr>/soc/xtensa/intel_s1000/Kconfig.defconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config XTENSA_KERNEL_CPU_PTR_SR
    string
    default "EXCSAVE7"
    depends on SOC_INTEL_S1000

At <Zephyr>/arch/xtensa/Kconfig:58

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → XTENSA Options

config XTENSA_KERNEL_CPU_PTR_SR
    string
    default "MISC0"
    depends on XTENSA
    help
      Specify which special register to store the pointer to
      _kernel.cpus[] for the current CPU.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)