Home
last modified time | relevance | path

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

/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()
/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
/qemu/tests/tcg/aarch64/system/
H A Dboot.S18 #define SYS_WRITE0 0x04 /* string to debug channel */ macro
73 mov x0, SYS_WRITE0