Lines Matching refs:x86_64
19 # x86_64 targets are named to include x86_64 as a suffix and directories
20 # for includes are in x86_64 sub-directory. s390x and aarch64 follow the
24 # No change necessary for x86_64
37 LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c lib/x86_64/svm.c lib/x86_64/ucall.c lib/x86_64/handlers.S
41 TEST_GEN_PROGS_x86_64 = x86_64/cr4_cpuid_sync_test
42 TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
43 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
44 TEST_GEN_PROGS_x86_64 += x86_64/kvm_pv_test
45 TEST_GEN_PROGS_x86_64 += x86_64/mmio_warning_test
46 TEST_GEN_PROGS_x86_64 += x86_64/platform_info_test
47 TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test
48 TEST_GEN_PROGS_x86_64 += x86_64/smm_test
49 TEST_GEN_PROGS_x86_64 += x86_64/state_test
50 TEST_GEN_PROGS_x86_64 += x86_64/vmx_preemption_timer_test
51 TEST_GEN_PROGS_x86_64 += x86_64/svm_vmcall_test
52 TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test
53 TEST_GEN_PROGS_x86_64 += x86_64/vmx_apic_access_test
54 TEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test
55 TEST_GEN_PROGS_x86_64 += x86_64/vmx_dirty_log_test
56 TEST_GEN_PROGS_x86_64 += x86_64/vmx_set_nested_state_test
57 TEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test
58 TEST_GEN_PROGS_x86_64 += x86_64/xss_msr_test
59 TEST_GEN_PROGS_x86_64 += x86_64/debug_regs
60 TEST_GEN_PROGS_x86_64 += x86_64/tsc_msrs_test
61 TEST_GEN_PROGS_x86_64 += x86_64/user_msr_test
91 ifeq ($(ARCH),x86_64)