Searched refs:eax (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/basic/ |
D | virt.c | 55 uint32_t eax, ebx, ecx, edx; in detect_vm_cpuid() local 61 if (__get_cpuid(1, &eax, &ebx, &ecx, &edx) == 0) in detect_vm_cpuid() 73 __cpuid(0x40000000U, eax, ebx, ecx, edx); in detect_vm_cpuid() 959 uint32_t eax, ebx, ecx, edx; in real_has_cpu_with_flag() local 961 if (__get_cpuid(1, &eax, &ebx, &ecx, &edx)) { in real_has_cpu_with_flag() 969 if (__get_cpuid(7, &eax, &ebx, &ecx, &edx)) { in real_has_cpu_with_flag() 974 if (__get_cpuid(0x80000001U, &eax, &ebx, &ecx, &edx)) { in real_has_cpu_with_flag() 982 if (__get_cpuid(0x80000007U, &eax, &ebx, &ecx, &edx)) in real_has_cpu_with_flag()
|
/systemd-251/src/boot/efi/ |
D | ticks.c | 13 uint32_t eax, ebx, ecx, edx; in in_hypervisor() local 22 if (__get_cpuid(1, &eax, &ebx, &ecx, &edx) == 0) in in_hypervisor()
|