Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcInt.h52 #define VM_STACK_KEY_VALUE 0xDEADBEEF macro
DEbcExecute.c1439 if (*VmPtr->StackMagicPtr != (UINTN) VM_STACK_KEY_VALUE) { in EbcExecute()
1511 if ((StackCorrupted == 0) && (*VmPtr->StackMagicPtr != (UINTN) VM_STACK_KEY_VALUE)) { in EbcExecute()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcSupport.c223 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) VM_STACK_KEY_VALUE; in EbcInterpret()
357 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) VM_STACK_KEY_VALUE; in ExecuteEbcImageEntryPoint()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcSupport.c276 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) VM_STACK_KEY_VALUE; in EbcInterpret()
413 *(UINTN *) (UINTN) (VmContext.Gpr[0]) = (UINTN) VM_STACK_KEY_VALUE; in ExecuteEbcImageEntryPoint()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
DEbcSupport.c186 PushU64 (&VmContext, (UINT64) VM_STACK_KEY_VALUE); in EbcInterpret()
297 PushU64 (&VmContext, (UINT64) VM_STACK_KEY_VALUE); in ExecuteEbcImageEntryPoint()