/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/kernel/ |
H A D | topology.c | 22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable 23 EXPORT_SYMBOL_GPL(cpu_topology); 27 return &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask() 37 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks() 65 struct cputopo_parisc *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 86 cpuid_topo->core_id = cpu_topology[cpu].core_id; in store_cpu_topology() 89 cpuid_topo->socket_id = cpu_topology[cpu].socket_id; in store_cpu_topology() 105 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology() 106 cpu_topology[cpuid].core_id, in store_cpu_topology() 107 cpu_topology[cpuid].socket_id); in store_cpu_topology() [all …]
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/parisc/kernel/ |
H A D | topology.c | 22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable 23 EXPORT_SYMBOL_GPL(cpu_topology); 27 return &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask() 37 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks() 65 struct cputopo_parisc *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 86 cpuid_topo->core_id = cpu_topology[cpu].core_id; in store_cpu_topology() 89 cpuid_topo->socket_id = cpu_topology[cpu].socket_id; in store_cpu_topology() 105 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology() 106 cpu_topology[cpuid].core_id, in store_cpu_topology() 107 cpu_topology[cpuid].socket_id); in store_cpu_topology() [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/parisc/kernel/ |
H A D | topology.c | 22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable 23 EXPORT_SYMBOL_GPL(cpu_topology); 27 return &cpu_topology[cpu].core_sibling; in cpu_coregroup_mask() 37 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks() 65 struct cputopo_parisc *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 86 cpuid_topo->core_id = cpu_topology[cpu].core_id; in store_cpu_topology() 89 cpuid_topo->socket_id = cpu_topology[cpu].socket_id; in store_cpu_topology() 105 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology() 106 cpu_topology[cpuid].core_id, in store_cpu_topology() 107 cpu_topology[cpuid].socket_id); in store_cpu_topology() [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/include/asm/ |
H A D | topology.h | 27 extern struct cpu_topology_s390 cpu_topology[NR_CPUS]; 29 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id) 30 #define topology_thread_id(cpu) (cpu_topology[cpu].thread_id) 31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask) 32 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 33 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_mask) 34 #define topology_book_id(cpu) (cpu_topology[cpu].book_id) 35 #define topology_book_cpumask(cpu) (&cpu_topology[cpu].book_mask) 36 #define topology_drawer_id(cpu) (cpu_topology[cpu].drawer_id) 38 #define topology_cpu_dedicated(cpu) (cpu_topology[cpu].dedicated) [all …]
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/include/asm/ |
H A D | topology.h | 27 extern struct cpu_topology_s390 cpu_topology[NR_CPUS]; 29 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id) 30 #define topology_thread_id(cpu) (cpu_topology[cpu].thread_id) 31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask) 32 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 33 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_mask) 34 #define topology_book_id(cpu) (cpu_topology[cpu].book_id) 35 #define topology_book_cpumask(cpu) (&cpu_topology[cpu].book_mask) 36 #define topology_drawer_id(cpu) (cpu_topology[cpu].drawer_id) 38 #define topology_cpu_dedicated(cpu) (cpu_topology[cpu].dedicated) [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/include/asm/ |
H A D | topology.h | 27 extern struct cpu_topology_s390 cpu_topology[NR_CPUS]; 29 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id) 30 #define topology_thread_id(cpu) (cpu_topology[cpu].thread_id) 31 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_mask) 32 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 33 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_mask) 34 #define topology_book_id(cpu) (cpu_topology[cpu].book_id) 35 #define topology_book_cpumask(cpu) (&cpu_topology[cpu].book_mask) 36 #define topology_drawer_id(cpu) (cpu_topology[cpu].drawer_id) 38 #define topology_cpu_dedicated(cpu) (cpu_topology[cpu].dedicated) [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/ |
H A D | arch_topology.h | 62 struct cpu_topology { struct 73 extern struct cpu_topology cpu_topology[NR_CPUS]; argument 75 #define topology_physical_package_id(cpu) (cpu_topology[cpu].package_id) 76 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 77 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) 78 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling) 79 #define topology_llc_cpumask(cpu) (&cpu_topology[cpu].llc_sibling)
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/ |
H A D | arch_topology.h | 62 struct cpu_topology { struct 73 extern struct cpu_topology cpu_topology[NR_CPUS]; argument 75 #define topology_physical_package_id(cpu) (cpu_topology[cpu].package_id) 76 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 77 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) 78 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling) 79 #define topology_llc_cpumask(cpu) (&cpu_topology[cpu].llc_sibling)
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/ |
H A D | arch_topology.h | 62 struct cpu_topology { struct 73 extern struct cpu_topology cpu_topology[NR_CPUS]; argument 75 #define topology_physical_package_id(cpu) (cpu_topology[cpu].package_id) 76 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 77 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) 78 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling) 79 #define topology_llc_cpumask(cpu) (&cpu_topology[cpu].llc_sibling)
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/base/ |
H A D | arch_topology.c | 423 cpu_topology[cpu].core_id = core_id; in parse_core() 424 cpu_topology[cpu].thread_id = i; in parse_core() 444 cpu_topology[cpu].core_id = core_id; in parse_core() 552 if (cpu_topology[cpu].package_id == -1) in parse_dt_topology() 566 struct cpu_topology cpu_topology[NR_CPUS]; variable 567 EXPORT_SYMBOL_GPL(cpu_topology); 578 if (cpu_topology[cpu].llc_id != -1) { in cpu_coregroup_mask() 588 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() 593 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks() 616 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology() [all …]
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/base/ |
H A D | arch_topology.c | 423 cpu_topology[cpu].core_id = core_id; in parse_core() 424 cpu_topology[cpu].thread_id = i; in parse_core() 444 cpu_topology[cpu].core_id = core_id; in parse_core() 552 if (cpu_topology[cpu].package_id == -1) in parse_dt_topology() 566 struct cpu_topology cpu_topology[NR_CPUS]; variable 567 EXPORT_SYMBOL_GPL(cpu_topology); 578 if (cpu_topology[cpu].llc_id != -1) { in cpu_coregroup_mask() 588 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() 593 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks() 616 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology() [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/base/ |
H A D | arch_topology.c | 423 cpu_topology[cpu].core_id = core_id; in parse_core() 424 cpu_topology[cpu].thread_id = i; in parse_core() 444 cpu_topology[cpu].core_id = core_id; in parse_core() 552 if (cpu_topology[cpu].package_id == -1) in parse_dt_topology() 566 struct cpu_topology cpu_topology[NR_CPUS]; variable 567 EXPORT_SYMBOL_GPL(cpu_topology); 578 if (cpu_topology[cpu].llc_id != -1) { in cpu_coregroup_mask() 588 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() 593 cpu_topo = &cpu_topology[cpu]; in update_siblings_masks() 616 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology() [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/include/asm/ |
H A D | topology.h | 16 extern struct cputopo_parisc cpu_topology[NR_CPUS]; 18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id) 19 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 20 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) 21 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling)
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/parisc/include/asm/ |
H A D | topology.h | 16 extern struct cputopo_parisc cpu_topology[NR_CPUS]; 18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id) 19 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 20 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) 21 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling)
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/parisc/include/asm/ |
H A D | topology.h | 16 extern struct cputopo_parisc cpu_topology[NR_CPUS]; 18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id) 19 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) 20 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) 21 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling)
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/ |
H A D | topology.c | 27 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 99 cpu_topology[cpu].thread_id = topology_id; in parse_acpi_topology() 101 cpu_topology[cpu].core_id = topology_id; in parse_acpi_topology() 103 cpu_topology[cpu].thread_id = -1; in parse_acpi_topology() 104 cpu_topology[cpu].core_id = topology_id; in parse_acpi_topology() 107 cpu_topology[cpu].package_id = topology_id; in parse_acpi_topology() 118 cpu_topology[cpu].llc_id = cache_id; in parse_acpi_topology()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/ |
H A D | topology.c | 27 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 99 cpu_topology[cpu].thread_id = topology_id; in parse_acpi_topology() 101 cpu_topology[cpu].core_id = topology_id; in parse_acpi_topology() 103 cpu_topology[cpu].thread_id = -1; in parse_acpi_topology() 104 cpu_topology[cpu].core_id = topology_id; in parse_acpi_topology() 107 cpu_topology[cpu].package_id = topology_id; in parse_acpi_topology() 118 cpu_topology[cpu].llc_id = cache_id; in parse_acpi_topology()
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/ |
H A D | topology.c | 27 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 99 cpu_topology[cpu].thread_id = topology_id; in parse_acpi_topology() 101 cpu_topology[cpu].core_id = topology_id; in parse_acpi_topology() 103 cpu_topology[cpu].thread_id = -1; in parse_acpi_topology() 104 cpu_topology[cpu].core_id = topology_id; in parse_acpi_topology() 107 cpu_topology[cpu].package_id = topology_id; in parse_acpi_topology() 118 cpu_topology[cpu].llc_id = cache_id; in parse_acpi_topology()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/kernel/ |
H A D | topology.c | 187 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 227 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology() 228 cpu_topology[cpuid].core_id, in store_cpu_topology() 229 cpu_topology[cpuid].package_id, mpidr); in store_cpu_topology()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/kernel/ |
H A D | topology.c | 187 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 227 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology() 228 cpu_topology[cpuid].core_id, in store_cpu_topology() 229 cpu_topology[cpuid].package_id, mpidr); in store_cpu_topology()
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/kernel/ |
H A D | topology.c | 187 struct cpu_topology *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology() 227 cpuid, cpu_topology[cpuid].thread_id, in store_cpu_topology() 228 cpu_topology[cpuid].core_id, in store_cpu_topology() 229 cpu_topology[cpuid].package_id, mpidr); in store_cpu_topology()
|
/dports/security/ridl/ridl-11b3240/include/info/ |
H A D | topology.h | 12 struct cpu_topology { struct 18 read_cpu_topology(struct cpu_topology *topo); argument 20 free_cpu_topology(struct cpu_topology *topo);
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/ |
H A D | cputopo.h | 7 struct cpu_topology { struct 28 struct cpu_topology *cpu_topology__new(void); argument 29 void cpu_topology__delete(struct cpu_topology *tp);
|
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/ |
H A D | cputopo.h | 7 struct cpu_topology { struct 28 struct cpu_topology *cpu_topology__new(void); argument 29 void cpu_topology__delete(struct cpu_topology *tp);
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/ |
H A D | cputopo.h | 7 struct cpu_topology { struct 28 struct cpu_topology *cpu_topology__new(void); argument 29 void cpu_topology__delete(struct cpu_topology *tp);
|