Lines Matching refs:x86_64
11 ARCH_DIR := x86_64
34 LIBKVM_x86_64 += lib/x86_64/apic.c
35 LIBKVM_x86_64 += lib/x86_64/handlers.S
36 LIBKVM_x86_64 += lib/x86_64/hyperv.c
37 LIBKVM_x86_64 += lib/x86_64/memstress.c
38 LIBKVM_x86_64 += lib/x86_64/processor.c
39 LIBKVM_x86_64 += lib/x86_64/svm.c
40 LIBKVM_x86_64 += lib/x86_64/ucall.c
41 LIBKVM_x86_64 += lib/x86_64/vmx.c
59 TEST_PROGS_x86_64 += x86_64/nx_huge_pages_test.sh
62 TEST_GEN_PROGS_x86_64 = x86_64/cpuid_test
63 TEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test
64 TEST_GEN_PROGS_x86_64 += x86_64/get_msr_index_features
65 TEST_GEN_PROGS_x86_64 += x86_64/exit_on_emulation_failure_test
66 TEST_GEN_PROGS_x86_64 += x86_64/fix_hypercall_test
67 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_clock
68 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
69 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_evmcs
70 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_extended_hypercalls
71 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_features
72 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_ipi
73 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_svm_test
74 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_tlb_flush
75 TEST_GEN_PROGS_x86_64 += x86_64/kvm_clock_test
76 TEST_GEN_PROGS_x86_64 += x86_64/kvm_pv_test
77 TEST_GEN_PROGS_x86_64 += x86_64/mmio_warning_test
78 TEST_GEN_PROGS_x86_64 += x86_64/monitor_mwait_test
79 TEST_GEN_PROGS_x86_64 += x86_64/nested_exceptions_test
80 TEST_GEN_PROGS_x86_64 += x86_64/platform_info_test
81 TEST_GEN_PROGS_x86_64 += x86_64/pmu_event_filter_test
82 TEST_GEN_PROGS_x86_64 += x86_64/set_boot_cpu_id
83 TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test
84 TEST_GEN_PROGS_x86_64 += x86_64/smaller_maxphyaddr_emulation_test
85 TEST_GEN_PROGS_x86_64 += x86_64/smm_test
86 TEST_GEN_PROGS_x86_64 += x86_64/state_test
87 TEST_GEN_PROGS_x86_64 += x86_64/vmx_preemption_timer_test
88 TEST_GEN_PROGS_x86_64 += x86_64/svm_vmcall_test
89 TEST_GEN_PROGS_x86_64 += x86_64/svm_int_ctl_test
90 TEST_GEN_PROGS_x86_64 += x86_64/svm_nested_shutdown_test
91 TEST_GEN_PROGS_x86_64 += x86_64/svm_nested_soft_inject_test
92 TEST_GEN_PROGS_x86_64 += x86_64/tsc_scaling_sync
93 TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test
94 TEST_GEN_PROGS_x86_64 += x86_64/ucna_injection_test
95 TEST_GEN_PROGS_x86_64 += x86_64/userspace_io_test
96 TEST_GEN_PROGS_x86_64 += x86_64/userspace_msr_exit_test
97 TEST_GEN_PROGS_x86_64 += x86_64/vmx_apic_access_test
98 TEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test
99 TEST_GEN_PROGS_x86_64 += x86_64/vmx_dirty_log_test
100 TEST_GEN_PROGS_x86_64 += x86_64/vmx_exception_with_invalid_guest_state
101 TEST_GEN_PROGS_x86_64 += x86_64/vmx_msrs_test
102 TEST_GEN_PROGS_x86_64 += x86_64/vmx_invalid_nested_guest_state
103 TEST_GEN_PROGS_x86_64 += x86_64/vmx_set_nested_state_test
104 TEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test
105 TEST_GEN_PROGS_x86_64 += x86_64/vmx_nested_tsc_scaling_test
106 TEST_GEN_PROGS_x86_64 += x86_64/xapic_ipi_test
107 TEST_GEN_PROGS_x86_64 += x86_64/xapic_state_test
108 TEST_GEN_PROGS_x86_64 += x86_64/xss_msr_test
109 TEST_GEN_PROGS_x86_64 += x86_64/debug_regs
110 TEST_GEN_PROGS_x86_64 += x86_64/tsc_msrs_test
111 TEST_GEN_PROGS_x86_64 += x86_64/vmx_pmu_caps_test
112 TEST_GEN_PROGS_x86_64 += x86_64/xen_shinfo_test
113 TEST_GEN_PROGS_x86_64 += x86_64/xen_vmcall_test
114 TEST_GEN_PROGS_x86_64 += x86_64/sev_migrate_tests
115 TEST_GEN_PROGS_x86_64 += x86_64/amx_test
116 TEST_GEN_PROGS_x86_64 += x86_64/max_vcpuid_cap_test
117 TEST_GEN_PROGS_x86_64 += x86_64/triple_fault_event_test
135 TEST_GEN_PROGS_EXTENDED_x86_64 += x86_64/nx_huge_pages_test
192 ifeq ($(ARCH),x86_64)