Lines Matching +full:0 +full:x86

21 LIBKVM_x86 += lib/x86/apic.c
22 LIBKVM_x86 += lib/x86/handlers.S
23 LIBKVM_x86 += lib/x86/hyperv.c
24 LIBKVM_x86 += lib/x86/memstress.c
25 LIBKVM_x86 += lib/x86/pmu.c
26 LIBKVM_x86 += lib/x86/processor.c
27 LIBKVM_x86 += lib/x86/sev.c
28 LIBKVM_x86 += lib/x86/svm.c
29 LIBKVM_x86 += lib/x86/ucall.c
30 LIBKVM_x86 += lib/x86/vmx.c
51 TEST_PROGS_x86 += x86/nx_huge_pages_test.sh
54 TEST_GEN_PROGS_x86 = x86/cpuid_test
55 TEST_GEN_PROGS_x86 += x86/cr4_cpuid_sync_test
56 TEST_GEN_PROGS_x86 += x86/dirty_log_page_splitting_test
57 TEST_GEN_PROGS_x86 += x86/feature_msrs_test
58 TEST_GEN_PROGS_x86 += x86/exit_on_emulation_failure_test
59 TEST_GEN_PROGS_x86 += x86/fix_hypercall_test
60 TEST_GEN_PROGS_x86 += x86/hwcr_msr_test
61 TEST_GEN_PROGS_x86 += x86/hyperv_clock
62 TEST_GEN_PROGS_x86 += x86/hyperv_cpuid
63 TEST_GEN_PROGS_x86 += x86/hyperv_evmcs
64 TEST_GEN_PROGS_x86 += x86/hyperv_extended_hypercalls
65 TEST_GEN_PROGS_x86 += x86/hyperv_features
66 TEST_GEN_PROGS_x86 += x86/hyperv_ipi
67 TEST_GEN_PROGS_x86 += x86/hyperv_svm_test
68 TEST_GEN_PROGS_x86 += x86/hyperv_tlb_flush
69 TEST_GEN_PROGS_x86 += x86/kvm_clock_test
70 TEST_GEN_PROGS_x86 += x86/kvm_pv_test
71 TEST_GEN_PROGS_x86 += x86/monitor_mwait_test
72 TEST_GEN_PROGS_x86 += x86/nested_exceptions_test
73 TEST_GEN_PROGS_x86 += x86/platform_info_test
74 TEST_GEN_PROGS_x86 += x86/pmu_counters_test
75 TEST_GEN_PROGS_x86 += x86/pmu_event_filter_test
76 TEST_GEN_PROGS_x86 += x86/private_mem_conversions_test
77 TEST_GEN_PROGS_x86 += x86/private_mem_kvm_exits_test
78 TEST_GEN_PROGS_x86 += x86/set_boot_cpu_id
79 TEST_GEN_PROGS_x86 += x86/set_sregs_test
80 TEST_GEN_PROGS_x86 += x86/smaller_maxphyaddr_emulation_test
81 TEST_GEN_PROGS_x86 += x86/smm_test
82 TEST_GEN_PROGS_x86 += x86/state_test
83 TEST_GEN_PROGS_x86 += x86/vmx_preemption_timer_test
84 TEST_GEN_PROGS_x86 += x86/svm_vmcall_test
85 TEST_GEN_PROGS_x86 += x86/svm_int_ctl_test
86 TEST_GEN_PROGS_x86 += x86/svm_nested_shutdown_test
87 TEST_GEN_PROGS_x86 += x86/svm_nested_soft_inject_test
88 TEST_GEN_PROGS_x86 += x86/tsc_scaling_sync
89 TEST_GEN_PROGS_x86 += x86/sync_regs_test
90 TEST_GEN_PROGS_x86 += x86/ucna_injection_test
91 TEST_GEN_PROGS_x86 += x86/userspace_io_test
92 TEST_GEN_PROGS_x86 += x86/userspace_msr_exit_test
93 TEST_GEN_PROGS_x86 += x86/vmx_apic_access_test
94 TEST_GEN_PROGS_x86 += x86/vmx_close_while_nested_test
95 TEST_GEN_PROGS_x86 += x86/vmx_dirty_log_test
96 TEST_GEN_PROGS_x86 += x86/vmx_exception_with_invalid_guest_state
97 TEST_GEN_PROGS_x86 += x86/vmx_msrs_test
98 TEST_GEN_PROGS_x86 += x86/vmx_invalid_nested_guest_state
99 TEST_GEN_PROGS_x86 += x86/vmx_set_nested_state_test
100 TEST_GEN_PROGS_x86 += x86/vmx_tsc_adjust_test
101 TEST_GEN_PROGS_x86 += x86/vmx_nested_tsc_scaling_test
102 TEST_GEN_PROGS_x86 += x86/apic_bus_clock_test
103 TEST_GEN_PROGS_x86 += x86/xapic_ipi_test
104 TEST_GEN_PROGS_x86 += x86/xapic_state_test
105 TEST_GEN_PROGS_x86 += x86/xcr0_cpuid_test
106 TEST_GEN_PROGS_x86 += x86/xss_msr_test
107 TEST_GEN_PROGS_x86 += x86/debug_regs
108 TEST_GEN_PROGS_x86 += x86/tsc_msrs_test
109 TEST_GEN_PROGS_x86 += x86/vmx_pmu_caps_test
110 TEST_GEN_PROGS_x86 += x86/xen_shinfo_test
111 TEST_GEN_PROGS_x86 += x86/xen_vmcall_test
112 TEST_GEN_PROGS_x86 += x86/sev_init2_tests
113 TEST_GEN_PROGS_x86 += x86/sev_migrate_tests
114 TEST_GEN_PROGS_x86 += x86/sev_smoke_test
115 TEST_GEN_PROGS_x86 += x86/amx_test
116 TEST_GEN_PROGS_x86 += x86/max_vcpuid_cap_test
117 TEST_GEN_PROGS_x86 += x86/triple_fault_event_test
118 TEST_GEN_PROGS_x86 += x86/recalc_apic_map_test
140 TEST_GEN_PROGS_EXTENDED_x86 += x86/nx_huge_pages_test
237 ifeq ($(ARCH),x86)
238 …shell echo "void foo(void) { }" | $(CC) -march=x86-64-v2 -x c - -c -o /dev/null 2>/dev/null; echo …
239 CFLAGS += -march=x86-64-v2
259 no-pie-option := $(call try-run, echo 'int main(void) { return 0; }' | \
263 pgste-option = $(call try-run, echo 'int main(void) { return 0; }' | \