Home
last modified time | relevance | path

Searched refs:cores (Results 1 – 25 of 53) sorted by relevance

123

/linux-3.4.99/arch/x86/mm/
Damdtopology.c79 unsigned int bits, cores, apicid_base; in amd_numa_init() local
182 cores = 1 << bits; in amd_numa_init()
193 for (j = apicid_base; j < cores + apicid_base; j++) in amd_numa_init()
/linux-3.4.99/drivers/bcma/
Dmain.c68 list_for_each_entry(core, &bus->cores, list) { in bcma_find_core()
91 list_for_each_entry(core, &bus->cores, list) { in bcma_register_cores()
136 list_for_each_entry_safe(core, tmp, &bus->cores, list) { in bcma_unregister_cores()
258 list_for_each_entry(core, &bus->cores, list) { in bcma_bus_suspend()
280 list_for_each_entry(core, &bus->cores, list) { in bcma_bus_resume()
Ddriver_mips.c134 list_for_each_entry_reverse(core, &bus->cores, list) { in bcma_core_mips_set_irq()
164 list_for_each_entry_reverse(core, &bus->cores, list) { in bcma_core_mips_dump_irq()
218 list_for_each_entry_reverse(core, &bus->cores, list) { in bcma_core_mips_init()
Dscan.c208 list_for_each_entry(core, &bus->cores, list) { in bcma_find_core_by_index()
219 list_for_each_entry_reverse(core, &bus->cores, list) { in bcma_find_core_reverse()
372 INIT_LIST_HEAD(&bus->cores); in bcma_init_bus()
442 list_add(&core->list, &bus->cores); in bcma_bus_scan()
498 list_add(&core->list, &bus->cores); in bcma_bus_scan_early()
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-bus-bcma14 There are a few types of BCMA cores, they can be identified by
22 BCMA cores of the same type can still slightly differ depending
/linux-3.4.99/Documentation/devicetree/bindings/
Dxilinx.txt1 d) Xilinx IP cores
3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
14 device drivers how the IP cores are configured, but it requires the kernel
20 properties of the device node. In general, device nodes for IP-cores
89 Some IP cores actually implement 2 or more logical devices. In
232 That covers the general approach to binding xilinx IP cores into the
/linux-3.4.99/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h85 # All cores other than the master need to wait here for SMP bootstrap
117 # Someone tried to boot SMP with a non SMP kernel. All extra cores
/linux-3.4.99/arch/mn10300/mm/
Dcache.inc20 # On some cores it is necessary to disable the icache whilst we do this.
81 # On some cores it is necessary to disable the dcache whilst we do this.
/linux-3.4.99/Documentation/devicetree/bindings/arm/omap/
Dmpu.txt3 The MPU subsystem contain one or several ARM cores
/linux-3.4.99/Documentation/devicetree/bindings/arm/
Dpmu.txt3 ARM cores often have a PMU for counting cpu and cache events like cache misses
Dl2cc.txt3 ARM cores often have a separate level 2 cache controller. There are various
Dgic.txt3 ARM SMP cores are often associated with a GIC, providing per processor
/linux-3.4.99/Documentation/devicetree/bindings/c6x/
Dtimer64.txt17 - ti,core-mask: on multi-core SoCs, bitmask of cores allowed to use this timer.
/linux-3.4.99/arch/powerpc/platforms/40x/
DKconfig154 # All 405-based cores up until the 405GPR and 405EP have this errata.
158 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
/linux-3.4.99/tools/power/cpupower/utils/helpers/
Dtopology.c81 cpu_top->pkgs = cpu_top->cores = 0; in get_cpu_topology()
Dhelpers.h99 unsigned int cores; member
/linux-3.4.99/arch/powerpc/platforms/86xx/
DKconfig9 The Freescale E600 SoCs have 74xx cores.
/linux-3.4.99/Documentation/arm/Samsung/
DOverview.txt8 ARM9 through to the newest ARM cores. This document shows an overview of
/linux-3.4.99/arch/arm/boot/dts/
Dhighbank.dts19 /* First 4KB has pen for secondary cores. */
/linux-3.4.99/arch/powerpc/kernel/
Dprom_init.c906 u32 *cores; in prom_send_capabilities() local
916 cores = (u32 *)PTRRELOC(&ibm_architecture_vec[IBM_ARCH_VEC_NRCORES_OFFSET]); in prom_send_capabilities()
917 if (*cores != NR_CPUS) { in prom_send_capabilities()
920 *cores); in prom_send_capabilities()
922 *cores = DIV_ROUND_UP(NR_CPUS, prom_count_smt_threads()); in prom_send_capabilities()
924 *cores, NR_CPUS); in prom_send_capabilities()
/linux-3.4.99/Documentation/
Drpmsg.txt16 and each of the other three cores (two M3 cores and a DSP) is running
39 OMAP4, remote cores and hardware accelerators may have direct access to the
/linux-3.4.99/include/linux/bcma/
Dbcma.h202 struct list_head cores; member
/linux-3.4.99/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c411 cpu_top.pkgs, cpu_top.cores, cpu_count); in cmd_monitor()
/linux-3.4.99/Documentation/hwmon/
Dcoretemp24 show the temperature of all cores inside a package under a single device
/linux-3.4.99/arch/powerpc/platforms/
DKconfig.cputype151 and some e300 cores (c3 and c4). Select this only if your
197 addresses. This feature may not be available on all cores.

123