Home
last modified time | relevance | path

Searched refs:SYS_WRITE0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/
H A Dsemihosting.c10 #define SYS_WRITE0 0x04 macro
36 __semi_call(SYS_WRITE0, (uintptr_t) "Checking HeapInfo\n"); in main()
78 __semi_call(SYS_WRITE0, (uintptr_t) "Passed HeapInfo checks"); in main()
/openbmc/qemu/tests/tcg/arm/system/
H A Dboot.S14 #define SYS_WRITE0 0x04 /* string to debug channel */ macro
250 mov r0, #SYS_WRITE0
264 mov r0, #SYS_WRITE0
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dboot.S18 #define SYS_WRITE0 0x04 /* string to debug channel */ macro
73 mov x0, SYS_WRITE0
/openbmc/u-boot/arch/arm/lib/
H A Ddebug.S113 mov r0, #0x04 @ SYS_WRITE0
/openbmc/linux/arch/arm/kernel/
H A Ddebug.S129 mov r0, #0x04 @ SYS_WRITE0