Searched refs:cr0 (Results 1 - 25 of 109) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DReadCr0.c35 mov eax, cr0
H A DDisableCache.c29 mov eax, cr0
32 mov cr0, eax local
H A DEnableCache.c30 mov eax, cr0
33 mov cr0, eax local
H A DWriteCr0.c34 mov cr0, eax local
H A DDisablePaging32.c66 mov eax, cr0
69 mov cr0, eax local
H A DEnablePaging32.c69 mov eax, cr0
72 mov cr0, eax local
H A DDisableCache.S34 movl %cr0, %eax
37 movl %eax, %cr0
H A DEnableCache.S35 movl %cr0, %eax
38 movl %eax, %cr0
H A DDisableCache.asm37 mov eax, cr0
40 mov cr0, eax
H A DDisablePaging32.asm45 mov eax, cr0
48 mov cr0, eax
H A DEnableCache.asm38 mov eax, cr0
41 mov cr0, eax
H A DEnablePaging32.asm45 mov eax, cr0
48 mov cr0, eax
H A DDisablePaging32.S43 movl %cr0, %eax
46 movl %eax, %cr0
H A DEnablePaging32.S43 movl %cr0, %eax
46 movl %eax, %cr0
H A DEnablePaging64.S47 movl %cr0, %eax
49 movl %eax, %cr0 # enable paging
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpmode.inc33 mov eax, cr0
35 mov cr0, eax
53 mov eax, cr0
55 mov cr0, eax
H A Dpmsetup.inc36 mov eax, cr0 ; Clear CR0.CD and CR0.NW
38 mov cr0, eax
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DDisableCache.S34 movq %cr0, %rax
37 movq %rax, %cr0
H A DEnableCache.S35 movq %cr0, %rax
38 movq %rax, %cr0
H A DDisableCache.asm35 mov rax, cr0
38 mov cr0, rax
H A DEnableCache.asm36 mov rax, cr0
39 mov cr0, rax
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
H A DS3Asm.S37 movq %cr0, %rax
42 movq %rax, %cr0
75 movq %cr0, %rax # Get control register 0
78 .byte 0xf,0x22,0xc0 # mov cr0, eax ; Activate real mode
H A DS3Asm.asm41 mov rax, cr0
46 mov cr0, rax
76 mov rax, cr0 ; Get control register 0
79 DB 0fh, 22h, 0c0h ; mov cr0, eax ; Activate real mode
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm111 mov eax, [pCpumCpu + CPUMCPU.Guest.cr0]
115 ;; jump table using fpu related cr0 flags as index.
125 ;; and mask for cr0.
137 ; Action - switch FPU context and change cr0 flags.
141 mov ecx, cr0
143 and ecx, [eax*2 + hlfpu_afFlags] ; Calc the new cr0 flags. Do NOT use ECX until we restore it!
145 mov cr0, edx ; Clear flags so we don't trap here.
173 mov cr0, ecx ; load the new cr0 flags.
224 mov eax, cr0
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
H A DS3Asm.S45 movl %cr0, %eax # Get control register 0
48 .byte 0xf,0x22,0xc0 # mov cr0, eax ; Activate real mode

Completed in 1090 milliseconds

12345