Home
last modified time | relevance | path

Searched refs:HookAfterStubHeaderEnd (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
DExceptionHandlerAsm.S26 ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd)
266 .byte 0xB8 # movl ASM_PFX(HookAfterStubHeaderEnd), %eax
267 .long ASM_PFX(HookAfterStubHeaderEnd)
269 ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd)
270 ASM_PFX(HookAfterStubHeaderEnd):
DExceptionHandlerAsm.asm58 mov eax, HookAfterStubHeaderEnd
60 HookAfterStubHeaderEnd: label
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
DExceptionHandlerAsm.S81 .byte 0xe9 # jmp ASM_PFX(HookAfterStubHeaderEnd)
83 .set HOOK_ADDRESS, ASM_PFX(HookAfterStubHeaderEnd) - . - 4
85 ASM_GLOBAL ASM_PFX(HookAfterStubHeaderEnd)
86 ASM_PFX(HookAfterStubHeaderEnd):
397 .set ENTRY_SIZE, ASM_PFX(HookAfterStubHeaderEnd) - HookAfterStubHeaderBegin
DExceptionHandlerAsm.asm52 mov rax, HookAfterStubHeaderEnd
54 HookAfterStubHeaderEnd: label