Home
last modified time | relevance | path

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

1234567

/linux-6.3-rc2/tools/testing/selftests/kvm/
A DMakefile11 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
62 TEST_GEN_PROGS_x86_64 = x86_64/cpuid_test
[all …]
/linux-6.3-rc2/arch/x86/crypto/
A DMakefile8 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o
10 twofish-x86_64-3way-y := twofish-x86_64-asm_64-3way.o twofish_glue_3way.o
12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o
19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o
27 camellia-x86_64-y := camellia-x86_64-asm_64.o camellia_glue.o
34 blowfish-x86_64-y := blowfish-x86_64-asm_64.o blowfish_glue.o
37 cast5-avx-x86_64-y := cast5-avx-x86_64-asm_64.o cast5_avx_glue.o
40 cast6-avx-x86_64-y := cast6-avx-x86_64-asm_64.o cast6_avx_glue.o
46 chacha-x86_64-y := chacha-avx2-x86_64.o chacha-ssse3-x86_64.o chacha_glue.o
47 chacha-x86_64-$(CONFIG_AS_AVX512) += chacha-avx512vl-x86_64.o
[all …]
A 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:
254 Architecture: x86_64
[all …]
A D.gitignore2 poly1305-x86_64-cryptogams.S
/linux-6.3-rc2/Documentation/x86/x86_64/
A 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,
A Dindex.rst4 x86_64 Support
/linux-6.3-rc2/tools/perf/arch/x86/tests/
A Dinsn-x86.c96 static int test_data_item(struct test_data *dat, int x86_64) in test_data_item() argument
103 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in test_data_item()
118 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) { in test_data_item()
146 static int test_data_set(struct test_data *dat_set, int x86_64) in test_data_set() argument
152 if (test_data_item(dat, x86_64)) in test_data_set()
/linux-6.3-rc2/arch/x86/tools/
A 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()
A 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.3-rc2/arch/x86/lib/
A 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.3-rc2/tools/arch/x86/lib/
A 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.3-rc2/tools/testing/ktest/examples/
A 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.3-rc2/tools/perf/util/intel-pt-decoder/
A Dintel-pt-insn-decoder.c170 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument
177 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in intel_pt_get_insn()
189 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_branch() argument
192 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_branch()
/linux-6.3-rc2/tools/power/cpupower/
A D.gitignore28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/linux-6.3-rc2/Documentation/rust/
A Darch-support.rst18 ``x86`` Maintained ``x86_64`` only.
19 ``um`` Maintained ``x86_64`` only.
/linux-6.3-rc2/tools/testing/selftests/vDSO/
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-6.3-rc2/tools/scripts/
A DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
20 ifeq ($(ARCH),x86_64)
/linux-6.3-rc2/tools/testing/selftests/mm/
A DMakefile65 ifeq ($(MACHINE),x86_64)
93 ifneq (,$(filter $(MACHINE),arm64 ia64 mips64 parisc64 ppc64 riscv64 s390x sh64 sparc64 x86_64))
115 ifeq ($(MACHINE),x86_64)
/linux-6.3-rc2/arch/
A D.gitignore3 /x86_64/
/linux-6.3-rc2/tools/perf/util/
A Ddump-insn.c20 int x86_64 __maybe_unused) in arch_is_branch()
A Ddump-insn.h23 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64);
/linux-6.3-rc2/arch/um/
A DMakefile11 ifeq ($(shell uname -m),x86_64)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/linux-6.3-rc2/tools/perf/Documentation/
A 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.3-rc2/Documentation/translations/zh_CN/admin-guide/
A Dtainted-kernels.rst123 - 某些驱动程序正在被用在不受支持的体系结构上(例如x86_64以外的其他系统
124 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已经损坏了arm64上
/linux-6.3-rc2/Documentation/translations/zh_TW/admin-guide/
A Dtainted-kernels.rst126 - 某些驅動程序正在被用在不受支持的體系結構上(例如x86_64以外的其他系統
127 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已經損壞了arm64上

Completed in 33 milliseconds

1234567