| /Linux-v6.1/arch/x86/tools/ |
| D | Makefile | 16 reformatter = $(srctree)/arch/x86/tools/objdump_reformat.awk 17 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk 32 …er_test.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtr… 34 …_sanity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtr… 37 …x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_typ… 39 …x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_typ…
|
| /Linux-v6.1/tools/perf/arch/x86/tests/ |
| D | gen-insn-x86-dat.sh | 20 gcc -g -c insn-x86-dat-src.c 22 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-64.c 24 rm -f insn-x86-dat-src.o 28 gcc -g -c -m32 insn-x86-dat-src.c 30 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-32.c 32 rm -f insn-x86-dat-src.o
|
| /Linux-v6.1/tools/objtool/arch/x86/ |
| D | Build | 4 inat_tables_script = ../arch/x86/tools/gen-insn-attr-x86.awk 5 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt 7 $(OUTPUT)arch/x86/lib/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) 11 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c 13 CFLAGS_decode.o += -I$(OUTPUT)arch/x86/lib
|
| /Linux-v6.1/arch/x86/kernel/cpu/ |
| D | amd.c | 47 WARN_ONCE((boot_cpu_data.x86 != 0xf), in rdmsrl_amd_safe() 64 WARN_ONCE((boot_cpu_data.x86 != 0xf), in wrmsrl_amd_safe() 317 if (c->x86 >= 0x17) in legacy_fixup_core_id() 343 if (c->x86 == 0x15) in amd_get_topology() 346 if (c->x86 >= 0x17) { in amd_get_topology() 484 if (c->x86 > 0x10 || in bsp_init_amd() 485 (c->x86 == 0x10 && c->x86_model >= 0x2)) { in bsp_init_amd() 494 if (c->x86 == 0x15) { in bsp_init_amd() 526 c->x86 >= 0x15 && c->x86 <= 0x17) { in bsp_init_amd() 529 switch (c->x86) { in bsp_init_amd() [all …]
|
| D | intel.c | 107 if (c->x86 != 6) in probe_xeon_phi_r3mwait() 176 if (c->x86 != 6) in bad_spectre_microcode() 224 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel() 232 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel() 233 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel() 236 if (c->x86 >= 6 && !cpu_has(c, X86_FEATURE_IA64)) in early_init_intel() 263 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel() 273 if (c->x86 == 15 && c->x86_cache_alignment == 64) in early_init_intel() 278 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel() 295 if (c->x86 == 6) { in early_init_intel() [all …]
|
| D | centaur.c | 64 if (c->x86 == 0x6 && c->x86_model >= 0xf) { in init_c3() 69 if (c->x86 >= 7) in init_c3() 98 if (c->x86 == 5) in early_init_centaur() 101 if ((c->x86 == 6 && c->x86_model >= 0xf) || in early_init_centaur() 102 (c->x86 >= 7)) in early_init_centaur() 149 if (c->x86 == 5) { in init_centaur() 211 if (c->x86 == 6 || c->x86 >= 7) in init_centaur() 225 if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8))) in centaur_size_cache() 233 if ((c->x86 == 6) && (c->x86_model == 9) && in centaur_size_cache()
|
| /Linux-v6.1/arch/x86/lib/ |
| D | cpu.c | 8 unsigned int x86; in x86_family() local 10 x86 = (sig >> 8) & 0xf; in x86_family() 12 if (x86 == 0xf) in x86_family() 13 x86 += (sig >> 20) & 0xff; in x86_family() 15 return x86; in x86_family()
|
| /Linux-v6.1/arch/x86/ |
| D | Makefile | 5 ifeq ($(ARCH),x86) 108 include $(srctree)/arch/x86/Makefile_32.cpu 236 $(Q)$(MAKE) $(build)=arch/x86/tools relocs 242 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all 247 libs-y += arch/x86/lib/ 250 drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ 251 drivers-$(CONFIG_PCI) += arch/x86/pci/ 254 drivers-$(CONFIG_PM) += arch/x86/power/ 256 drivers-$(CONFIG_FB) += arch/x86/video/ 261 boot := arch/x86/boot [all …]
|
| D | Makefile.um | 2 core-y += arch/x86/crypto/ 20 include arch/x86/Makefile_32.cpu 42 ELF_ARCH := i386:x86-64 43 ELF_FORMAT := elf64-x86-64
|
| /Linux-v6.1/tools/perf/Documentation/ |
| D | android.txt | 17 For x86: 18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android- 19 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-x86 38 For x86: 39 ./build/tools/build-ndk-sysroot.sh --abi=x86 40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86 45 For x86: 53 For x86: 54 make WERROR=0 ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} EXTRA_CFLAGS="-pie --sysroot=${NDK_SYSROOT}"
|
| D | perf-bench.txt | 167 On x86-64, x86-64-unrolled, x86-64-movsq and x86-64-movsb are supported. 191 On x86-64, x86-64-unrolled, x86-64-stosq and x86-64-stosb are supported.
|
| /Linux-v6.1/fs/unicode/ |
| D | utf8data.c_shipped | 88 0xe2,0x4c,0x0e,0xc1,0xe0,0x4e,0x0d,0xcf,0x86,0x65,0x2d,0x0d,0x01,0x00,0xd4,0xb8, 89 0xd3,0x27,0xe2,0x89,0xa3,0xe1,0xce,0x35,0xe0,0x2c,0x22,0xcf,0x86,0xc5,0xe4,0x15, 90 0x6d,0xe3,0x60,0x68,0xe2,0xf6,0x65,0xe1,0x29,0x65,0xe0,0xee,0x64,0xcf,0x86,0xe5, 92 0x86,0xcf,0x06,0x01,0x00,0xd1,0x0c,0xe0,0x1e,0xa9,0xcf,0x86,0xcf,0x06,0x02,0xff, 93 0xff,0xd0,0x08,0xcf,0x86,0xcf,0x06,0x01,0x00,0xcf,0x86,0xd5,0x06,0xcf,0x06,0x01, 95 0xd0,0x21,0xcf,0x86,0xe5,0x81,0xaa,0xe4,0x00,0xaa,0xe3,0xbf,0xa9,0xe2,0x9e,0xa9, 97 0x00,0xcf,0x86,0xe5,0x63,0xac,0xd4,0x19,0xe3,0xa2,0xab,0xe2,0x81,0xab,0xe1,0x70, 101 0xcf,0x86,0xd5,0x31,0xc4,0xe3,0x54,0x4e,0xe2,0xf5,0x4c,0xe1,0xa4,0xcc,0xe0,0x9c, 102 0x4b,0xcf,0x86,0xe5,0x8e,0x49,0xe4,0xaf,0x46,0xe3,0x11,0xbd,0xe2,0x68,0xbc,0xe1, 103 0x43,0xbc,0xe0,0x1c,0xbc,0xcf,0x86,0xe5,0xe9,0xbb,0x94,0x07,0x63,0xd4,0xbb,0x07, [all …]
|
| /Linux-v6.1/tools/scripts/ |
| D | Makefile.arch | 2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ 18 SRCARCH := x86 21 SRCARCH := x86
|
| /Linux-v6.1/arch/x86/configs/ |
| D | xen.config | 1 # global x86 required specific stuff 15 # x86 xen specific config options 21 # x86 specific backend drivers 23 # x86 specific frontend drivers
|
| /Linux-v6.1/tools/perf/ |
| D | check-headers.sh | 146 check arch/x86/lib/memcpy_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU… 147 check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU… 148 check arch/x86/include/asm/amd-ibs.h '-I "^#include [<\"]\(asm/\)*msr-index.h"' 158 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
|
| /Linux-v6.1/Documentation/gpu/ |
| D | vga-switcheroo.rst | 70 .. kernel-doc:: drivers/platform/x86/apple-gmux.c 73 .. kernel-doc:: drivers/platform/x86/apple-gmux.c 79 .. kernel-doc:: drivers/platform/x86/apple-gmux.c 85 .. kernel-doc:: drivers/platform/x86/apple-gmux.c 91 .. kernel-doc:: drivers/platform/x86/apple-gmux.c
|
| /Linux-v6.1/scripts/ |
| D | head-object-list.txt | 47 arch/x86/kernel/head_32.o 48 arch/x86/kernel/head_64.o 49 arch/x86/kernel/head32.o 50 arch/x86/kernel/head64.o 51 arch/x86/kernel/ebda.o 52 arch/x86/kernel/platform-quirks.o
|
| /Linux-v6.1/tools/testing/selftests/kexec/ |
| D | Makefile | 5 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 7 ifeq ($(ARCH_PROCESSED),$(filter $(ARCH_PROCESSED),x86 ppc64le))
|
| /Linux-v6.1/tools/testing/selftests/breakpoints/ |
| D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 8 ifeq ($(ARCH),x86)
|
| /Linux-v6.1/tools/testing/selftests/intel_pstate/ |
| D | Makefile | 6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 8 ifeq (x86,$(ARCH_PROCESSED))
|
| /Linux-v6.1/tools/testing/selftests/vm/ |
| D | Makefile | 57 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_32bit_program.c -m32) 58 CAN_BUILD_X86_64 := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_64bit_program.c) 59 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh "$(CC)" ../x86/trivial_program.c -no-pie)
|
| /Linux-v6.1/tools/testing/selftests/prctl/ |
| D | Makefile | 4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) 6 ifeq ($(ARCH),x86)
|
| /Linux-v6.1/tools/perf/util/intel-pt-decoder/ |
| D | Build | 3 inat_tables_script = $(srctree)/tools/arch/x86/tools/gen-insn-attr-x86.awk 4 inat_tables_maps = $(srctree)/tools/arch/x86/lib/x86-opcode-map.txt
|
| /Linux-v6.1/tools/perf/arch/x86/ |
| D | Makefile | 13 generated := $(OUTPUT)arch/x86/include/generated 16 sys := $(srctree)/tools/perf/arch/x86/entry/syscalls 26 $(call QUIET_CLEAN, x86) $(RM) -r $(header) $(generated)
|
| /Linux-v6.1/arch/x86/kernel/acpi/ |
| D | cstate.c | 53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check() 63 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f && in acpi_processor_power_init_bm_check() 82 if (c->x86_vendor == X86_VENDOR_AMD && c->x86 >= 0x17) { in acpi_processor_power_init_bm_check()
|