Home
last modified time | relevance | path

Searched refs:semihost_exec (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/arch/common/
Dsemihost.c53 return (char)semihost_exec(SEMIHOST_READC, &args); in semihost_poll_in()
59 (void)semihost_exec(SEMIHOST_WRITEC, &c); in semihost_poll_out()
70 return semihost_exec(SEMIHOST_OPEN, &args); in semihost_open()
79 return semihost_exec(SEMIHOST_CLOSE, &args); in semihost_close()
88 return semihost_exec(SEMIHOST_FLEN, &args); in semihost_flen()
98 return semihost_exec(SEMIHOST_SEEK, &args); in semihost_seek()
110 ret = semihost_exec(SEMIHOST_READ, &args); in semihost_read()
130 return semihost_exec(SEMIHOST_WRITE, &args); in semihost_write()
/Zephyr-latest/arch/arm64/core/
Dsemihost.c10 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec() function
/Zephyr-latest/arch/arm/core/cortex_m/
Dsemihost.c10 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec() function
/Zephyr-latest/arch/riscv/core/
Dsemihost.c21 long __aligned(16) semihost_exec(enum semihost_instr instr, void *args) in semihost_exec() function
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsemihost.c15 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec() function
/Zephyr-latest/include/zephyr/arch/common/
Dsemihost.h114 long semihost_exec(enum semihost_instr instr, void *args);
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst58 directly with :c:func:`semihost_exec` with one of the instructions defined
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst286 * :c:func:`semihost_exec` function is now aligned at 16-byte boundary.