Home
last modified time | relevance | path

Searched refs:get_str_topology (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/cpufetch/cpufetch-1.00/src/ppc/
H A Dppc.h8 char* get_str_topology(struct topology* topo, bool dual_socket);
H A Dppc.c199 char* get_str_topology(struct topology* topo, bool dual_socket) { in get_str_topology() function
/dports/sysutils/cpufetch/cpufetch-1.00/src/x86/
H A Dcpuid.h14 char* get_str_topology(struct cpuInfo* cpu, struct topology* topo, bool dual_socket);
H A Dcpuid.c758 char* get_str_topology(struct cpuInfo* cpu, struct topology* topo, bool dual_socket) { in get_str_topology() function
/dports/sysutils/cpufetch/cpufetch-1.00/src/common/
H A Dprinter.c505 char* n_cores = get_str_topology(cpu, cpu->topo, false); in print_cpufetch_x86()
506 char* n_cores_dual = get_str_topology(cpu, cpu->topo, true); in print_cpufetch_x86()
594 char* n_cores = get_str_topology(cpu->topo, false); in print_cpufetch_ppc()
595 char* n_cores_dual = get_str_topology(cpu->topo, true); in print_cpufetch_ppc()
772 char* n_cores = get_str_topology(cpu, cpu->topo, false); in print_cpufetch_arm()
795 char* n_cores = get_str_topology(ptr, ptr->topo, false); in print_cpufetch_arm()
/dports/sysutils/cpufetch/cpufetch-1.00/src/arm/
H A Dmidr.h9 char* get_str_topology(struct cpuInfo* cpu, struct topology* topo, bool dual_socket);
H A Dmidr.c313 char* get_str_topology(struct cpuInfo* cpu, struct topology* topo, bool dual_socket) { in get_str_topology() function