HomeSort by relevance Sort by last modified time
    Searched defs:VectorNum (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
IdtVectorAsm.S 32 .byte 0x6a # push #VectorNum
33 VectorNum:
49 movb %al, (VectorNum - VectorTemplateBase)(%ecx)
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 45 db 6ah ; push #VectorNum
46 db ($ - AsmIdtVectorBegin) / ((AsmIdtVectorEnd - AsmIdtVectorBegin) / 32) ; VectorNum
55 VectorNum:
459 ; AsmVectorNumFixup (*NewVectorAddr, VectorNum, *OldVectorAddr);
464 mov [ecx + (VectorNum - HookAfterStubBegin)], al
ExceptionHandlerAsm.S 37 .byte 0x6a # push #VectorNum
44 .byte 0x6a # push #VectorNum
51 .byte 0x6a # push #VectorNum
58 .byte 0x6a # push #VectorNum
65 .byte 0x6a # push #VectorNum
72 .byte 0x6a # push #VectorNum
79 .byte 0x6a # push #VectorNum
86 .byte 0x6a # push #VectorNum
93 .byte 0x6a # push #VectorNum
100 .byte 0x6a # push #VectorNum
    [all...]

Completed in 182 milliseconds