Searched refs:eax (Results 1 – 9 of 9) sorted by relevance
| /system/ulib/zircon/ |
| A D | zx_futex_wake_handle_close_thread_exit-x86-64.S | 27 test %eax, %eax 32 test %eax, %eax
|
| A D | zx_vmar_unmap_handle_close_thread_exit-x86-64.S | 22 test %eax, %eax 29 test %eax, %eax
|
| A D | zircon-syscall-x86-64.S | 6 mov $\num, %eax
|
| /system/utest/hypervisor/ |
| A D | x86.S | 156 xor %eax, %eax 162 xor %eax, %eax 270 mov %esp,%eax 271 sub $2,%eax 273 cmp %esp,%eax 274 pop %eax 303 xor %eax, %eax 329 mov $CODE_64_SELECTOR, %eax 337 mov %esp, %eax 357 mov $CODE_64_SELECTOR, %eax [all …]
|
| /system/utest/processor/ |
| A D | processor.c | 23 uint32_t eax, ebx, ecx, edx; in is_umip_supported() local 24 if (__get_cpuid(7, &eax, &ebx, &ecx, &edx) != 1) { in is_umip_supported()
|
| /system/utest/register-state/ |
| A D | register-state-test.cpp | 19 uint32_t eax, ebx, ecx, edx; in x86_feature_fsgsbase() local 20 __cpuid(7, eax, ebx, ecx, edx); in x86_feature_fsgsbase()
|
| /system/utest/x86-umip/ |
| A D | main.cpp | 31 uint32_t eax, ebx, ecx, edx; in is_umip_supported() local 32 if (__get_cpuid(7, &eax, &ebx, &ecx, &edx) != 1) { in is_umip_supported()
|
| /system/utest/core/memory-mapping/ |
| A D | memory-mapping.cpp | 24 uint32_t eax, ebx, ecx, edx; in x86_linear_address_width() local 25 __cpuid(X86_CPUID_ADDR_WIDTH, eax, ebx, ecx, edx); in x86_linear_address_width() 26 return (eax >> 8) & 0xff; in x86_linear_address_width()
|
| /system/utest/core/threads/ |
| A D | threads.cpp | 1296 uint32_t eax, ebx, ecx, edx; in x86_linear_address_width() local 1297 __cpuid(X86_CPUID_ADDR_WIDTH, eax, ebx, ecx, edx); in x86_linear_address_width() 1298 return (eax >> 8) & 0xff; in x86_linear_address_width()
|
Completed in 15 milliseconds