HomeSort by relevance Sort by last modified time
    Searched refs:Rax (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.h 44 UINT64 Rax;
SmiException.asm 213 ;; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
223 push rax
233 movzx rax, word ptr [rbp + 56]
234 push rax ; for ss
235 movzx rax, word ptr [rbp + 32]
236 push rax ; for cs
237 mov rax, ds
238 push rax
239 mov rax, es
240 push rax
    [all...]
SmiException.S 414 ## UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
424 pushq %rax
434 movzwq 56(%rbp), %rax
435 pushq %rax # for ss
436 movzwq 32(%rbp), %rax
437 pushq %rax # for cs
438 movq %ds, %rax
439 pushq %rax
440 movq %es, %rax
441 pushq %rax
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 140 "RAX - %016lx, RCX - %016lx, RDX - %016lx\n",
141 SystemContext.SystemContextX64->Rax,
ExceptionHandlerAsm.S 87 pushq %rax
88 movq %rsp, %rax
92 movq 8(%rax), %rcx
98 movq (%rax), %rax # restore rax
119 pushq %rax
122 popq %rax
167 #; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
177 pushq %rax
    [all...]
ExceptionHandlerAsm.asm 41 push rax
42 mov rax, CommonInterruptEntry
43 jmp rax
51 push rax
52 mov rax, HookAfterStubHeaderEnd
53 jmp rax
55 mov rax, rsp
59 mov rcx, [rax + 8]
65 push [rax] ; push rax into stack to keep code consistence
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 90 ;; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
125 mov rax, 1
128 and rax, FXSTOR_FLAG
129 shr rax, 24
145 mov rax, rdx
150 shr rax, 16
152 shr rax, 16
222 ;; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
227 push rax
228 mov rax, qword ptr [rsp][8] ; save vector number
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.S 242 ## UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
243 pushq %rax
253 movq %cr4, %rax
254 orq $0x208, %rax
255 movq %rax, %cr4
256 pushq %rax
257 movq %cr3, %rax
258 pushq %rax
259 movq %cr2, %rax
260 pushq %rax
    [all...]
AsmFuncs.asm 204 ; store UINT64 Rdi, Rsi, Rbp, Rsp, Rdx, Rcx, Rbx, Rax;
205 push rax
217 mov rax, cr4
218 or rax, 208h
219 mov cr4, rax
220 push rax
221 mov rax, cr3
222 push rax
223 mov rax, cr2
224 push rax
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 295 UINT64 Rax;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 259 UINT64 Rax;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 225 UINT64 Rax;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/
SmmBase.h 259 UINT32 Rax; // FF5C
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 44 OFFSET_OF(EFI_SYSTEM_CONTEXT_X64, Rax),
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 44 OFFSET_OF(EFI_SYSTEM_CONTEXT_X64, Rax),
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 228 UINT64 Rax;
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_amd64.go 527 Rax uint64
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_amd64.go 527 Rax uint64
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 651 UINT64 Rax;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 327 milliseconds