| /linux/lib/crypto/ |
| H A D | Kconfig | 102 default y if X86_64 121 default y if X86_64 135 default y if X86_64 140 default y if !CRYPTO_LIB_CURVE25519_ARCH || ARM || X86_64 160 default y if X86_64 186 default y if X86_64 203 default y if X86_64 219 default 11 if X86_64 244 default y if X86_64 264 default y if X86_64 [all …]
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | Makefile | 6 ifeq ($(ARCH),$(filter $(ARCH),arm64 s390 riscv x86 x86_64 loongarch)) 7 # Top-level selftests allows ARCH=x86_64 :-( 8 ifeq ($(ARCH),x86_64)
|
| /linux/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 29 static int x86_64; variable 83 fprintf(fp, "\t.length = %d, .x86_64 = %d, .kaddr = %p}\n", in dump_insn() 84 insn->length, insn->x86_64, insn->kaddr); in dump_insn() 94 x86_64 = 1; in parse_args() 97 x86_64 = 0; in parse_args() 153 x86_64 ? INSN_MODE_64 : INSN_MODE_32); in main()
|
| H A D | insn_sanity.c | 32 static int x86_64; /* x86-64 bit mode flag */ variable 77 fprintf(fp, "\t.length = %d, .x86_64 = %d, .kaddr = %p}\n", in dump_insn() 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/perf/tests/ |
| H A D | pe-file.c | 4 // x86_64-w64-mingw32-gcc -o pe-file.exe pe-file.c 6 // x86_64-w64-mingw32-objcopy --only-keep-debug 8 // x86_64-w64-mingw32-objcopy --strip-debug
|
| /linux/arch/x86/lib/ |
| H A D | insn.c | 59 * @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() 211 } else if (!insn->x86_64) { in insn_get_prefixes() 229 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 237 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 343 if (insn->x86_64 && inat_is_invalid64(insn->attr)) { in insn_get_opcode() [all …]
|
| /linux/tools/testing/ktest/examples/ |
| H A D | crosstests.conf | 6 # https://kernel.org/pub/tools/crosstool/files/bin/x86_64/ 8 # running on a x86_64 system have been downloaded and installed into: 176 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/arch/x86/lib/ |
| H A D | insn.c | 59 * @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() 211 } else if (!insn->x86_64) { in insn_get_prefixes() 229 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 237 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 343 if (insn->x86_64 && inat_is_invalid64(insn->attr)) { in insn_get_opcode() [all …]
|
| /linux/Documentation/arch/x86/ |
| H A D | kernel-stacks.rst | 12 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/arch/x86/tests/ |
| H A D | insn-x86.c | 100 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()
|
| H A D | gen-insn-x86-dat.sh | 9 if [ "$(uname -m)" != "x86_64" ]; then 10 echo "ERROR: This script only works on x86_64"
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | functions.sh | 156 qemu-system-x86_64|qemu-system-i386) 183 echo qemu-system-x86_64 215 qemu-system-x86_64|qemu-system-i386) 237 qemu-system-x86_64) 245 qemu-system-x86_64|qemu-system-i386) 306 qemu-system-x86_64|qemu-system-i386|qemu-system-aarch64)
|
| /linux/Documentation/bpf/ |
| H A D | classic_vs_extended.rst | 19 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/testing/kunit/qemu_configs/ |
| H A D | x86_64.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='x86_64', 7 qemu_arch='x86_64',
|
| /linux/drivers/platform/x86/intel/uncore-frequency/ |
| H A D | Kconfig | 7 depends on X86_64 || COMPILE_TEST 14 depends on X86_64
|
| /linux/drivers/net/ethernet/microsoft/ |
| H A D | Kconfig | 21 depends on X86_64 || (ARM64 && !CPU_BIG_ENDIAN) 29 So far, the driver is only supported on X86_64.
|
| /linux/tools/testing/selftests/mm/ |
| H A D | Makefile | 73 ifneq (,$(filter $(ARCH),arm64 riscv riscv64 x86 x86_64 loongarch32 loongarch64)) 112 ifeq ($(ARCH),x86_64) 141 ifneq (,$(filter $(ARCH),arm64 mips64 parisc64 powerpc riscv64 s390x sparc64 x86_64 s390)) 199 ifeq ($(ARCH),x86_64) 233 # x86_64 users should be encouraged to install 32-bit libraries
|
| /linux/include/linux/ |
| H A D | edd.h | 13 * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch 16 * In arch/{i386,x86_64}/kernel/setup.c, this information is
|
| /linux/tools/scripts/ |
| H A D | Makefile.arch | 2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ 20 ifeq ($(ARCH),x86_64)
|
| /linux/drivers/platform/x86/amd/ |
| H A D | Kconfig | 13 depends on X86_64 && ACPI 50 depends on I2C && X86_64 && ACPI
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 190 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64, in intel_pt_get_insn() argument 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 arch_is_uncond_branch() argument 212 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0) in arch_is_uncond_branch()
|
| /linux/tools/include/linux/ |
| H A D | err.h | 23 * in Documentation/arch/x86/x86_64/mm.rst for x86_64 arch:
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | run-tests.sh | 11 hostarch=x86_64 21 i386 x86_64 x32 122 x32*) echo x86_64;;
|
| /linux/arch/x86/um/shared/sysdep/ |
| H A D | ptrace_64.h | 27 /* Also defined in asm/ptrace-x86_64.h, but not in libc headers. So, these 32 * which is what x86_64 ptrace actually uses.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf.data-directory-format.txt | 50 …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…
|