Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 – 25 of 171) sorted by relevance

1234567

/linux-6.6.21/arch/x86/crypto/
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.o
17 serpent-sse2-x86_64-y := serpent-sse2-x86_64-asm_64.o serpent_sse2_glue.o
18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o
19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o
[all …]
DKconfig13 Architecture: x86_64 using:
42 Architecture: x86_64
53 Architecture: x86_64
65 Architecture: x86_64 using:
76 Architecture: x86_64 using:
92 Architecture: x86_64 using:
110 Architecture: x86_64 using:
125 Architecture: x86_64
140 Architecture: x86_64 using:
173 Architecture: x86_64 using:
[all …]
D.gitignore2 poly1305-x86_64-cryptogams.S
/linux-6.6.21/tools/testing/selftests/kvm/
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/processor.c
40 LIBKVM_x86_64 += lib/x86_64/svm.c
41 LIBKVM_x86_64 += lib/x86_64/ucall.c
42 LIBKVM_x86_64 += lib/x86_64/vmx.c
60 TEST_PROGS_x86_64 += x86_64/nx_huge_pages_test.sh
[all …]
/linux-6.6.21/drivers/gpu/drm/ci/
Dbuild.yml33 .build:x86_64:
40 KERNEL_ARCH: "x86_64"
55 igt:x86_64:
56 extends: .build:x86_64
86 testing:x86_64:
87 extends: .build:x86_64
96 MERGE_FRAGMENT: x86_64.config
109 build:x86_64:
110 extends: .build:x86_64
Dtest.yml51 .lava-igt:x86_64:
53 - .lava-test:x86_64
56 ARCH: "x86_64"
58 - testing:x86_64
63 - testing:x86_64
64 - igt:x86_64
170 - .lava-igt:x86_64
243 - .lava-igt:x86_64
331 - testing:x86_64
332 - igt:x86_64
/linux-6.6.21/Documentation/arch/x86/x86_64/
Duefi.rst4 General note on [U]EFI x86_64 support
10 the needed bootloader support and associated tools for x86_64 platforms
15 2. Booting Linux kernel on UEFI x86_64 platform requires bootloader
16 support. Elilo with x86_64 support can be used.
18 3. x86_64 platform with EFI/UEFI firmware.
37 elilo bootloader with x86_64 support, elilo configuration file,
Dindex.rst4 x86_64 Support
/linux-6.6.21/tools/perf/arch/x86/tests/
Dinsn-x86.c100 static int test_data_item(const struct test_data *dat, int x86_64) in test_data_item() argument
107 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in test_data_item()
122 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) { in test_data_item()
150 static int test_data_set(const struct test_data *dat_set, int x86_64) in test_data_set() argument
156 if (test_data_item(dat, x86_64)) in test_data_set()
/linux-6.6.21/arch/x86/tools/
Dinsn_decoder_test.c30 static int x86_64; variable
85 insn->length, insn->x86_64, insn->kaddr); in dump_insn()
95 x86_64 = 1; in parse_args()
98 x86_64 = 0; in parse_args()
154 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in main()
Dinsn_sanity.c32 static int x86_64; /* x86-64 bit mode flag */ variable
78 insn->length, insn->x86_64, insn->kaddr); in dump_insn()
168 x86_64 = 1; in parse_args()
171 x86_64 = 0; in parse_args()
241 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in main()
/linux-6.6.21/arch/x86/lib/
Dinsn.c61 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
74 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
76 if (x86_64) in insn_init()
151 if (insn->x86_64) in insn_get_prefixes()
179 if (insn->x86_64) { in insn_get_prefixes()
197 if (!insn->x86_64) { in insn_get_prefixes()
215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
223 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
363 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
386 if (!insn->x86_64) in insn_rip_relative()
/linux-6.6.21/tools/arch/x86/lib/
Dinsn.c61 void insn_init(struct insn *insn, const void *kaddr, int buf_len, int x86_64) in insn_init() argument
74 insn->x86_64 = x86_64 ? 1 : 0; in insn_init()
76 if (x86_64) in insn_init()
151 if (insn->x86_64) in insn_get_prefixes()
179 if (insn->x86_64) { in insn_get_prefixes()
197 if (!insn->x86_64) { in insn_get_prefixes()
215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
223 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
363 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
386 if (!insn->x86_64) in insn_rip_relative()
/linux-6.6.21/tools/testing/ktest/examples/
Dcrosstests.conf176 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-6.6.21/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c184 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument
191 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in intel_pt_get_insn()
203 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_branch() argument
206 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_branch()
/linux-6.6.21/Documentation/rust/
Darch-support.rst18 ``um`` Maintained ``x86_64`` only.
19 ``x86`` Maintained ``x86_64`` only.
/linux-6.6.21/tools/power/cpupower/
D.gitignore28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/linux-6.6.21/tools/scripts/
DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
20 ifeq ($(ARCH),x86_64)
/linux-6.6.21/tools/testing/selftests/vDSO/
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-6.6.21/tools/testing/selftests/mm/
DMakefile76 ifeq ($(ARCH),x86_64)
104 ifneq (,$(filter $(ARCH),arm64 ia64 mips64 parisc64 ppc64 riscv64 s390x sparc64 x86_64))
124 ifeq ($(ARCH),x86_64)
/linux-6.6.21/arch/
D.gitignore3 /x86_64/
/linux-6.6.21/tools/perf/util/
Ddump-insn.c20 int x86_64 __maybe_unused) in arch_is_branch()
Ddump-insn.h23 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64);
/linux-6.6.21/tools/perf/Documentation/
Dperf.data-directory-format.txt50 …build id event received for /lib/x86_64-linux-gnu/libc-2.28.so: 5b157f49586a3ca84d55837f97ff466767…
63 …60795.481643: 2172167 cycles: 7f1a48c393c0 _IO_un_link+0x0 (/lib/x86_64-linux-gnu/libc-2.2…
/linux-6.6.21/arch/um/
DMakefile11 ifeq ($(shell uname -m),x86_64)
29 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)

1234567