Home
last modified time | relevance | path

Searched refs:semihost_instr (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/arch/common/
Dsemihost.h27 enum semihost_instr { enum
114 long semihost_exec(enum semihost_instr instr, void *args);
/Zephyr-latest/arch/arm64/core/
Dsemihost.c10 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
/Zephyr-latest/arch/arm/core/cortex_m/
Dsemihost.c10 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
/Zephyr-latest/arch/riscv/core/
Dsemihost.c21 long __aligned(16) semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsemihost.c15 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst59 in :c:enum:`semihost_instr`. For complete documentation on the required