Lines Matching +full:0 +full:x80
27 assert(plen >= 8 && prop->data[1] == 0 && prop->data[0] <= plen - 2); in cpu_has_tm()
31 * offset 22 and 23 of the attribute type 0, so when adding the in cpu_has_tm()
35 if (prop->data[0] >= 24 && (prop->data[24] & 0x80) != 0) in cpu_has_tm()
43 int available = 0; in count_cpus_with_tm()
46 if (ret < 0) in count_cpus_with_tm()
59 uint64_t msr = 0; in enable_tm()
102 asm volatile ("1: .long 0x7c00051d\n\t" /* tbegin. */ in test_h_cede_tm()
104 ".long 0x7c0005dd\n\t" /* tsuspend. */ in test_h_cede_tm()
105 "2: .long 0x7c00059c\n\t" /* tcheck cr0 */ in test_h_cede_tm()
108 for (i = 0; i < 500; i++) { in test_h_cede_tm()
132 if (cpus_with_tm == 0) { in main()
143 for (i = 0; hctests[i].name != NULL; i++) { in main()
144 if (all || strcmp(argv[1], hctests[i].name) == 0) { in main()