Home
last modified time | relevance | path

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

12345678910>>...19

/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm22 LIBKVM_x86 += lib/x86/apic.c
23 LIBKVM_x86 += lib/x86/handlers.S
24 LIBKVM_x86 += lib/x86/hyperv.c
25 LIBKVM_x86 += lib/x86/memstress.c
26 LIBKVM_x86 += lib/x86/pmu.c
27 LIBKVM_x86 += lib/x86/processor.c
28 LIBKVM_x86 += lib/x86/sev.c
29 LIBKVM_x86 += lib/x86/svm.c
30 LIBKVM_x86 += lib/x86/ucall.c
31 LIBKVM_x86 += lib/x86/vm
[all...]
/linux/tools/perf/arch/x86/tests/
H A Dgen-insn-x86-dat.sh3 # gen-insn-x86-dat: generate data for the insn-x86 test
18 echo "Compiling insn-x86-dat-src.c to 64-bit object"
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
26 echo "Compiling insn-x86-dat-src.c to 32-bit object"
28 gcc -g -c -m32 insn-x86
[all...]
/linux/tools/objtool/arch/x86/
H A DBuild5 inat_tables_script = ../arch/x86/tools/gen-insn-attr-x86.awk
6 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt
8 $(OUTPUT)arch/x86/lib/inat-tables.c: $(inat_tables_script) $(inat_tables_maps)
12 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
14 CFLAGS_decode.o += -I$(OUTPUT)arch/x86/lib
16 cpu_features = ../arch/x86/include/asm/cpufeatures.h
17 cpu_features_script = ../arch/x86/tool
[all...]
/linux/arch/x86/
H A DMakefile5 ifeq ($(ARCH),x86)
128 include $(srctree)/arch/x86/Makefile_32.cpu
150 # By default gcc and clang use a stack alignment of 16 bytes for x86.
151 # However the standard kernel entry on x86-64 leaves the stack on an
166 KBUILD_CFLAGS += -march=x86-64 -mtune=generic
167 KBUILD_RUSTFLAGS += -Ctarget-cpu=x86-64 -Ztune-cpu=generic
215 # retpoline builds, however, gcc does not for x86. This has
250 $(Q)$(MAKE) $(build)=arch/x86/tools relocs vdso2c
256 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
261 cpufeaturemasks.hdr := arch/x86/includ
[all...]
H A DMakefile.um2 core-y += arch/x86/crypto/
41 include $(srctree)/arch/x86/Makefile_32.cpu
63 ELF_ARCH := i386:x86-64
64 ELF_FORMAT := elf64-x86-64
71 vdso-install-y += arch/x86/um/vdso/vdso.so.dbg
/linux/drivers/acpi/x86/
H A DMakefile1 obj-$(CONFIG_ACPI) += acpi-x86.o
2 acpi-x86-y += apple.o
3 acpi-x86-y += cmos_rtc.o
4 acpi-x86-$(CONFIG_PCI) += lpss.o
5 acpi-x86-y += s2idle.o
6 acpi-x86-y += utils.o
/linux/arch/x86/kernel/cpu/
H A Damd.c13 #include <linux/platform_data/x86/amd-fch.h>
43 WARN_ONCE((boot_cpu_data.x86 != 0xf), in rdmsrq_amd_safe()
60 WARN_ONCE((boot_cpu_data.x86 != 0xf), in wrmsrq_amd_safe()
427 if (c->x86 > 0x10 || in bsp_init_amd()
428 (c->x86 == 0x10 && c->x86_model >= 0x2)) { in bsp_init_amd()
437 if (c->x86 == 0x15) { in bsp_init_amd()
457 c->x86 >= 0x15 && c->x86 <= 0x17) { in bsp_init_amd()
460 switch (c->x86) { in bsp_init_amd()
480 switch (c->x86) { in bsp_init_amd()
[all...]
/linux/arch/x86/lib/
H A 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/lib/crypto/
H A DMakefile55 libaes-$(CONFIG_X86) += x86/aes-aesni.o
90 obj-$(CONFIG_X86) += x86/blake2s-core.o
119 libchacha-$(CONFIG_X86) += x86/chacha-ssse3-x86_64.o \
120 x86/chacha-avx2-x86_64.o \
121 x86/chacha-avx512vl-x86_64.o
179 libgf128hash-$(CONFIG_X86) += x86/ghash-pclmul.o \
180 x86/polyval-pclmul-avx.o
204 libnh-$(CONFIG_X86) += x86/nh-sse2.o x86/nh-avx2.o
264 libpoly1305-y += x86/poly130
[all...]
/linux/tools/testing/selftests/amd-pstate/
H A 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/tools/perf/util/intel-pt-decoder/
H A 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
12 $(OUTPUT)util/intel-pt-decoder/inat.o: $(srctree)/tools/arch/x86/lib/inat.c $(OUTPUT)util/intel-pt-…
18 $(OUTPUT)util/intel-pt-decoder/insn.o: $(srctree)/tools/arch/x86/lib/insn.c
/linux/fs/unicode/
H A 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/tools/testing/selftests/kexec/
H A 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))
13 ifeq ($(IS_64_BIT)$(ARCH_PROCESSED),1x86)
/linux/tools/perf/
H A Dcheck-headers.sh187 check arch/x86/lib/memcpy_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU…
188 check arch/x86/lib/memset_64.S '-I "^EXPORT_SYMBOL" -I "^#include <asm/export.h>" -I"^SYM_FU…
189 check arch/x86/include/asm/amd/ibs.h '-I "^#include .*/msr-index.h"'
198 check_2 tools/perf/arch/x86/entry/syscalls/syscall_32.tbl arch/x86/entry/syscalls/syscall_32.tbl
199 check_2 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl arch/x86/entry/syscalls/syscall_64.tbl
/linux/arch/x86/configs/
H A Dxen.config1 # global x86 required specific stuff
13 # x86 xen specific config options
18 # x86 specific backend drivers
20 # x86 specific frontend drivers
/linux/Documentation/gpu/
H A 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/Documentation/process/
H A 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/tools/scripts/
H A DMakefile.arch2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
18 SRCARCH := x86
21 SRCARCH := x86
/linux/drivers/platform/x86/amd/
H A DKconfig3 # AMD x86 Platform Specific Drivers
6 source "drivers/platform/x86/amd/hsmp/Kconfig"
7 source "drivers/platform/x86/amd/pmf/Kconfig"
8 source "drivers/platform/x86/amd/pmc/Kconfig"
9 source "drivers/platform/x86/amd/hfi/Kconfig"
/linux/tools/testing/selftests/thermal/intel/workload_hint/
H A DMakefile4 override ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
6 ifeq ($(ARCH),x86)
/linux/tools/testing/selftests/thermal/intel/power_floor/
H A DMakefile4 override ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
6 ifeq ($(ARCH),x86)
/linux/tools/testing/selftests/breakpoints/
H A DMakefile4 override ARCH := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq ($(ARCH),x86)
/linux/tools/testing/selftests/intel_pstate/
H A DMakefile6 ARCH_PROCESSED := $(shell echo $(ARCH) | sed -e s/i.86/x86/ -e s/x86_64/x86/)
8 ifeq (x86,$(ARCH_PROCESSED))
/linux/Documentation/translations/sp_SP/process/
H A Dmaintainer-kvm-x86.rst3 :Original: Documentation/process/maintainer-kvm-x86.rst
6 KVM x86
16 seguir las directrices de KVM x86, sea receptivo a los comentarios, y
27 KVM x86 se encuentra actualmente en un período de transición de ser parte
29 x86 está dividido entre el árbol principal de KVM,
31 x86, ``github.com/kvm-x86/linux.git``.
35 para el siguiente ciclo se dirige a través del árbol de KVM x86. En el
37 través del árbol KVM x86, se aplicará a la rama ``fixes`` antes de llegar
45 El árbol de KVM x86 está organizado en múltiples ramas por temas. El
62 decir, no pasan por el árbol x86 de KVM.
[all …]
/linux/net/wireless/certs/
H A Dwens.hex6 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d,
17 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01,
25 0xb3, 0x90, 0x86, 0xda, 0xd3, 0x64, 0x81, 0x1f,
34 0xe1, 0xac, 0xcf, 0xb0, 0x27, 0x85, 0x86, 0x93,
53 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7,
81 0xff, 0x5f, 0x76, 0x33, 0x5a, 0x08, 0xfa, 0x86,

12345678910>>...19