Searched refs:eax (Results 1 – 9 of 9) sorted by relevance
| /kernel/arch/x86/ |
| A D | start.S | 66 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 D | start16.S | 128 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 D | uspace_entry.S | 22 xorl %eax, %eax /* set %rax = 0 */
|
| A D | ops.S | 82 xor %eax, %eax
|
| A D | asm.S | 77 xorl %eax, %eax /* set %rax = 0 */
|
| A D | mexec.S | 60 leal .Lnew_cs(%rip), %eax 61 movl %eax, mexec_ljmp_descriptor(%rip)
|
| A D | feature.cpp | 222 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 D | multiboot-start.S | 37 mov %eax, %edx 41 xor %eax, %eax 58 mov %edx, %eax
|
| /kernel/arch/x86/hypervisor/ |
| A D | vmx.S | 80 mov $ZX_ERR_INTERNAL, %eax 136 mov $ZX_OK, %eax
|
Completed in 18 milliseconds