Lines Matching +full:0 +full:x40000000
33 if (fread(buf, sizeof(*buf), sizeof(buf), f) > 0) { in smt_possible()
62 for (i = 0; i < hv_cpuid_entries->nent; i++) { in test_hv_cpuid()
65 TEST_ASSERT((entry->function >= 0x40000000) && in test_hv_cpuid()
66 (entry->function <= 0x40000082), in test_hv_cpuid()
70 TEST_ASSERT(entry->index == 0, in test_hv_cpuid()
73 TEST_ASSERT(entry->flags == 0, in test_hv_cpuid()
76 TEST_ASSERT(!entry->padding[0] && !entry->padding[1] && in test_hv_cpuid()
80 case 0x40000000: in test_hv_cpuid()
81 test_val = 0x40000082; in test_hv_cpuid()
84 "Wrong max leaf report in 0x40000000.EAX: %x" in test_hv_cpuid()
89 case 0x40000003: in test_hv_cpuid()
93 case 0x40000004: in test_hv_cpuid()
103 case 0x4000000A: in test_hv_cpuid()
106 " 0x40000000.EAX: %x", entry->eax); in test_hv_cpuid()
108 TEST_ASSERT((entry->eax & 0xffff) == 0x101, in test_hv_cpuid()
110 " 0x40000000.EAX: %x", entry->eax); in test_hv_cpuid()
120 * "CPUID%lx EAX=0x%lx EBX=0x%lx ECX=0x%lx EDX=0x%lx\n", in test_hv_cpuid()
136 static struct kvm_cpuid2 cpuid = {.nent = 0}; in test_hv_cpuid_e2big()
158 vcpu = __vm_vcpu_add(vm, 0); in main()
188 return 0; in main()