Home
last modified time | relevance | path

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

123456

/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/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/arch/x86/lib/
H 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; 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 && X86_VEX_W(b2)) in insn_get_prefixes()
388 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
411 if (!insn->x86_64) in insn_rip_relative()
/linux/tools/arch/x86/lib/
H 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; 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 && X86_VEX_W(b2)) in insn_get_prefixes()
388 if (insn->x86_64 && inat_is_force64(insn->attr)) in insn_get_modrm()
411 if (!insn->x86_64) in insn_rip_relative()
/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/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.c190 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_insn_decoder()
197 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in intel_pt_get_insn()
209 int arch_is_uncond_branch(const unsigned char *buf, size_t len, int x86_64) in intel_pt_get_insn()
212 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_uncond_branch() argument
193 intel_pt_get_insn(const unsigned char * buf,size_t len,int x86_64,struct intel_pt_insn * intel_pt_insn) intel_pt_get_insn() argument
/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/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/um/
H A DMakefile11 ifeq ($(shell uname -m),x86_64)
29 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/linux/arch/
H A D.gitignore3 /x86_64/
/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/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/perf/util/
H A Ddump-insn.c20 int x86_64 __maybe_unused) in arch_is_uncond_branch()
H A Ddump-insn.h24 int arch_is_uncond_branch(const unsigned char *buf, size_t len, int x86_64);
/linux/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/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/tools/testing/selftests/kexec/
H A DMakefile5 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)

123456