Searched hist:"5 b3f39cb04fda32226e84502f858bab06d83e5c1" (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/semihosting/ |
H A D | syscalls.h | 5b3f39cb04fda32226e84502f858bab06d83e5c1 Thu Apr 28 03:44:28 CDT 2022 Richard Henderson <richard.henderson@linaro.org> semihosting: Split out semihost_sys_open
Split out the non-ARM specific portions of SYS_OPEN to a reusable function. This handles gdb and host file i/o.
Add helpers to validate the length of the filename string. Prepare for usage by other semihosting by allowing the filename length parameter to be 0, and calling strlen.
Reviewed-by: Luc Michel <lmichel@kalray.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/semihosting/ |
H A D | meson.build | diff 5b3f39cb04fda32226e84502f858bab06d83e5c1 Thu Apr 28 03:44:28 CDT 2022 Richard Henderson <richard.henderson@linaro.org> semihosting: Split out semihost_sys_open
Split out the non-ARM specific portions of SYS_OPEN to a reusable function. This handles gdb and host file i/o.
Add helpers to validate the length of the filename string. Prepare for usage by other semihosting by allowing the filename length parameter to be 0, and calling strlen.
Reviewed-by: Luc Michel <lmichel@kalray.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | guestfd.c | diff 5b3f39cb04fda32226e84502f858bab06d83e5c1 Thu Apr 28 03:44:28 CDT 2022 Richard Henderson <richard.henderson@linaro.org> semihosting: Split out semihost_sys_open
Split out the non-ARM specific portions of SYS_OPEN to a reusable function. This handles gdb and host file i/o.
Add helpers to validate the length of the filename string. Prepare for usage by other semihosting by allowing the filename length parameter to be 0, and calling strlen.
Reviewed-by: Luc Michel <lmichel@kalray.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | syscalls.c | 5b3f39cb04fda32226e84502f858bab06d83e5c1 Thu Apr 28 03:44:28 CDT 2022 Richard Henderson <richard.henderson@linaro.org> semihosting: Split out semihost_sys_open
Split out the non-ARM specific portions of SYS_OPEN to a reusable function. This handles gdb and host file i/o.
Add helpers to validate the length of the filename string. Prepare for usage by other semihosting by allowing the filename length parameter to be 0, and calling strlen.
Reviewed-by: Luc Michel <lmichel@kalray.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | arm-compat-semi.c | diff 5b3f39cb04fda32226e84502f858bab06d83e5c1 Thu Apr 28 03:44:28 CDT 2022 Richard Henderson <richard.henderson@linaro.org> semihosting: Split out semihost_sys_open
Split out the non-ARM specific portions of SYS_OPEN to a reusable function. This handles gdb and host file i/o.
Add helpers to validate the length of the filename string. Prepare for usage by other semihosting by allowing the filename length parameter to be 0, and calling strlen.
Reviewed-by: Luc Michel <lmichel@kalray.eu> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|