Home
last modified time | relevance | path

Searched refs:soc_context (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/soc/telink/tlsr/tlsr951x/
Dsoc_context.h22 #define SOC_ESF_THREAD_INIT(soc_context) \ argument
23 (soc_context)->mxstatus = 0; \
24 (soc_context)->ucode = 0
33 #define SOC_ESF_THREAD_INIT(soc_context) \ argument
34 (soc_context)->mxstatus = 0
44 #define SOC_ESF_THREAD_INIT(soc_context) \ argument
45 (soc_context)->ucode = 0
/Zephyr-latest/soc/nordic/common/vpr/
DCMakeLists.txt6 zephyr_library_sources(soc_context.S soc_idle.c soc_init.c)
Dsoc_isr_stacking.h24 struct soc_esf soc_context; \
47 struct soc_esf soc_context; \
/Zephyr-latest/include/zephyr/arch/riscv/
Dexception.h95 struct soc_esf soc_context; member
/Zephyr-latest/arch/riscv/core/offsets/
Doffsets.c126 GEN_OFFSET_STRUCT(arch_esf, soc_context);
/Zephyr-latest/arch/riscv/core/
Dthread.c106 stack_init->soc_context = soc_esf_init; in arch_new_thread()
/Zephyr-latest/arch/riscv/
DKconfig172 soc_context.h header which defines the following macros: