Lines Matching +full:0 +full:x40000000
35 if (fread(buf, sizeof(*buf), sizeof(buf), f) > 0) { in smt_possible()
58 for (i = 0; i < hv_cpuid_entries->nent; i++) { in test_hv_cpuid()
61 TEST_ASSERT((entry->function >= 0x40000000) && in test_hv_cpuid()
62 (entry->function <= 0x40000082), in test_hv_cpuid()
66 TEST_ASSERT(entry->index == 0, in test_hv_cpuid()
69 TEST_ASSERT(entry->flags == 0, in test_hv_cpuid()
72 TEST_ASSERT(!entry->padding[0] && !entry->padding[1] && in test_hv_cpuid()
76 case 0x40000000: in test_hv_cpuid()
77 test_val = 0x40000082; in test_hv_cpuid()
80 "Wrong max leaf report in 0x40000000.EAX: %x" in test_hv_cpuid()
85 case 0x40000004: in test_hv_cpuid()
92 case 0x4000000A: in test_hv_cpuid()
95 " 0x40000000.EAX: %x", entry->eax); in test_hv_cpuid()
97 TEST_ASSERT((entry->eax & 0xffff) == 0x101, in test_hv_cpuid()
99 " 0x40000000.EAX: %x", entry->eax); in test_hv_cpuid()
109 * "CPUID%lx EAX=0x%lx EBX=0x%lx ECX=0x%lx EDX=0x%lx\n", in test_hv_cpuid()
118 static struct kvm_cpuid2 cpuid = {.nent = 0}; in test_hv_cpuid_e2big()
173 return 0; in main()