Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
DSemihostPrivate.h101 IN OUT SEMIHOST_FILE_READ_WRITE_BLOCK *WriteBlock
164 #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
127 WriteBlock.Handle = FileHandle; in SemihostFileWrite()
128 WriteBlock.Buffer = Buffer; in SemihostFileWrite()
129 WriteBlock.Length = *Length; in SemihostFileWrite()
131 *Length = Semihost_SYS_WRITE(&WriteBlock); in SemihostFileWrite()