/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Dxe/X64/ |
D | IoFifo.asm | 31 mov rdi, r8 ; restore rdi 49 mov rdi, r8 ; restore rdi 67 mov rdi, r8 ; restore rdi 85 mov rsi, r8 ; restore rsi 103 mov rsi, r8 ; restore rsi 121 mov rsi, r8 ; restore rsi
|
D | IoFifo.nasm | 33 mov rdi, r8 ; restore rdi 51 mov rdi, r8 ; restore rdi 69 mov rdi, r8 ; restore rdi 87 mov rsi, r8 ; restore rsi 105 mov rsi, r8 ; restore rsi 123 mov rsi, r8 ; restore rsi
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ndiff.py | 105 restore(whichfile) 119 def restore(which): function 120 restored = difflib.restore(sys.stdin.readlines(), which)
|
/device/google/bonito/health/ |
D | LearnedCapacityBackupRestore.cpp | 113 bool restore = false; in UpdateAndSave() local 121 restore = true; in UpdateAndSave() 124 if (restore) in UpdateAndSave()
|
/device/google/wahoo/health/ |
D | CycleCountBackupRestore.cpp | 113 bool restore = false; in UpdateAndSave() local 117 restore = true; in UpdateAndSave() 123 if (restore) in UpdateAndSave()
|
/device/google/marlin/health/ |
D | CycleCountBackupRestore.cpp | 113 bool restore = false; in UpdateAndSave() local 117 restore = true; in UpdateAndSave() 123 if (restore) in UpdateAndSave()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pty.py | 165 restore = 1 167 restore = 0 171 if restore:
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuFwCfgLib/X64/ |
D | IoLibExAsm.nasm | 32 mov rdi, r8 ; restore rdi 50 mov rsi, r8 ; restore rdi
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/ |
D | SetMem.nasm | 59 movq mm0, [esp] ; restore mm0 60 movq mm1, [esp + 8] ; restore mm1
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/ |
D | SaveRestoreSseNasm.inc | 14 ; Provide macro for register save/restore using SSE registers 57 ; XMM7 to save/restore EBP, EBX, ESI, EDI 76 ; XMM6 to save/restore EAX, EDX, ECX, ESP
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/ |
D | SaveRestoreSse.inc | 14 ; Provide macro for register save/restore using SSE registers 51 ; XMM7 to save/restore EBP, EBX, ESI, EDI 70 ; XMM6 to save/restore EAX, EDX, ECX, ESP
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | DivU64x32.c | 47 pop edx ; restore high-order dword of the quotient in InternalMathDivU64x32()
|
D | LongJump.S | 41 jmp *20(%edx) # restore "eip"
|
D | LongJump.asm | 43 jmp dword ptr [edx + 20] ; restore "eip"
|
D | DivU64x32.S | 40 pop %edx # restore high-order dword of the quotient
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
D | DivU64x32.c | 32 pop edx ; restore high-order dword of the quotient in InternalMathDivU64x32()
|
D | LongJump.asm | 43 jmp dword ptr [edx + 20] ; restore "eip"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_copy_reg.py | 81 e.restore() 96 e.restore()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/ |
D | PageFaultHandler.S | 60 # popq %rax # restore all volatile registers 71 # restore rax
|
D | PageFaultHandler.asm | 63 ;pop rax ; restore all volatile registers 74 ; restore rax
|
D | PageFaultHandler.nasm | 65 ;pop rax ; restore all volatile registers 76 ; restore rax
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
D | AsmFuncs.nasm | 364 ;; skip restore of dr6. We cleared dr6 during the context save. 403 ;; restore general register 414 pop ebp ; restore ebp maybe updated 415 pop esp ; restore esp maybe updated 416 sub esp, 4 * 3 ; restore interupt pushced stack
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | Thunk16.asm | 146 SavedSp DQ ? ; restore stack 276 mov rcx, r10 ; restore the orignal rcx before memory copy 277 mov rdi, r11 ; restore the original rdi before memory copy 301 lgdt fword ptr [rsp + 60h] ; restore protected mode GDTR 302 lidt fword ptr [rsp + 50h] ; restore protected mode IDTR
|
D | Thunk16.S | 150 L_SavedSp: .space 8 # restore stack 288 movq %r10, %rcx # restore the orignal rcx before memory copy 289 movq %r11, %rdi # restore the original rdi before memory copy 316 lgdt 0x60(%rsp) # restore protected mode GDTR 317 lidt 0x50(%rsp) # restore protected mode IDTR
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ |
D | ExceptionHandlerAsm.S | 97 xchgq (%rsp), %rcx # restore rcx, save Exception Number in stack 98 movq (%rax), %rax # restore rax 328 # (X64 will not use fs and gs, so we do not restore it) 379 movq (%rax), %rax # restore rax 380 popfq # restore EFLAGS
|