Home
last modified time | relevance | path

Searched defs:WriteBlock (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) argument
188 #define Semihost_SYS_WRITE(WriteBlock) GccSemihostCall(0x05, (UINTN)(WriteBlock)) argument
206 #define Semihost_SYS_WRITE(WriteBlock) (0) argument
DSemihostLib.c121 SEMIHOST_FILE_READ_WRITE_BLOCK WriteBlock; in SemihostFileWrite() local