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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
X86GetInterruptState.c 43 EFlags.UintN = AsmReadEflags ();
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
X86GetInterruptState.c 37 EFlags.UintN = AsmReadEflags ();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 54 UINTN UintN;
88 UINTN UintN;
185 UINTN
188 OUT UINTN *MinimumStackSize OPTIONAL
215 IN UINTN BufferSize
244 IN UINTN StackSize
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 44 UINTN gRegisterOffsets[] = {
100 @retval UINTN, the number of entries in the gExceptionType[] array.
102 UINTN
114 @retval UINTN, the number of entries (registers) in the gRegisters[] array.
116 UINTN
121 return sizeof (gRegisterOffsets)/sizeof (UINTN);
149 UINTN *
152 IN UINTN RegNumber
157 return (UINTN *)TempPtr;
172 IN UINTN RegNumber,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 43 UINTN gRegisterOffsets[] = {
74 @retval UINTN, the number of entries in the gExceptionType[] array.
76 UINTN
88 @retval UINTN, the number of entries (registers) in the gRegisters[] array.
90 UINTN
95 return sizeof (gRegisterOffsets)/sizeof (UINTN);
121 UINTN *
124 IN UINTN RegNumber
129 return (UINTN *)TempPtr;
143 IN UINTN RegNumber,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 44 UINTN gRegisterOffsets[] = {
100 @retval UINTN, the number of entries in the gExceptionType[] array.
102 UINTN
135 UINTN *
138 IN UINTN RegNumber
143 return (UINTN *)TempPtr;
158 IN UINTN RegNumber,
162 UINTN RegSize;
187 UINTN RegNumber;
193 if ((RegNumber < 0) || (RegNumber >= sizeof (gRegisterOffsets)/sizeof (UINTN))) {
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 43 UINTN gRegisterOffsets[] = {
74 @retval UINTN, the number of entries in the gExceptionType[] array.
76 UINTN
88 @retval UINTN, the number of entries (registers) in the gRegisters[] array.
90 UINTN
95 return sizeof (gRegisterOffsets)/sizeof (UINTN);
121 UINTN *
124 IN UINTN RegNumber
129 return (UINTN *)TempPtr;
143 IN UINTN RegNumber,
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 28 IN UINTN InterruptHandler
31 IdtEntry->Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
32 IdtEntry->Bits.OffsetHigh = (UINT16)((UINTN)InterruptHandler >> 16);
42 UINTN
47 return (UINTN)IdtEntry->Bits.OffsetLow + (((UINTN)IdtEntry->Bits.OffsetHigh) << 16);
59 IN UINTN ExceptionType,
74 Eflags.UintN = SystemContext.SystemContextIa32->Eflags;
76 SystemContext.SystemContextIa32->Eflags = Eflags.UintN;
80 SystemContext.SystemContextIa32->Eip = (UINTN) mReservedVectors[ExceptionType].HookAfterStubHeaderCode;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 27 IN UINTN InterruptHandler
30 IdtEntry->Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
31 IdtEntry->Bits.OffsetHigh = (UINT16)((UINTN)InterruptHandler >> 16);
32 IdtEntry->Bits.OffsetUpper = (UINT32)((UINTN)InterruptHandler >> 32);
42 UINTN
47 return IdtEntry->Bits.OffsetLow + (((UINTN) IdtEntry->Bits.OffsetHigh) << 16) +
48 (((UINTN) IdtEntry->Bits.OffsetUpper) << 32);
59 IN UINTN ExceptionType,
76 Eflags.UintN = SystemContext.SystemContextX64->Rflags;
78 SystemContext.SystemContextX64->Rflags = Eflags.UintN;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 116 // Signature UINTN: The identity of the serial device
122 UINTN Signature;
160 UINTN UintN;
192 UINTN UintN;
228 extern UINTN gRegisterOffsets[];
233 @retval UINTN, the number of entries in the gExceptionType[] array.
235 UINTN
244 @retval UINTN, the number of entries (registers) in the gRegisters[] array.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 128 UINTN UintN;
160 UINTN UintN;
190 @retval UINTN, the number of entries in the gExceptionType[] array.
192 UINTN
229 @retval UINTN that corresponds to EFIExceptionType's GDB exception type number
250 @param Char - the hex character to be converted into UINTN
510 UINTN
532 UINTN
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
Thunk.c 113 IN UINTN StackSize
172 IN UINTN StackSize
175 UINTN Status;
200 CopyMem (&(ThunkRegSet.E.EFLAGS.UintN), &(Regs->X.Flags), sizeof (Regs->X.Flags));
235 UINTN Vector;
236 UINTN Count;
270 ThunkRegSet.E.SS = (UINT16) (((UINTN) Stack16 >> 16) << 12);
271 ThunkRegSet.E.ESP = (UINT16) (UINTN) Stack16;
293 UINTN EbdaBaseAddress;
294 UINTN ReservedEbdaBaseAddress;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 75 typedef volatile UINTN SPIN_LOCK;
249 IN UINTN Length
270 UINTN
295 UINTN
375 IN UINTN Length
462 IN UINTN Length
500 type UINTN.
502 This function returns a value of type UINTN by interpreting the contents
521 to the range defined by UINTN, then ASSERT().
529 @retval UINTN
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 201 UINTN
205 IN UINTN MaxSize
235 IN UINTN DestMax,
269 IN UINTN DestMax,
271 IN UINTN Length
304 IN UINTN DestMax,
341 IN UINTN DestMax,
343 IN UINTN Length
358 UINTN
362 IN UINTN MaxSize
    [all...]

Completed in 2683 milliseconds