Home
last modified time | relevance | path

Searched refs:x86 (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/arch/x86/tools/
DMakefile16 reformatter = $(srctree)/arch/x86/tools/objdump_reformat.awk
17 chkobjdump = $(srctree)/arch/x86/tools/chkobjdump.awk
32 … := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/uapi/ -I$(srctree)/arch/x86/inc…
34 …LAGS_insn_sanity.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(srctree)…
37x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctr…
39x86/lib/insn.c $(srctree)/arch/x86/lib/inat.c $(srctree)/arch/x86/include/asm/inat_types.h $(srctr…
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
Dgen-insn-x86-dat.sh20 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
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
DBuild4 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
/kernel/linux/linux-5.10/arch/x86/
DMakefile5 ifeq ($(ARCH),x86)
31 CODE16GCC_CFLAGS := -m32 -Wa,$(srctree)/arch/x86/boot/code16gcc.h
85 include arch/x86/Makefile_32.cpu
140 $(OBJCOPY) -O elf32-x86-64 "$$TMP" "$$TMPO" && \
222 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
228 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
233 head-y := arch/x86/kernel/head_$(BITS).o
234 head-y += arch/x86/kernel/head$(BITS).o
235 head-y += arch/x86/kernel/ebda.o
236 head-y += arch/x86/kernel/platform-quirks.o
[all …]
DMakefile.um2 core-y += arch/x86/crypto/
20 include arch/x86/Makefile_32.cpu
42 ELF_ARCH := i386:x86-64
43 ELF_FORMAT := elf64-x86-64
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dintel.c101 if (c->x86 != 6) in probe_xeon_phi_r3mwait()
170 if (c->x86 != 6) in bad_spectre_microcode()
186 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel()
194 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel()
195 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel()
198 if (c->x86 >= 6 && !cpu_has(c, X86_FEATURE_IA64)) in early_init_intel()
225 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel()
235 if (c->x86 == 15 && c->x86_cache_alignment == 64) in early_init_intel()
240 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel()
257 if (c->x86 == 6) { in early_init_intel()
[all …]
Damd.c48 WARN_ONCE((boot_cpu_data.x86 != 0xf), in rdmsrl_amd_safe()
65 WARN_ONCE((boot_cpu_data.x86 != 0xf), in wrmsrl_amd_safe()
318 if (c->x86 >= 0x17) in legacy_fixup_core_id()
344 if (c->x86 == 0x15) in amd_get_topology()
347 if (c->x86 >= 0x17) { in amd_get_topology()
520 if (c->x86 >= 0xf) { in bsp_init_amd()
540 if (c->x86 > 0x10 || in bsp_init_amd()
541 (c->x86 == 0x10 && c->x86_model >= 0x2)) { in bsp_init_amd()
550 if (c->x86 == 0x15) { in bsp_init_amd()
582 c->x86 >= 0x15 && c->x86 <= 0x17) { in bsp_init_amd()
[all …]
Dcentaur.c64 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()
/kernel/linux/linux-5.10/arch/x86/lib/
Dcpu.c8 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()
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dandroid.txt17 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}"
Dperf-bench.txt167 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.
/kernel/linux/linux-5.10/fs/unicode/
Dutf8data.h_shipped89 0xe2,0x4c,0x0e,0xc1,0xe0,0x4e,0x0d,0xcf,0x86,0x65,0x2d,0x0d,0x01,0x00,0xd4,0xb8,
90 0xd3,0x27,0xe2,0x89,0xa3,0xe1,0xce,0x35,0xe0,0x2c,0x22,0xcf,0x86,0xc5,0xe4,0x15,
91 0x6d,0xe3,0x60,0x68,0xe2,0xf6,0x65,0xe1,0x29,0x65,0xe0,0xee,0x64,0xcf,0x86,0xe5,
93 0x86,0xcf,0x06,0x01,0x00,0xd1,0x0c,0xe0,0x1e,0xa9,0xcf,0x86,0xcf,0x06,0x02,0xff,
94 0xff,0xd0,0x08,0xcf,0x86,0xcf,0x06,0x01,0x00,0xcf,0x86,0xd5,0x06,0xcf,0x06,0x01,
96 0xd0,0x21,0xcf,0x86,0xe5,0x81,0xaa,0xe4,0x00,0xaa,0xe3,0xbf,0xa9,0xe2,0x9e,0xa9,
98 0x00,0xcf,0x86,0xe5,0x63,0xac,0xd4,0x19,0xe3,0xa2,0xab,0xe2,0x81,0xab,0xe1,0x70,
102 0xcf,0x86,0xd5,0x31,0xc4,0xe3,0x54,0x4e,0xe2,0xf5,0x4c,0xe1,0xa4,0xcc,0xe0,0x9c,
103 0x4b,0xcf,0x86,0xe5,0x8e,0x49,0xe4,0xaf,0x46,0xe3,0x11,0xbd,0xe2,0x68,0xbc,0xe1,
104 0x43,0xbc,0xe0,0x1c,0xbc,0xcf,0x86,0xe5,0xe9,0xbb,0x94,0x07,0x63,0xd4,0xbb,0x07,
[all …]
/kernel/linux/linux-5.10/arch/x86/configs/
Dxen.config1 # global x86 required specific stuff
15 # x86 xen specific config options
22 # x86 specific backend drivers
24 # x86 specific frontend drivers
/kernel/linux/linux-5.10/tools/scripts/
DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
17 SRCARCH := x86
20 SRCARCH := x86
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
DMakefile43 CAN_BUILD_I386 := $(shell ./../x86/check_cc.sh $(CC) ../x86/trivial_32bit_program.c -m32)
44 CAN_BUILD_X86_64 := $(shell ./../x86/check_cc.sh $(CC) ../x86/trivial_64bit_program.c)
45 CAN_BUILD_WITH_NOPIE := $(shell ./../x86/check_cc.sh $(CC) ../x86/trivial_program.c -no-pie)
/kernel/linux/linux-5.10/Documentation/gpu/
Dvga-switcheroo.rst70 .. 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
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
7 ifeq ($(ARCH),x86)
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq ($(ARCH),x86)
/kernel/linux/linux-5.10/tools/perf/
Dcheck-headers.sh144 check arch/x86/lib/memcpy_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU…
145 check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU…
153 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
/kernel/linux/linux-5.10/tools/testing/selftests/intel_pstate/
DMakefile6 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq (x86,$(ARCH))
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
DBuild3 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
/kernel/linux/linux-5.10/tools/testing/selftests/prctl/
DMakefile4 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
6 ifeq ($(ARCH),x86)
/kernel/linux/linux-5.10/tools/perf/arch/x86/
DMakefile13 out := $(OUTPUT)arch/x86/include/generated/asm
15 sys := $(srctree)/tools/perf/arch/x86/entry/syscalls
25 $(call QUIET_CLEAN, x86) $(RM) $(header)
/kernel/linux/linux-5.10/tools/testing/selftests/vDSO/
DMakefile5 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq ($(ARCH),x86)
/kernel/linux/linux-5.10/Documentation/features/sched/membarrier-sync-core/
Darch-support.txt13 # * x86
15 # x86-32 uses IRET as return from interrupt, which takes care of the IPI.
19 # x86-64 uses IRET as return from interrupt, which takes care of the IPI.
54 | x86: | ok |

12345678910>>...21