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

  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DefaultExceptionHandler.c 45 Convert the Current Program Status Register (CPSR) to a string. The string is
50 @param Cpsr ARM CPSR register value
51 @param ReturnStr 32 byte string that contains string version of CPSR
56 IN UINT32 Cpsr,
81 if ((Cpsr & (1 << CpsrChar[Index].BIT)) != 0) {
90 switch (Cpsr & 0x1f) {
188 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"\n%a Exception PC at 0x%08x CPSR 0x%08x ",
189 gExceptionTypeString[ExceptionType], SystemContext.SystemContextArm->PC, SystemContext.SystemContextArm->CPSR);
202 CpsrString (SystemContext.SystemContextArm->CPSR, CpsrStr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 256 milliseconds