HomeSort by relevance Sort by last modified time
    Searched refs:Cr0 (Results 1 - 25 of 36) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
WriteCr0.S 30 # IN UINTN Cr0
36 movl %eax, %cr0
WriteCr0.asm 32 ; UINTN Cr0
37 mov cr0, eax
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
WriteCr0.S 29 # UINTN Cr0
34 mov %rcx,%cr0
WriteCr0.asm 28 ; UINTN Cr0
32 mov cr0, rcx
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
WriteCr0.asm 32 ; UINTN Cr0
37 mov cr0, eax
GccInline.c 207 Reads the current value of the Control Register 0 (CR0).
209 Reads and returns the current value of CR0. This function is only available
213 @return The value of the Control Register 0 (CR0).
225 "movl %%cr0,%0"
314 Writes a value to Control Register 0 (CR0).
316 Writes and returns a new value to CR0. This function is only available on
319 @param Cr0 The value to write to CR0.
321 @return The value written to CR0.
327 UINTN Cr0
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
WriteCr0.asm 30 ; UINTN Cr0
34 mov cr0, rcx
GccInline.c 217 Reads the current value of the Control Register 0 (CR0).
219 Reads and returns the current value of CR0. This function is only available
223 @return The value of the Control Register 0 (CR0).
235 "mov %%cr0,%0"
324 Writes a value to Control Register 0 (CR0).
326 Writes and returns a new value to CR0. This function is only available on
329 @param Cr0 The value to write to CR0.
331 @return The value written to CR0.
337 UINTN Cr0
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 810 UINT32 Cr0;
844 UINT64 Cr0;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 167 "CR0 - %08x, CR2 - %08x, CR3 - %08x, CR4 - %08x\n",
168 SystemContext.SystemContextIa32->Cr0,
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 192 UINT32 Cr0;
283 UINT64 Cr0;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 128 UINT32 Cr0;
234 UINT64 Cr0;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 229 ## UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
242 movq %cr0, %rax
301 ## UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
303 movq %rax, %cr0
SmiException.asm 245 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
258 mov rax, cr0
317 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
319 mov cr0, rax
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 107 UINT32 Cr0;
200 UINT64 Cr0;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.S 234 ## UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
260 movl %cr0, %eax
390 ## UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
392 movl %eax, %cr0
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 214 ;; UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
226 mov rax, cr0
365 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4;
367 mov cr0, rax
AsmFuncs.S 252 ## UINT64 Cr0, Cr1, Cr2, Cr3, Cr4;
263 movq %cr0, %rax
394 ## UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
396 movq %rax, %cr0
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 195 "CR0 - %016lx, CR2 - %016lx, CR3 - %016lx\n",
196 SystemContext.SystemContextX64->Cr0,
ExceptionHandlerAsm.S 232 #; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
245 mov %cr0, %rax
299 #; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
301 movq %rax, %cr0
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.h 96 UINTN Cr0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 121 ## UINT32 Cr0, Cr2, Cr3, Cr4;
234 ## UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
246 mov %cr0,%eax
319 ## UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
321 mov %eax,%cr0
AsmFuncs.asm 86 ;; UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
215 ;; UINT32 Cr0, Cr2, Cr3, Cr4;
321 ;; UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
333 mov eax, cr0
405 ;; UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
407 mov cr0, eax
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 84 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
216 ;; UINT64 Cr0, Cr2, Cr3, Cr4, Cr8;
349 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
363 mov rax, cr0
434 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
436 mov cr0, rax
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 109 UINT32 Cr0;
203 UINT64 Cr0;

Completed in 741 milliseconds

1 2