Home
last modified time | relevance | path

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

1234567

/linux/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.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 …]
H A DKconfig13 Architecture: x86_64 using:
47 Architecture: x86_64
58 Architecture: x86_64
70 Architecture: x86_64 using:
81 Architecture: x86_64 using:
97 Architecture: x86_64 using:
115 Architecture: x86_64 using:
130 Architecture: x86_64
145 Architecture: x86_64 using:
178 Architecture: x86_64 using:
[all …]
H A D.gitignore2 poly1305-x86_64-cryptogams.S
/linux/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/ucall.c
[all …]
/linux/Documentation/arch/x86/x86_64/
H 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,
/linux/tools/perf/arch/x86/tests/
H A 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/arch/x86/tools/
H 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()
H 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/tools/arch/x86/lib/
H A Dinsn.c59 * @x86_64: !0 for 64-bit kernel or 64-bit app
61 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; 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()
208 if (!insn->x86_64) { in insn_get_prefixes()
226 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
234 if (insn->x86_64 in insn_get_prefixes()
[all...]
/linux/arch/x86/lib/
H A Dinsn.c59 * @x86_64: !0 for 64-bit kernel or 64-bit app
61 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; 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()
208 if (!insn->x86_64) { in insn_get_prefixes()
226 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
234 if (insn->x86_64 in insn_get_prefixes()
[all...]
/linux/tools/testing/ktest/examples/
H 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/tools/testing/selftests/vDSO/
H A DMakefile8 ifeq ($(ARCH),$(filter $(ARCH),x86 x86_64))
12 ifeq ($(ARCH)$(CONFIG_X86_32),$(filter $(ARCH)$(CONFIG_X86_32),x86 x86_64 loongarch arm64 powerpc s390))
/linux/Documentation/translations/zh_CN/rust/
H A Darch-support.rst25 ``um`` Maintained 只有 ``x86_64``
26 ``x86`` Maintained 只有 ``x86_64``
/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c193 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument
200 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in intel_pt_get_insn()
212 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_branch() argument
215 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_branch()
/linux/tools/testing/selftests/mm/
H A DMakefile56 ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64))
87 ifeq ($(ARCH),x86_64)
116 ifneq (,$(filter $(ARCH),arm64 ia64 mips64 parisc64 powerpc riscv64 s390x sparc64 x86_64 s390))
141 ifeq ($(ARCH),x86_64)
171 # x86_64 users should be encouraged to install 32-bit libraries
/linux/tools/power/cpupower/
H A D.gitignore28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/linux/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/Documentation/arch/x86/
H A Dkernel-stacks.rst12 x86_64 page size (PAGE_SIZE) is 4K.
14 Like all other architectures, x86_64 has a kernel stack for every
40 x86_64 also has a feature which is not available on i386, the ability
43 events on x86_64. This feature is called the Interrupt Stack Table
60 NMI. arch/x86_64/kernel/entry.S::paranoidentry adjusts the stack
/linux/Documentation/bpf/
H A Dclassic_vs_extended.rst19 function. Natively, x86_64 passes first 6 arguments in registers, aarch64/
20 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved
23 Thus, all eBPF registers map one to one to HW registers on x86_64, aarch64,
40 That behavior maps directly to x86_64 and arm64 subregister definition, but
84 GCC can compile f1, f3 into x86_64::
114 example, x86_64 JIT compiler can map them as ...
130 ... since x86_64 ABI mandates rdi, rsi, rdx, rcx, r8, r9 for argument passing
151 After JIT to x86_64 may look like::
/linux/tools/perf/Documentation/
H 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/Documentation/translations/zh_CN/admin-guide/
H A Dtainted-kernels.rst123 - 某些驱动程序正在被用在不受支持的体系结构上(例如x86_64以外的其他系统
124 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已经损坏了arm64上
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dtainted-kernels.rst126 - 某些驅動程序正在被用在不受支持的體系結構上(例如x86_64以外的其他系統
127 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已經損壞了arm64上
/linux/arch/
H A D.gitignore3 /x86_64/
/linux/arch/x86/kernel/
H A Dumip.c206 unsigned char *data, int *data_size, bool x86_64) in emulate_umip_insn() argument
238 if (x86_64) in emulate_umip_insn()
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile105 else ifeq ($(ARCH),x86_64)
106 CHOST := x86_64-linux-musl
107 QEMU_ARCH := x86_64
108 KERNEL_ARCH := x86_64
122 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
257 $(error I only build: x86_64, i686, arm, armeb, aarch64, aarch64_be, mips, mipsel, mips64, mips64el…

1234567