Searched refs:x86_64 (Results 1 - 25 of 73) sorted by relevance

123

/linux-master/arch/x86/crypto/
H A DMakefile7 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
8 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o
9 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o
10 twofish-x86_64-3way-y := twofish-x86_64-asm_64-3way.o twofish_glue_3way.o
11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o
12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o
16 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64
[all...]
/linux-master/tools/testing/selftests/kvm/
H A DMakefile11 ARCH_DIR := x86_64
35 LIBKVM_x86_64 += lib/x86_64/apic.c
36 LIBKVM_x86_64 += lib/x86_64/handlers.S
37 LIBKVM_x86_64 += lib/x86_64/hyperv.c
38 LIBKVM_x86_64 += lib/x86_64/memstress.c
39 LIBKVM_x86_64 += lib/x86_64/pmu.c
40 LIBKVM_x86_64 += lib/x86_64/processor.c
41 LIBKVM_x86_64 += lib/x86_64/sev.c
42 LIBKVM_x86_64 += lib/x86_64/svm.c
43 LIBKVM_x86_64 += lib/x86_64/ucal
[all...]
/linux-master/tools/perf/util/
H A Ddump-insn.h23 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64);
H A Ddump-insn.c20 int x86_64 __maybe_unused)
/linux-master/tools/testing/selftests/thermal/intel/power_floor/
H A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/linux-master/tools/testing/selftests/thermal/intel/workload_hint/
H A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/linux-master/tools/build/feature/
H A Dtest-libunwind-x86_64.c2 #include <libunwind-x86_64.h>
/linux-master/tools/testing/selftests/breakpoints/
H A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/linux-master/tools/testing/selftests/intel_pstate/
H A DMakefile6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/linux-master/tools/testing/selftests/kexec/
H A DMakefile5 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/linux-master/tools/testing/selftests/ipc/
H A DMakefile8 ifeq ($(ARCH),x86_64)
/linux-master/tools/testing/selftests/amd-pstate/
H A DMakefile8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/linux-master/tools/testing/selftests/prctl/
H A DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
/linux-master/tools/testing/selftests/vDSO/
H A DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
10 ifeq ($(ARCH),$(filter $(ARCH),x86 x86_64))
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dmultiple_kprobes.tc9 x86_64|i[3456]86) OFFS=5;;
H A Dkprobe_opt_types.tc8 x86_64)
H A Dkprobe_args_string.tc7 x86_64)
H A Dkprobe_args_char.tc7 x86_64)
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c30 static int x86_64; variable
84 fprintf(fp, "\t.length = %d, .x86_64 = %d, .kaddr = %p}\n",
85 insn->length, insn->x86_64, insn->kaddr);
95 x86_64 = 1;
98 x86_64 = 0;
154 x86_64 ? INSN_MODE_64 : INSN_MODE_32);
H A Dinsn_sanity.c32 static int x86_64; /* x86-64 bit mode flag */ variable
77 fprintf(fp, "\t.length = %d, .x86_64 = %d, .kaddr = %p}\n",
78 insn->length, insn->x86_64, insn->kaddr);
168 x86_64 = 1;
171 x86_64 = 0;
241 x86_64 ? INSN_MODE_64 : INSN_MODE_32);
/linux-master/tools/perf/arch/x86/tests/
H A Dinsn-x86.c100 static int test_data_item(const struct test_data *dat, int x86_64) argument
107 x86_64 ? INSN_MODE_64 : INSN_MODE_32);
122 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) {
150 static int test_data_set(const struct test_data *dat_set, int x86_64) argument
156 if (test_data_item(dat, x86_64))
/linux-master/tools/scripts/
H A DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
20 ifeq ($(ARCH),x86_64)
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.h48 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64,
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf6 # https://kernel.org/pub/tools/crosstool/files/bin/x86_64/
8 # running on a x86_64 system have been downloaded and installed into:
176 MAKE_CMD = make ARCH=um SUBARCH=x86_64
185 TEST_START IF ${RUN} == x86 || ${RUN} == x86_64 || ${DO_DEFAULT}
186 MAKE_CMD = make ARCH=x86_64
187 ARCH = x86_64
/linux-master/scripts/
H A DMakefile.clang13 CLANG_TARGET_FLAGS_x86 := x86_64-linux-gnu

Completed in 376 milliseconds

123