Home
last modified time | relevance | path

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

123456

/linux/tools/testing/selftests/kvm/
A D.gitignore11 /x86_64/debug_regs
12 /x86_64/evmcs_test
14 /x86_64/get_cpuid_test
16 /x86_64/kvm_clock_test
17 /x86_64/kvm_pv_test
18 /x86_64/hyperv_clock
19 /x86_64/hyperv_cpuid
22 /x86_64/mmu_role_test
27 /x86_64/smm_test
28 /x86_64/state_test
[all …]
A DMakefile37 LIBKVM_x86_64 = lib/x86_64/apic.c lib/x86_64/processor.c lib/x86_64/vmx.c lib/x86_64/svm.c lib/x86_…
43 TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
46 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_clock
47 TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
50 TEST_GEN_PROGS_x86_64 += x86_64/kvm_pv_test
52 TEST_GEN_PROGS_x86_64 += x86_64/mmu_role_test
56 TEST_GEN_PROGS_x86_64 += x86_64/smm_test
57 TEST_GEN_PROGS_x86_64 += x86_64/state_test
72 TEST_GEN_PROGS_x86_64 += x86_64/xss_msr_test
73 TEST_GEN_PROGS_x86_64 += x86_64/debug_regs
[all …]
/linux/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 D.gitignore2 poly1305-x86_64-cryptogams.S
/linux/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,
/linux/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/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/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/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/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/tools/perf/util/intel-pt-decoder/
A Dintel-pt-insn-decoder.c168 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument
175 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in intel_pt_get_insn()
187 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64) in arch_is_branch() argument
190 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_branch()
/linux/tools/power/cpupower/
A D.gitignore28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
/linux/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/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/tools/testing/selftests/vm/
A DMakefile51 ifeq ($(MACHINE),x86_64)
79 ifneq (,$(filter $(MACHINE),arm64 ia64 mips64 parisc64 ppc64 riscv64 s390x sh64 sparc64 x86_64))
92 ifeq ($(MACHINE),x86_64)
/linux/crypto/
A DKconfig1209 tristate "Blowfish cipher algorithm (x86_64)"
1239 tristate "Camellia cipher algorithm (x86_64)"
1244 Camellia cipher algorithm module (x86_64).
1474 tristate "Serpent cipher algorithm (x86_64/SSE2)"
1512 tristate "Serpent cipher algorithm (x86_64/AVX)"
1532 tristate "Serpent cipher algorithm (x86_64/AVX2)"
1574 tristate "SM4 cipher algorithm (x86_64/AES-NI/AVX)"
1673 tristate "Twofish cipher algorithm (x86_64)"
1679 Twofish cipher algorithm (x86_64).
1710 tristate "Twofish cipher algorithm (x86_64/AVX)"
[all …]
/linux/arch/x86/
A DMakefile6 ifeq ($(shell uname -m),x86_64)
91 UTS_MACHINE := x86_64
285 $(Q)rm -rf $(objtree)/arch/x86_64
/linux/Documentation/x86/
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/arch/um/
A DMakefile11 ifeq ($(shell uname -m),x86_64)
34 ifneq ($(filter $(SUBARCH),x86 x86_64 i386),)
/linux/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/Documentation/translations/zh_TW/admin-guide/
A Dtainted-kernels.rst126 - 某些驅動程序正在被用在不受支持的體系結構上(例如x86_64以外的其他系統
127 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已經損壞了arm64上
/linux/Documentation/translations/zh_CN/admin-guide/
A Dtainted-kernels.rst123 - 某些驱动程序正在被用在不受支持的体系结构上(例如x86_64以外的其他系统
124 上的scsi/snic,非x86/x86_64/itanium上的scsi/ips,已经损坏了arm64上
/linux/arch/
A D.gitignore3 /x86_64/
/linux/arch/x86/kernel/
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()

Completed in 35 milliseconds

123456