Home
last modified time | relevance | path

Searched refs:StubCopy (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DPlDebugSupportIa32.c61 UINT8 *StubCopy; in CreateEntryStub() local
63 StubCopy = *Stub; in CreateEntryStub()
81 StubCopy[0x0c] = (UINT8) ExceptionType; in CreateEntryStub()
86 *(UINT32 *) &StubCopy[0x0e] = (UINT32) CommonIdtEntry - (UINT32) &StubCopy[StubSize]; in CreateEntryStub()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DPlDebugSupportX64.c63 UINT8 *StubCopy; in CreateEntryStub() local
65 StubCopy = *Stub; in CreateEntryStub()
81 StubCopy[0x1] = (UINT8) ExceptionType; in CreateEntryStub()
86 *(UINT32 *) &StubCopy[0x3] = (UINT32)((UINTN) CommonIdtEntry - (UINTN) &StubCopy[StubSize]); in CreateEntryStub()