Lines Matching refs:x86_64
53 LIBKVM_x86_64 += lib/x86_64/apic.c
54 LIBKVM_x86_64 += lib/x86_64/handlers.S
55 LIBKVM_x86_64 += lib/x86_64/perf_test_util.c
56 LIBKVM_x86_64 += lib/x86_64/processor.c
57 LIBKVM_x86_64 += lib/x86_64/svm.c
58 LIBKVM_x86_64 += lib/x86_64/ucall.c
59 LIBKVM_x86_64 += lib/x86_64/vmx.c
77 TEST_PROGS_x86_64 += x86_64/nx_huge_pages_test.sh
80 TEST_GEN_PROGS_x86_64 = x86_64/cpuid_test
81 TEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test
82 TEST_GEN_PROGS_x86_64 += x86_64/get_msr_index_features
83 TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
84 TEST_GEN_PROGS_x86_64 += x86_64/emulator_error_test
85 TEST_GEN_PROGS_x86_64 += x86_64/fix_hypercall_test
86 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_clock
87 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
88 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_features
89 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_svm_test
90 TEST_GEN_PROGS_x86_64 += x86_64/kvm_clock_test
91 TEST_GEN_PROGS_x86_64 += x86_64/kvm_pv_test
92 TEST_GEN_PROGS_x86_64 += x86_64/mmio_warning_test
93 TEST_GEN_PROGS_x86_64 += x86_64/monitor_mwait_test
94 TEST_GEN_PROGS_x86_64 += x86_64/nested_exceptions_test
95 TEST_GEN_PROGS_x86_64 += x86_64/platform_info_test
96 TEST_GEN_PROGS_x86_64 += x86_64/pmu_event_filter_test
97 TEST_GEN_PROGS_x86_64 += x86_64/set_boot_cpu_id
98 TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test
99 TEST_GEN_PROGS_x86_64 += x86_64/smm_test
100 TEST_GEN_PROGS_x86_64 += x86_64/state_test
101 TEST_GEN_PROGS_x86_64 += x86_64/vmx_preemption_timer_test
102 TEST_GEN_PROGS_x86_64 += x86_64/svm_vmcall_test
103 TEST_GEN_PROGS_x86_64 += x86_64/svm_int_ctl_test
104 TEST_GEN_PROGS_x86_64 += x86_64/svm_nested_shutdown_test
105 TEST_GEN_PROGS_x86_64 += x86_64/svm_nested_soft_inject_test
106 TEST_GEN_PROGS_x86_64 += x86_64/tsc_scaling_sync
107 TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test
108 TEST_GEN_PROGS_x86_64 += x86_64/ucna_injection_test
109 TEST_GEN_PROGS_x86_64 += x86_64/userspace_io_test
110 TEST_GEN_PROGS_x86_64 += x86_64/userspace_msr_exit_test
111 TEST_GEN_PROGS_x86_64 += x86_64/vmx_apic_access_test
112 TEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test
113 TEST_GEN_PROGS_x86_64 += x86_64/vmx_dirty_log_test
114 TEST_GEN_PROGS_x86_64 += x86_64/vmx_exception_with_invalid_guest_state
115 TEST_GEN_PROGS_x86_64 += x86_64/vmx_msrs_test
116 TEST_GEN_PROGS_x86_64 += x86_64/vmx_invalid_nested_guest_state
117 TEST_GEN_PROGS_x86_64 += x86_64/vmx_set_nested_state_test
118 TEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test
119 TEST_GEN_PROGS_x86_64 += x86_64/vmx_nested_tsc_scaling_test
120 TEST_GEN_PROGS_x86_64 += x86_64/xapic_ipi_test
121 TEST_GEN_PROGS_x86_64 += x86_64/xapic_state_test
122 TEST_GEN_PROGS_x86_64 += x86_64/xss_msr_test
123 TEST_GEN_PROGS_x86_64 += x86_64/debug_regs
124 TEST_GEN_PROGS_x86_64 += x86_64/tsc_msrs_test
125 TEST_GEN_PROGS_x86_64 += x86_64/vmx_pmu_caps_test
126 TEST_GEN_PROGS_x86_64 += x86_64/xen_shinfo_test
127 TEST_GEN_PROGS_x86_64 += x86_64/xen_vmcall_test
128 TEST_GEN_PROGS_x86_64 += x86_64/sev_migrate_tests
129 TEST_GEN_PROGS_x86_64 += x86_64/amx_test
130 TEST_GEN_PROGS_x86_64 += x86_64/max_vcpuid_cap_test
131 TEST_GEN_PROGS_x86_64 += x86_64/triple_fault_event_test
149 TEST_GEN_PROGS_EXTENDED_x86_64 += x86_64/nx_huge_pages_test
199 ifeq ($(ARCH),x86_64)