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

  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 374 SystemContext.SystemContextIa32->Eflags |= TF_BIT; //Setting the TF bit.
388 SystemContext.SystemContextIa32->Eflags &= ~TF_BIT; // clearing the TF bit.
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 343 SystemContext.SystemContextX64->Rflags |= TF_BIT; //Setting the TF bit.
358 SystemContext.SystemContextX64->Rflags &= ~TF_BIT; // clearing the TF bit.
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 343 SystemContext.SystemContextX64->Rflags |= TF_BIT; //Setting the TF bit.
358 SystemContext.SystemContextX64->Rflags &= ~TF_BIT; // clearing the TF bit.
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 56 #define TF_BIT 0x00000100
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 53 #define TF_BIT 0x00000100

Completed in 132 milliseconds