Searched refs:topology (Results 1 - 25 of 177) sorted by relevance

12345678

/linux-master/arch/mips/include/asm/mach-generic/
H A Dtopology.h1 #include <asm-generic/topology.h>
/linux-master/arch/sparc/include/asm/
H A Dtopology_32.h5 #include <asm-generic/topology.h>
H A Dtopology_64.h38 #include <asm-generic/topology.h>
/linux-master/tools/virtio/linux/
H A Dgfp.h5 #include <linux/topology.h>
/linux-master/arch/arm64/include/asm/
H A Dnuma.h5 #include <asm/topology.h>
H A Dtopology.h35 /* Enable topology flag updates */
42 #include <asm-generic/topology.h>
/linux-master/arch/riscv/include/asm/
H A Dnuma.h5 #include <asm/topology.h>
H A Dtopology.h17 /* Enable topology flag updates */
20 #include <asm-generic/topology.h>
/linux-master/arch/alpha/include/asm/
H A Dtopology.h10 # include <asm-generic/topology.h>
/linux-master/arch/parisc/include/asm/
H A Dtopology.h17 #include <asm-generic/topology.h>
/linux-master/arch/mips/include/asm/
H A Dtopology.h11 #include <topology.h>
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dtopology.h23 #include <asm-generic/topology.h>
/linux-master/arch/arm/include/asm/
H A Dtopology.h22 /* Enable topology flag updates */
36 #include <asm-generic/topology.h>
/linux-master/tools/perf/util/
H A Dcputopo.h16 * /sys/devices/system/cpu/cpuX/topology/package_cpus_list. From the ABI
23 * /sys/devices/system/cpu/cpuX/topology/die_cpus_list. From the ABI
30 * /sys/devices/system/cpu/cpuX/topology/core_cpus_list. From the ABI
60 * The topology for online CPUs, lazily created.
67 bool cpu_topology__smt_on(const struct cpu_topology *topology);
69 bool cpu_topology__core_wide(const struct cpu_topology *topology,
H A Dcputopo.c19 "%s/devices/system/cpu/cpu%d/topology/package_cpus_list"
21 "%s/devices/system/cpu/cpu%d/topology/core_siblings_list"
23 "%s/devices/system/cpu/cpu%d/topology/die_cpus_list"
25 "%s/devices/system/cpu/cpu%d/topology/core_cpus_list"
27 "%s/devices/system/cpu/cpu%d/topology/thread_siblings_list"
161 bool cpu_topology__smt_on(const struct cpu_topology *topology) argument
163 for (u32 i = 0; i < topology->core_cpus_lists; i++) {
164 const char *cpu_list = topology->core_cpus_list[i];
176 bool cpu_topology__core_wide(const struct cpu_topology *topology, argument
190 for (u32 i = 0; i < topology
244 static const struct cpu_topology *topology; local
[all...]
/linux-master/arch/sh/include/asm/
H A Dtopology.h26 #include <asm-generic/topology.h>
/linux-master/arch/x86/kernel/
H A Dvsmp_64.c100 unsigned int cfg, topology, node_shift, maxcpus; local
110 /* Read the vSMP Foundation topology register */
116 topology = readl(address);
117 node_shift = (topology >> 16) & 0x7;
121 maxcpus = (topology & ((1 << node_shift) - 1)) + 1;
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6adm.h20 int channel_mode, int topology, int perf_mode,
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dtopology.h29 #include <asm-generic/topology.h>
/linux-master/arch/parisc/kernel/
H A Dtopology.c2 * arch/parisc/kernel/topology.c
6 * based on arch/arm/kernel/topology.c
15 #include <linux/sched/topology.h>
18 #include <asm/topology.h>
35 /* If the cpu topology has been already set, just return */
45 /* create cpu topology mapping */
/linux-master/arch/loongarch/include/asm/
H A Dtopology.h38 #include <asm-generic/topology.h>
/linux-master/sound/soc/intel/avs/
H A DMakefile4 topology.o path.o pcm.o board_selection.o control.o \
/linux-master/sound/soc/intel/skylake/
H A DMakefile2 snd-soc-skl-y := skl.o skl-pcm.o skl-nhlt.o skl-messages.o skl-topology.o \
/linux-master/drivers/firewire/
H A DMakefile7 core-iso.o core-topology.o core-transaction.o
/linux-master/drivers/clk/zynqmp/
H A Dclkc.c65 * @node: Clock topology nodes
66 * @num_nodes: Number of nodes present in topology
91 u32 topology[CLK_GET_TOPOLOGY_RESP_WORDS]; member in struct:topology_resp
246 * zynqmp_pm_clock_get_topology() - Get the topology of clock for given id
248 * @index: Node index of clock topology
249 * @response: Buffer used for the topology response
251 * This function is used to get topology information for the clock
254 * This API will return 3 node of topology with a single response. To get
306 * @nodes: Clock topology node
402 * __zynqmp_clock_get_topology() - Get topology dat
410 __zynqmp_clock_get_topology(struct clock_topology *topology, struct topology_resp *response, u32 *nnodes) argument
445 zynqmp_clock_get_topology(u32 clk_id, struct clock_topology *topology, u32 *num_nodes) argument
[all...]

Completed in 596 milliseconds

12345678