Home
last modified time | relevance | path

Searched refs:eax (Results 1 – 9 of 9) sorted by relevance

/kernel/arch/x86/
A Dstart.S66 xor %eax, %eax
100 xor %eax, %eax
108 inc %eax
114 xor %eax, %eax
126 inc %eax
172 xor %eax, %eax
173 mov %eax, %ds
174 mov %eax, %es
175 mov %eax, %fs
176 mov %eax, %gs
[all …]
A Dstart16.S128 xor %eax, %eax
129 mov %eax, %ds
130 mov %eax, %es
131 mov %eax, %fs
132 mov %eax, %gs
133 mov %eax, %ss
172 xor %eax, %eax
173 mov %eax, %ds
174 mov %eax, %es
175 mov %eax, %fs
[all …]
A Duspace_entry.S22 xorl %eax, %eax /* set %rax = 0 */
A Dops.S82 xor %eax, %eax
A Dasm.S77 xorl %eax, %eax /* set %rax = 0 */
A Dmexec.S60 leal .Lnew_cs(%rip), %eax
61 movl %eax, mexec_ljmp_descriptor(%rip)
A Dfeature.cpp222 uint32_t eax, ebx, ecx, edx; in x86_topology_enumerate() local
223 cpuid_c(X86_CPUID_TOPOLOGY, level, &eax, &ebx, &ecx, &edx); in x86_topology_enumerate()
230 info->right_shift = eax & 0x1f; in x86_topology_enumerate()
/kernel/target/pc/multiboot/
A Dmultiboot-start.S37 mov %eax, %edx
41 xor %eax, %eax
58 mov %edx, %eax
/kernel/arch/x86/hypervisor/
A Dvmx.S80 mov $ZX_ERR_INTERNAL, %eax
136 mov $ZX_OK, %eax

Completed in 18 milliseconds