HomeSort by relevance Sort by last modified time
    Searched refs:SystemBlock (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostLib.c 307 SEMIHOST_SYSTEM_BLOCK SystemBlock;
309 SystemBlock.CommandLine = CommandLine;
310 SystemBlock.CommandLength = AsciiStrLen(CommandLine);
312 return Semihost_SYS_SYSTEM(&SystemBlock);
SemihostPrivate.h 157 IN SEMIHOST_SYSTEM_BLOCK *SystemBlock
172 #define Semihost_SYS_SYSTEM(SystemBlock) _Semihost_SYS_SYSTEM(0x12, SystemBlock)
196 #define Semihost_SYS_SYSTEM(SystemBlock) GccSemihostCall(0x12, (UINTN)(SystemBlock))
214 #define Semihost_SYS_SYSTEM(SystemBlock) (-1)

Completed in 50 milliseconds