Searched refs:semihost_exec (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/arch/common/ |
D | semihost.c | 53 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/ |
D | semihost.c | 10 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec() function
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | semihost.c | 10 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec() function
|
/Zephyr-latest/arch/riscv/core/ |
D | semihost.c | 21 long __aligned(16) semihost_exec(enum semihost_instr instr, void *args) in semihost_exec() function
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | semihost.c | 15 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec() function
|
/Zephyr-latest/include/zephyr/arch/common/ |
D | semihost.h | 114 long semihost_exec(enum semihost_instr instr, void *args);
|
/Zephyr-latest/doc/hardware/arch/ |
D | semihost.rst | 58 directly with :c:func:`semihost_exec` with one of the instructions defined
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 286 * :c:func:`semihost_exec` function is now aligned at 16-byte boundary.
|