Searched refs:intel (Results 1 – 25 of 33) sorted by relevance
12
/arch/x86/platform/ |
D | Makefile | 8 obj-y += intel/ 9 obj-y += intel-mid/ 10 obj-y += intel-quark/
|
/arch/x86/platform/ce4100/ |
D | falconfalls.dts | 12 model = "intel,falconfalls"; 13 compatible = "intel,falconfalls"; 23 compatible = "intel,ce4100"; 32 compatible = "intel,ce4100-cp"; 37 compatible = "intel,ce4100-ioapic"; 43 compatible = "intel,ce4100-hpet"; 48 compatible = "intel,ce4100-lapic"; 55 compatible = "intel,ce4100-pci", "pci"; 65 compatible = "intel,ce4100-ioapic"; 74 compatible = "intel,ce4100-pci", "pci"; [all …]
|
/arch/x86/crypto/ |
D | Makefile | 27 obj-$(CONFIG_CRYPTO_AES_NI_INTEL) += aesni-intel.o 28 obj-$(CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL) += ghash-clmulni-intel.o 30 obj-$(CONFIG_CRYPTO_CRC32C_INTEL) += crc32c-intel.o 87 aesni-intel-y := aesni-intel_asm.o aesni-intel_glue.o fpu.o 88 aesni-intel-$(CONFIG_64BIT) += aesni-intel_avx-x86_64.o aes_ctrby8_avx-x86_64.o 89 ghash-clmulni-intel-y := ghash-clmulni-intel_asm.o ghash-clmulni-intel_glue.o 99 crc32c-intel-y := crc32c-intel_glue.o 100 crc32c-intel-$(CONFIG_64BIT) += crc32c-pcl-intel-asm_64.o
|
D | crct10dif-pcl-asm_64.S | 7 # Erdinc Ozturk <erdinc.ozturk@intel.com> 8 # Vinodh Gopal <vinodh.gopal@intel.com> 9 # James Guilford <james.guilford@intel.com> 10 # Tim Chen <tim.c.chen@linux.intel.com>
|
D | sha512-avx-asm.S | 7 # James Guilford <james.guilford@intel.com> 8 # Kirk Yap <kirk.s.yap@intel.com> 9 # David Cote <david.m.cote@intel.com> 10 # Tim Chen <tim.c.chen@linux.intel.com>
|
D | sha512-ssse3-asm.S | 7 # James Guilford <james.guilford@intel.com> 8 # Kirk Yap <kirk.s.yap@intel.com> 9 # David Cote <david.m.cote@intel.com> 10 # Tim Chen <tim.c.chen@linux.intel.com>
|
D | sha256-avx-asm.S | 7 # James Guilford <james.guilford@intel.com> 8 # Kirk Yap <kirk.s.yap@intel.com> 9 # Tim Chen <tim.c.chen@linux.intel.com>
|
D | sha256-ssse3-asm.S | 7 # James Guilford <james.guilford@intel.com> 8 # Kirk Yap <kirk.s.yap@intel.com> 9 # Tim Chen <tim.c.chen@linux.intel.com>
|
/arch/x86/kvm/ |
D | Makefile | 19 kvm-intel-y += vmx.o pmu_intel.o 23 obj-$(CONFIG_KVM_INTEL) += kvm-intel.o
|
D | Kconfig | 72 will be called kvm-intel.
|
/arch/x86/kernel/cpu/microcode/ |
D | Makefile | 3 microcode-$(CONFIG_MICROCODE_INTEL) += intel.o intel_lib.o
|
D | core.c | 138 bool intel = true; in load_ucode_bsp() local 155 intel = false; in load_ucode_bsp() 165 if (intel) in load_ucode_bsp()
|
/arch/x86/platform/intel-mid/ |
D | Makefile | 1 obj-$(CONFIG_X86_INTEL_MID) += intel-mid.o intel_mid_vrtc.o mfld.o mrfl.o
|
/arch/powerpc/boot/dts/ |
D | sbc8548.dts | 37 compatible = "intel,JS28F640", "cfi-flash"; 92 compatible = "intel,JS28F128", "cfi-flash";
|
D | sbc8548-altflash.dts | 40 compatible = "intel,JS28F128", "cfi-flash"; 94 compatible = "intel,JS28F640", "cfi-flash";
|
D | uc101.dts | 80 compatible = "intel,lxt971";
|
D | tqm8560.dts | 358 compatible = "intel,82527"; // Bosch CC770 365 compatible = "intel,82527"; // Bosch CC770
|
D | mucmc52.dts | 83 compatible = "intel,lxt971";
|
/arch/arm/boot/dts/ |
D | omap2420-h4.dts | 27 linux,mtd-name= "intel,ge28f256l18b85";
|
D | pxa3xx.dtsi | 47 compatible = "intel,pxa3xx-gpio";
|
D | pxa27x.dtsi | 26 compatible = "intel,pxa27x-gpio";
|
D | omap3430-sdp.dts | 59 linux,mtd-name= "intel,pf48f6000m0y1be";
|
/arch/x86/kernel/cpu/ |
D | Makefile | 28 obj-$(CONFIG_CPU_SUP_INTEL) += intel.o tsx.o
|
/arch/x86/include/asm/xen/ |
D | interface.h | 365 struct xen_pmu_intel_ctxt intel; member
|
/arch/x86/xen/ |
D | pmu.c | 195 ctxt = &xenpmu_data->pmu.c.intel; in xen_intel_pmu_emulate() 369 ctxt = &xenpmu_data->pmu.c.intel; in xen_intel_read_pmc()
|
12