HomeSort by relevance Sort by last modified time
    Searched refs:cr0 (Results 51 - 75 of 244) sorted by null

1 23 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
EnablePaging32.asm 45 mov eax, cr0
48 mov cr0, eax
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DisableCache.asm 18 ; Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
37 mov eax, cr0
40 mov cr0, eax
DisablePaging32.asm 45 mov eax, cr0
48 mov cr0, eax
EnableCache.asm 18 ; Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
19 ; the NW bit of CR0 to 0
38 mov eax, cr0
41 mov cr0, eax
EnablePaging32.asm 45 mov eax, cr0
48 mov cr0, eax
DisablePaging32.S 43 movl %cr0, %eax
46 movl %eax, %cr0
EnablePaging32.S 43 movl %cr0, %eax
46 movl %eax, %cr0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisableCache.asm 18 ; Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
35 mov rax, cr0
38 mov cr0, rax
EnableCache.asm 18 ; Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
19 ; the NW bit of CR0 to 0
36 mov rax, cr0
39 mov cr0, rax
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
Flat32ToFlat64.asm 34 mov eax, cr0
36 mov cr0, eax ; enable paging
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
att-regs.d 17 .*[ ]+R_386_16[ ]+cr0
30 .*:[ ]+0f 20 c0[ ]+mov[ ]+%cr0,%eax
intel-regs.d 17 .*[ ]+R_386_16[ ]+cr0
32 .*:[ ]+0f 20 c0[ ]+mov[ ]+%cr0,%eax
cr-err.l 2 .*:[0-9]+: Error: .\(%cr0\). is not a valid base/index expression
12 .*:[0-9]+: Error: .\(cr0\). is not a valid base/index expression
22 .*:[0-9]+: Error: .\[cr0\]. is not a valid base/index expression
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DisablePaging64.S 52 mov %cr0,%rax
54 mov %rax,%cr0
EnablePaging64.S 50 mov %cr0,%rax
52 mov %rax,%cr0
EnablePaging64.asm 48 mov rax, cr0 ; mov eax, cr0
50 mov cr0, rax ; enable paging
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/
S3Asm.S 43 movl %cr0, %eax # Get control register 0
46 .byte 0xf,0x22,0xc0 # mov cr0, eax ; Activate real mode
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
copro.s 8 ldcmi 0, cr0, [r2, #1020]!
13 stc 5, cr0, [r3]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
CpuIA32.asm 125 mov eax, cr0
130 mov eax, cr0
132 mov cr0, eax
144 mov eax, cr0
146 mov cr0, eax
CpuIA32.S 142 movl %cr0, %eax
147 movl %cr0, %eax
149 movl %eax, %cr0
161 movl %cr0, %eax
163 movl %eax, %cr0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/X64/
Cpu.asm 134 mov rax, cr0
138 mov rax, cr0
140 mov cr0, rax
154 mov rax, cr0
156 mov cr0, rax
Cpu.S 137 mov %cr0,%rax
141 mov %cr0,%rax
143 mov %rax,%cr0
156 mov %cr0,%rax
158 mov %rax,%cr0
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/
Cpu.asm 155 mov rax, cr0
159 mov rax, cr0
161 mov cr0, rax
175 mov rax, cr0
177 mov cr0, rax
Cpu.S 149 mov %cr0,%rax
153 mov %cr0,%rax
155 mov %rax,%cr0
168 mov %cr0,%rax
170 mov %rax,%cr0
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
CpuIA32.S 154 movl %cr0, %eax
159 movl %cr0, %eax
161 movl %eax, %cr0
173 movl %cr0, %eax
175 movl %eax, %cr0

Completed in 416 milliseconds

1 23 4 5 6 7 8 910