Home
last modified time | relevance | path

Searched refs:TF_BIT (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
DProcessor.c343 SystemContext.SystemContextX64->Rflags |= TF_BIT; //Setting the TF bit. in AddSingleStep()
358 SystemContext.SystemContextX64->Rflags &= ~TF_BIT; // clearing the TF bit. in RemoveSingleStep()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
DProcessor.c343 SystemContext.SystemContextX64->Rflags |= TF_BIT; //Setting the TF bit. in AddSingleStep()
358 SystemContext.SystemContextX64->Rflags &= ~TF_BIT; // clearing the TF bit. in RemoveSingleStep()
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
DProcessor.c374 SystemContext.SystemContextIa32->Eflags |= TF_BIT; //Setting the TF bit. in AddSingleStep()
388 SystemContext.SystemContextIa32->Eflags &= ~TF_BIT; // clearing the TF bit. in RemoveSingleStep()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
DGdbDebugAgent.h53 #define TF_BIT 0x00000100 macro
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStubInternal.h56 #define TF_BIT 0x00000100 macro