:orphan: .. title:: XTENSA_KERNEL_CPU_PTR_SR .. option:: 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 =================== \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` || \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` || \ :option:`SOC_INTEL_S1000 ` || \ :option:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "EXCSAVE2" - "EXCSAVE2" - "EXCSAVE2" - "EXCSAVE2" - "EXCSAVE7" - "MISC0" Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config XTENSA_KERNEL_CPU_PTR_SR string default "EXCSAVE2" depends on \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` ---- At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config XTENSA_KERNEL_CPU_PTR_SR string default "EXCSAVE2" depends on \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config XTENSA_KERNEL_CPU_PTR_SR string default "EXCSAVE2" depends on \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config XTENSA_KERNEL_CPU_PTR_SR string default "EXCSAVE2" depends on \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``soc/xtensa/intel_s1000/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config XTENSA_KERNEL_CPU_PTR_SR string default "EXCSAVE7" depends on \ :option:`SOC_INTEL_S1000 ` ---- At ``arch/xtensa/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → XTENSA Options .. parsed-literal:: config XTENSA_KERNEL_CPU_PTR_SR string default "MISC0" depends on \ :option:`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.)*