-
CONFIG_SJLI_TABLE_SIZE
¶
SJLI table size
Type: int
Help¶
The size of sjli (Secure Jump and Link Indexed) table. The code in normal mode call secure services in secure mode through sjli instruction.
Default¶
8
Kconfig definition¶
At <Zephyr>/arch/arc/Kconfig:227
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → ARC Options → ARCv2 Family Options
config SJLI_TABLE_SIZE int "SJLI table size" default 8 depends onARC_SECURE_FIRMWARE
&&ARC
help The size of sjli (Secure Jump and Link Indexed) table. The code in normal mode call secure services in secure mode through sjli instruction.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)