Lines Matching +full:cs +full:- +full:number
6 * SPDX-License-Identifier: GPL-2.0-or-later
16 * @cs: CPUState
21 * block if no data is available we suspend the CPU and will re-execute the
24 * - CPUState is synchronized before calling this function
25 * - pc is only updated once the character is successfully returned
27 * Returns: number of characters read, OR cpu_loop_exit!
29 int qemu_semihosting_console_read(CPUState *cs, void *buf, int len);
38 * Returns: number of bytes written -- this should only ever be short
45 * @cs: CPUState
47 * If no data is available we suspend the CPU and will re-execute the
50 void qemu_semihosting_console_block_until_ready(CPUState *cs);