| /linux/tools/testing/selftests/kvm/ |
| H A D | Makefile.kvm | 23 LIBKVM_x86 += lib/x86/apic.c 24 LIBKVM_x86 += lib/x86/handlers.S 25 LIBKVM_x86 += lib/x86/hyperv.c 26 LIBKVM_x86 += lib/x86/memstress.c 27 LIBKVM_x86 += lib/x86/pmu.c 28 LIBKVM_x86 += lib/x86/processor.c 29 LIBKVM_x86 += lib/x86/sev.c 30 LIBKVM_x86 += lib/x86/svm.c 31 LIBKVM_x86 += lib/x86/ucall.c 32 LIBKVM_x86 += lib/x86/vm [all...] |
| /linux/tools/perf/arch/x86/tests/ |
| H A D | gen-insn-x86-dat.sh | 3 # 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...] |
| H A D | insn-x86.c | 8 #include "../../../../arch/x86/include/asm/insn.h" 22 #include "insn-x86-dat-32.c" 29 #include "insn-x86-dat-64.c" 164 * test__insn_x86 - test x86 instruction decoder - new instructions. 170 * The instructions are originally in insn-x86-dat-src.c which has been 171 * processed by scripts gen-insn-x86-dat.sh and gen-insn-x86-dat.awk to produce 172 * insn-x86-dat-32.c and insn-x86-dat-64.c which are included into this program. 173 * i.e. to add new instructions to the test, edit insn-x86-dat-src.c, run the 174 * gen-insn-x86-dat.sh script, make perf, and then run the test.
|
| H A D | gen-insn-x86-dat.awk | 3 # gen-insn-x86-dat.awk: script to convert data for the insn-x86 test 9 print " * Generated by gen-insn-x86-dat.sh and gen-insn-x86-dat.awk" 10 print " * from insn-x86-dat-src.c for inclusion by insn-x86.c"
|
| /linux/tools/objtool/ |
| H A D | sync-check.sh | 11 if [ "$SRCARCH" = "x86" ]; then 13 arch/x86/include/asm/nops.h 14 arch/x86/include/asm/inat_types.h 15 arch/x86/include/asm/orc_types.h 16 arch/x86/include/asm/emulate_prefix.h 17 arch/x86/lib/x86-opcode-map.txt 18 arch/x86/tools/gen-insn-attr-x86.awk 25 arch/x86/includ [all...] |
| /linux/tools/perf/ |
| H A D | check-headers.sh | 33 "arch/x86/include/asm/cpufeatures.h" 34 "arch/x86/include/asm/inat_types.h" 35 "arch/x86/include/asm/emulate_prefix.h" 36 "arch/x86/include/asm/msr-index.h" 37 "arch/x86/lib/x86-opcode-map.txt" 38 "arch/x86/tools/gen-insn-attr-x86.awk" 45 "arch/x86/include/uapi/asm/perf_regs.h" 46 "arch/x86/include/uapi/asm/kvm.h" 47 "arch/x86/include/uapi/asm/svm.h" 48 "arch/x86/include/uapi/asm/unistd.h" [all …]
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | maintainer-kvm-x86.rst | 3 :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/tools/objtool/arch/x86/ |
| H A D | Build | 5 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/Documentation/process/ |
| H A D | maintainer-kvm-x86.rst | 3 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/sound/soc/amd/acp/ |
| H A D | Kconfig | 11 depends on X86 && PCI 50 depends on X86 && PCI 65 depends on X86 && PCI 78 depends on X86 && PCI 86 depends on X86 && PCI 101 depends on X86 && PCI 116 depends on X86 && PCI && I2C 130 depends on X86 && PCI && I2C 137 depends on X86 && PCI && I2C 150 depends on X86 && PCI && ACPI [all …]
|
| /linux/crypto/asymmetric_keys/ |
| H A D | selftest_ecdsa.c | 18 "\xf8\x6f\xde\x30\x0a\x06\x08\x2a\x86\x48\xce\x3d\x04\x03\x02\x30" 29 "\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86\x48\xce\x3d\x03\x01\x07" 40 "\x02\x07\x80\x30\x0a\x06\x08\x2a\x86\x48\xce\x3d\x04\x03\x02\x03" 61 "\x30\x81\xf4\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x07\x02\xa0\x81" 62 "\xe6\x30\x81\xe3\x02\x01\x01\x31\x0f\x30\x0d\x06\x09\x60\x86\x48" 63 "\x01\x65\x03\x04\x02\x01\x05\x00\x30\x0b\x06\x09\x2a\x86\x48\x86" 70 "\x6f\xde\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x01\x05" 71 "\x00\x30\x0a\x06\x08\x2a\x86\x48\xce\x3d\x04\x03\x02\x04\x48\x30" 72 "\x46\x02\x21\x00\x86\xd1\xf4\x06\xb6\x49\x79\xf9\x09\x5f\x35\x1a"
|
| H A D | selftest_rsa.c | 18 "\xfc\x8c\x0a\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01\x0b" 28 "\x30\x82\x02\x22\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x01" 41 "\x97\x34\xba\x24\x02\xcd\x8b\x86\x9f\xa9\x73\xca\x73\xcf\x92\x81" 68 "\x17\x51\x8f\xe3\xdb\x30\x0d\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01" 70 "\x16\xc8\xdb\x86\x79\xe8\xf5\xcd\x44\xf4\xc6\xe2\x81\x23\x5e\x47" 78 "\x24\x8b\x7c\xc5\xa9\x86\x26\xaa\x6e\xb7\x9b\xd5\xf8\x06\xfb\x02" 89 "\xb7\x13\x01\xbc\xfa\xc6\x1f\x86\x72\xcc\xf9\xee\x8e\xd9\xd6\x04" 91 "\x58\x79\x74\x86\x62\x30\x7e\x8e\xbb\xdd\x7a\xa9\xed\xca\x40\xcb" 117 "\x30\x82\x02\xab\x06\x09\x2a\x86\x48\x86\xf7\x0d\x01\x07\x02\xa0" 119 "\x60\x86\x48\x01\x65\x03\x04\x02\x01\x30\x0b\x06\x09\x2a\x86\x48" [all …]
|
| /linux/include/xen/interface/ |
| H A D | features.h | 33 /* If set, the guest is running in supervisor mode (e.g., x86 ring 0). */ 37 * If set, the guest does not need to allocate x86 PAE page directories 42 /* x86: Does this Xen host support the MMU_PT_UPDATE_PRESERVE_AD hypercall? */ 45 /* x86: Does this Xen host support the MMU_{CLEAR,COPY}_PAGE hypercall? */ 54 /* x86: Does this Xen host support the HVM callback vector type? */ 57 /* x86: pvclock algorithm is safe to use on HVM */ 60 /* x86: pirq can be used by HVM guests */ 78 * x86/PVH: If set, ACPI RSDP can be placed at any address. Otherwise RSDP 93 * - not auto_translated domains (x86 only) are always direct-mapped 94 * - on x86, auto_translated domains are not direct-mapped
|
| H A D | callback.h | 22 /* x86: Callback for event delivery. */ 25 /* x86: Failsafe callback when guest state cannot be restored by Xen. */ 28 /* x86/64 hypervisor: Syscall by 64-bit guest app ('64-on-64-on-64'). */ 32 * x86/32 hypervisor: Only available on x86/32 when supervisor_mode_kernel 37 /* x86: Callback for NMI delivery. */ 41 * x86: sysenter is only available as follows: 51 * x86/64 hypervisor: Syscall by 32-bit guest app on AMD CPUs
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-samsung-s6e88a0-ams427ap24.c | 209 { 0x01, 0x86 }, /* AOR 40.0%, 111CD ~ 172CD */ 252 0x8c, 0x88, 0x89, 0x8a, 0x87, 0x86, 0x8a, 0x82, 0x82, 0x87, 0x79, 256 0x8c, 0x86, 0x87, 0x88, 0x85, 0x85, 0x8a, 0x83, 0x83, 0x88, 0x78, 260 0x8c, 0x86, 0x88, 0x88, 0x86, 0x86, 0x8a, 0x84, 0x84, 0x88, 0x78, 264 0x8b, 0x87, 0x89, 0x89, 0x86, 0x86, 0x8a, 0x84, 0x83, 0x87, 0x78, 268 0x8b, 0x87, 0x89, 0x89, 0x86, 0x86, 0x89, 0x84, 0x84, 0x87, 0x77, 280 0x8c, 0x86, 0x88, 0x87, 0x86, 0x86, 0x89, 0x82, 0x83, 0x85, 0x7c, 284 0x8c, 0x86, 0x88, 0x87, 0x86, 0x86, 0x89, 0x82, 0x83, 0x85, 0x7c, 285 0x76, 0x86, 0x66, 0x6f, 0x8e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 288 0x8b, 0x86, 0x89, 0x88, 0x87, 0x87, 0x89, 0x82, 0x82, 0x84, 0x7f, [all …]
|
| /linux/drivers/acpi/x86/ |
| H A D | Makefile | 1 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/Documentation/ |
| H A D | .renames.txt | 24 arch/x86/resctrl filesystems/resctrl 1064 virt/kvm/amd-memory-encryption virt/kvm/x86/amd-memory-encryption 1066 virt/kvm/cpuid virt/kvm/x86/cpuid 1067 virt/kvm/hypercalls virt/kvm/x86/hypercalls 1068 virt/kvm/mmu virt/kvm/x86/mmu 1069 virt/kvm/msr virt/kvm/x86/msr 1070 virt/kvm/nested-vmx virt/kvm/x86/nested-vmx 1071 virt/kvm/running-nested-guests virt/kvm/x86/running-nested-guests 1075 virt/kvm/timekeeping virt/kvm/x86/timekeeping 1076 virt/kvm/x86/halt-polling virt/kvm/halt-polling [all …]
|
| /linux/tools/perf/util/libunwind/ |
| H A D | x86_32.c | |
| /linux/fs/unicode/ |
| H A 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/tools/perf/util/intel-pt-decoder/ |
| H A 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 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/tools/testing/selftests/amd-pstate/ |
| H A D | Makefile | 8 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/Documentation/arch/x86/ |
| H A D | entry_64.rst | 8 arch/x86/entry/entry_64.S. A lot of this explanation is adapted from 13 The x86 architecture has quite a few different ways to jump into 15 arch/x86/kernel/traps.c and implemented in arch/x86/entry/entry_64.S 16 for 64-bit, arch/x86/entry/entry_32.S for 32-bit and finally 17 arch/x86/entry/entry_64_compat.S which implements the 32-bit compatibility 21 The IDT vector assignments are listed in arch/x86/include/asm/irq_vectors.h. 44 There are a few complexities here. The different x86-64 entries
|
| /linux/arch/x86/ |
| H A D | Makefile.um | 2 core-y += arch/x86/crypto/ 5 # Disable SSE and other FP/SIMD instructions to match normal x86 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/tools/scripts/ |
| H A D | Makefile.arch | 2 HOSTARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \ 16 # Additional ARCH settings for x86 18 SRCARCH := x86 21 SRCARCH := x86
|
| /linux/tools/perf/bench/ |
| H A D | mem-memset-x86-64-asm-def.h | 6 "x86-64-unrolled", 7 "unrolled memset() in arch/x86/lib/memset_64.S") 12 "x86-64-stosq", 13 "movsq-based memset() in arch/x86/lib/memset_64.S")
|