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 32 // is meant to hold the string rendering of the CPSR.
49 Convert the Current Program Status Register (CPSR) to a string. The string is
54 @param Cpsr ARM CPSR register value
56 version of CPSR
61 IN UINT32 Cpsr,
86 if ((Cpsr & (1 << CpsrChar[Index].BIT)) != 0) {
95 switch (Cpsr & 0x1f) {
195 CharCount = AsciiSPrint (Buffer,sizeof (Buffer),"\n%a Exception PC at 0x%08x CPSR 0x%08x ",
196 gExceptionTypeString[ExceptionType], SystemContext.SystemContextArm->PC, SystemContext.SystemContextArm->CPSR);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 72 milliseconds