Home
last modified time | relevance | path

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

12345678910>>...24

/Linux-v6.6/arch/x86/tools/
DMakefile16 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…
37x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_typ…
39x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_typ…
/Linux-v6.6/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
/Linux-v6.6/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
/Linux-v6.6/arch/x86/kernel/cpu/
Damd.c110 if ((cpu->x86 == AMD_MODEL_RANGE_FAMILY(range)) && in cpu_has_amd_erratum()
123 WARN_ONCE((boot_cpu_data.x86 != 0xf), in rdmsrl_amd_safe()
140 WARN_ONCE((boot_cpu_data.x86 != 0xf), in wrmsrl_amd_safe()
393 if (c->x86 >= 0x17) in legacy_fixup_core_id()
419 if (c->x86 == 0x15) in amd_get_topology()
422 if (c->x86 >= 0x17) { in amd_get_topology()
560 if (c->x86 > 0x10 || in bsp_init_amd()
561 (c->x86 == 0x10 && c->x86_model >= 0x2)) { in bsp_init_amd()
570 if (c->x86 == 0x15) { in bsp_init_amd()
602 c->x86 >= 0x15 && c->x86 <= 0x17) { in bsp_init_amd()
[all …]
Dintel.c107 if (c->x86 != 6) in probe_xeon_phi_r3mwait()
176 if (c->x86 != 6) in bad_spectre_microcode()
192 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) { in early_init_intel()
200 if ((c->x86 == 0xf && c->x86_model >= 0x03) || in early_init_intel()
201 (c->x86 == 0x6 && c->x86_model >= 0x0e)) in early_init_intel()
204 if (c->x86 >= 6 && !cpu_has(c, X86_FEATURE_IA64)) in early_init_intel()
231 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_stepping <= 2 && in early_init_intel()
241 if (c->x86 == 15 && c->x86_cache_alignment == 64) in early_init_intel()
246 if (c->x86 == 0xF && c->x86_model == 0x3 in early_init_intel()
263 if (c->x86 == 6) { in early_init_intel()
[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()
/Linux-v6.6/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()
/Linux-v6.6/tools/testing/selftests/amd-pstate/
DMakefile8 ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
10 ifeq (x86,$(ARCH))
11 TEST_FILES += ../../../power/x86/amd_pstate_tracer/amd_pstate_trace.py
12 TEST_FILES += ../../../power/x86/intel_pstate_tracer/intel_pstate_tracer.py
/Linux-v6.6/arch/x86/
DMakefile5 ifeq ($(ARCH),x86)
108 include $(srctree)/arch/x86/Makefile_32.cpu
242 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
248 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
253 libs-y += arch/x86/lib/
256 drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
257 drivers-$(CONFIG_PCI) += arch/x86/pci/
260 drivers-$(CONFIG_PM) += arch/x86/power/
262 drivers-$(CONFIG_FB_CORE) += arch/x86/video/
267 boot := arch/x86/boot
[all …]
DMakefile.um2 core-y += arch/x86/crypto/
31 include $(srctree)/arch/x86/Makefile_32.cpu
53 ELF_ARCH := i386:x86-64
54 ELF_FORMAT := elf64-x86-64
/Linux-v6.6/fs/unicode/
Dutf8data.c_shipped88 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.6/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}"
/Linux-v6.6/drivers/platform/x86/amd/
DKconfig3 # AMD x86 Platform Specific Drivers
6 source "drivers/platform/x86/amd/pmf/Kconfig"
7 source "drivers/platform/x86/amd/pmc/Kconfig"
17 between the x86 core and the System Management Unit (SMU) firmware.
/Linux-v6.6/arch/x86/configs/
Dxen.config1 # global x86 required specific stuff
15 # x86 xen specific config options
21 # x86 specific backend drivers
23 # x86 specific frontend drivers
/Linux-v6.6/tools/scripts/
DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
18 SRCARCH := x86
21 SRCARCH := x86
/Linux-v6.6/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
/Linux-v6.6/tools/perf/
Dcheck-headers.sh161 check arch/x86/lib/memcpy_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU…
162 check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU…
163 check arch/x86/include/asm/amd-ibs.h '-I "^#include [<\"]\(asm/\)*msr-index.h"'
173 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
/Linux-v6.6/tools/testing/selftests/kexec/
DMakefile5 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.6/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)
/Linux-v6.6/tools/testing/selftests/intel_pstate/
DMakefile6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq (x86,$(ARCH_PROCESSED))
/Linux-v6.6/Documentation/process/
Dmaintainer-kvm-x86.rst3 KVM x86
12 an honest effort to follow KVM x86's guidelines, are receptive to feedback,
22 KVM x86 is currently in a transition period from being part of the main KVM
23 tree, to being "just another KVM arch". As such, KVM x86 is split across the
24 main KVM tree, ``git.kernel.org/pub/scm/virt/kvm/kvm.git``, and a KVM x86
25 specific tree, ``github.com/kvm-x86/linux.git``.
29 KVM x86 tree. In the unlikely event that a fix for the current cycle is routed
30 through the KVM x86 tree, it will be applied to the ``fixes`` branch before
38 The KVM x86 tree is organized into multiple topic branches. The purpose of
52 directly to the main KVM tree, i.e. do not route through the KVM x86 tree.
[all …]
/Linux-v6.6/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
/Linux-v6.6/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)
/Linux-v6.6/tools/perf/arch/x86/
DMakefile13 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.6/arch/x86/kernel/acpi/
Dcstate.c53 (c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 0x0f))) in acpi_processor_power_init_bm_check()
57 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f && in acpi_processor_power_init_bm_check()
90 if (c->x86_vendor == X86_VENDOR_AMD && c->x86 >= 0x17) { in acpi_processor_power_init_bm_check()

12345678910>>...24