Home
last modified time | relevance | path

Searched refs:Semihost_SYS_WRITE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
DSemihostPrivate.h164 #define Semihost_SYS_WRITE(WriteBlock) _Semihost_SYS_WRITE(0x05, WriteBlock) macro
188 #define Semihost_SYS_WRITE(WriteBlock) GccSemihostCall(0x05, (UINTN)(WriteBlock)) macro
206 #define Semihost_SYS_WRITE(WriteBlock) (0) macro
DSemihostLib.c131 *Length = Semihost_SYS_WRITE(&WriteBlock); in SemihostFileWrite()