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.S 177 ## UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
187 pushq %rax
197 movzwq 56(%rbp), %rax
198 pushq %rax # for ss
199 movzwq 32(%rbp), %rax
200 pushq %rax # for cs
201 movq %ds, %rax
202 pushq %rax
203 movq %es, %rax
204 pushq %rax
    [all...]
SmiException.asm 193 ;; UINT64 Rdi, Rsi, Rbp, Rsp, Rbx, Rdx, Rcx, Rax;
203 push rax
213 movzx rax, word ptr [rbp + 56]
214 push rax ; for ss
215 movzx rax, word ptr [rbp + 32]
216 push rax ; for cs
217 mov rax, ds
218 push rax
219 mov rax, es
220 push rax
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 807 UINT32 Rax;
840 UINT64 Rax;
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zptrace386_linux.go 53 Rax uint64
ztypes_linux_amd64.go 648 Rax uint64
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 150 "RAX - %016lx, RCX - %016lx, RDX - %016lx\n",
151 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.cpp 200 if (Reg == X86::RAX || Reg == X86::EAX || Reg == X86::AX ||
264 unsigned Rax = (unsigned)(Is64Bit ? X86::RAX : X86::EAX);
267 Reg = Rax;
285 // frame), it's worth spilling RAX to materialize this immediate.
286 // pushq %rax
287 // movabsq +-$Offset+-SlotSize, %rax
288 // addq %rsp, %rax
289 // xchg %rax, (%rsp)
293 .addReg(Rax, RegState::Kill
    [all...]
  /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;
  /external/libunwind_llvm/src/
UnwindCursor.hpp 541 _msContext.Rax = r.getRegister(UNW_X86_64_RAX);
660 case UNW_X86_64_RAX: return _msContext.Rax;
710 case UNW_X86_64_RAX: _msContext.Rax = value; break;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 681 UINT64 Rax;
    [all...]

Completed in 607 milliseconds