Searched refs:get (Results 1 - 25 of 385) sorted by last modified time

1234567891011>>

/device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
H A Dfpu_rmode.asm35 mov eax, [rsp + 8] ; get the saved FPU Control Word
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/Ia32/
H A DMpFuncs.asm232 ; since the other CPU already get the data it want, leave this procedure
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/X64/
H A DMpFuncs.asm274 ; since the other CPU already get the data it want, leave this procedure
312 mov [rsp + 4], dx ; get new CS
317 mov rax, LONG_MODE_DS ; get new DS
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
H A DExceptionHandlerAsm.S274 xchgl (%esp), %ecx # get vector number
H A DExceptionHandlerAsm.asm64 xchg ecx, [esp] ; get vector number
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
H A DExceptionHandlerAsm.S115 xchgq (%rsp), %rcx # get the return address of call, actually, it is the address of vector number.
/device/linaro/hikey/uefi-tools/
H A Dparse-platforms.py16 value = config.get(args.platform, "EXTRA_FILES")
21 value = config.get(args.platform, "BUILD_ATF")
27 value = config.get(args.platform, "UEFI_BIN")
41 value = config.get(args.platform, args.option)
73 "get": get_option}
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
H A DEfiCopyMem.S89 # Pick up misaligned start bytes to get destination pointer 4-byte aligned
99 movb (%esi), %al # get byte from Source
108 movl %ecx, %eax # get Count in eax
154 movl (%esi), %eax # get data from Source
164 movb (%esi), %al # get byte from Source
188 movb (%esi), %al # get byte from Source
H A DEfiCopyMem.asm87 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned
97 mov al, BYTE PTR [esi] ; get byte from Source
106 mov eax, ecx ; get Count in eax
152 mov eax, DWORD PTR [esi] ; get data from Source
162 mov al, BYTE PTR [esi] ; get byte from Source
186 mov al, BYTE PTR [esi] ; get byte from Source
H A DEfiCopyMem.c77 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned
87 mov al, BYTE PTR [esi] ; get byte from Source
96 mov eax, ecx ; get Count in eax
142 mov eax, DWORD PTR [esi] ; get data from Source
152 mov al, BYTE PTR [esi] ; get byte from Source
176 mov al, BYTE PTR [esi] ; get byte from Source
H A DEfiCopyMemSSE2.c74 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned
84 mov al, BYTE PTR [esi] ; get byte from Source
93 mov eax, ecx ; get Count in eax
126 mov eax, DWORD PTR [esi] ; get data from Source
136 mov al, BYTE PTR [esi] ; get byte from Source
160 mov al, BYTE PTR [esi] ; get byte from Source
H A DEfiZeroMem.S64 # Pick up misaligned start bytes (get pointer 4-byte aligned)
H A DEfiZeroMem.asm62 ; Pick up misaligned start bytes (get pointer 4-byte aligned)
H A DEfiZeroMem.c53 ; Pick up misaligned start bytes (get pointer 4-byte aligned)
H A DEfiZeroMemSSE2.c52 ; Pick up misaligned start bytes (get pointer 4-byte aligned)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DDLG_stream_input.h73 input->get(extracted_stuff);
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
H A DREADME.txt20 Once installed, an UEFI application or OS boot loader can get from the UEFI
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
H A DExceptionSupport.ARMv6.S161 @ never get used or saved
H A DExceptionSupport.ARMv6.asm162 ; never get used or saved
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
H A Dlldbefi.py50 return guid_dict.get (str.upper(), '')
117 return EFI_STATUS_Dict.get (Status, '')
499 for value in sorted(guid_dict, key=guid_dict.get):
540 print 'Type r to run emulator. SecLldbScriptBreak armed. EFI modules should now get source level debugging in the emulator.'
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
H A DPatchFv.py160 # Split up each FV from fvNames and get the fdBase
188 # Parse INF file in order to get fdBase and then assign those values to dictVariable
683 value = self.dictVariable.get(var, None)
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
H A DThunk64To32.asm207 pop r9 ; get CS
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S275 # insure that esp and edi are 16 byte aligned when we get here.
384 ## We gin up the stack to do an iretd so we can get ALL the flags.
H A DAsmFuncs.asm362 ; insure that esp and edi are 16 byte aligned when we get here.
478 ;; We gin up the stack to do an iretd so we can get ALL the flags.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.S354 # insure that rsp and rdi are 16 byte aligned when we get here.
484 // We gin up the stack to do an iretq so we can get ALL the flags.

Completed in 276 milliseconds

1234567891011>>