Home
last modified time | relevance | path

Searched refs:socket_id (Results 1 - 25 of 56) sorted by relevance

123

/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dtopology.c39 if (cpuid_topo->socket_id != cpu_topo->socket_id) in update_siblings_masks()
89 cpuid_topo->socket_id = cpu_topology[cpu].socket_id; in store_cpu_topology()
95 if (cpuid_topo->socket_id == -1) in store_cpu_topology()
96 max_socket = max(max_socket, cpu_topology[cpu].socket_id); in store_cpu_topology()
99 if (cpuid_topo->socket_id == -1) in store_cpu_topology()
100 cpuid_topo->socket_id = max_socket + 1; in store_cpu_topology()
107 cpu_topology[cpuid].socket_id); in store_cpu_topology()
133 cpu_topo->socket_id in init_cpu_topology()
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Disst_if.h169 * @socket_id: Socket/package id
179 __u8 socket_id; member
189 * @socket_id: Socket/package id
201 __u8 socket_id; member
211 * @socket_id: Socket/package id
219 __u8 socket_id; member
244 * @socket_id: Socket/package id
252 __u8 socket_id; member
259 * @socket_id: Socket/package id
276 __u8 socket_id; member
298 __u8 socket_id; global() member
312 __u8 socket_id; global() member
352 __u8 socket_id; global() member
397 __u8 socket_id; global() member
420 __u8 socket_id; global() member
443 __u8 socket_id; global() member
[all...]
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Disst-core-tpmi.c123 info.socket_id = id->pkg; in tpmi_is_punit_valid()
140 info.socket_id = id->pkg; in tpmi_read_pm_config()
157 info.socket_id = id->pkg; in tpmi_get_config_levels()
182 info.socket_id = id->pkg; in tpmi_get_ctdp_control()
203 core_power_info.socket_id = id->pkg; in tpmi_get_ctdp_control()
227 info.socket_id = id->pkg; in tpmi_get_tdp_info()
279 info.socket_id = id->pkg; in tpmi_get_coremask_info()
305 info.socket_id = id->pkg; in tpmi_get_get_trls()
350 info.socket_id = id->pkg; in tpmi_get_trl_bucket_info()
375 info.socket_id in tpmi_set_tdp_level()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsmuio_v13_0_3.c57 u32 data, socket_id; in smuio_v13_0_3_get_socket_id() local
60 socket_id = REG_GET_FIELD(data, SMUIO_MCM_CONFIG, SOCKET_ID); in smuio_v13_0_3_get_socket_id()
62 return socket_id; in smuio_v13_0_3_get_socket_id()
H A Dsmuio_v13_0.c100 u32 data, socket_id; in smuio_v13_0_get_socket_id() local
103 socket_id = REG_GET_FIELD(data, SMUIO_MCM_CONFIG, SOCKET_ID); in smuio_v13_0_get_socket_id()
105 return socket_id; in smuio_v13_0_get_socket_id()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dtopology.c89 * "socket_id number is too big. You may need to upgrade the in check_cpu_topology()
122 session->header.env.cpu[i].socket_id); in check_cpu_topology()
134 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].socket_id == in check_cpu_topology()
150 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].socket_id == in check_cpu_topology()
163 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].socket_id == in check_cpu_topology()
179 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].socket_id == in check_cpu_topology()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dtopology.h11 int socket_id; member
18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi_core.c464 power_domain_info = get_instance(core_power.socket_id, core_power.power_domain_id); in isst_if_core_power_state()
508 power_domain_info = get_instance(clos_param.socket_id, clos_param.power_domain_id); in isst_if_clos_param()
576 if (clos_assoc.socket_id > topology_max_packages()) in isst_if_clos_assoc()
591 pkg_id = clos_assoc.socket_id; in isst_if_clos_assoc()
702 power_domain_info = get_instance(perf_level.socket_id, perf_level.power_domain_id); in isst_if_get_perf_level()
746 power_domain_info = get_instance(perf_level.socket_id, perf_level.power_domain_id); in isst_if_set_perf_level()
803 power_domain_info = get_instance(perf_feature.socket_id, perf_feature.power_domain_id); in isst_if_set_perf_feature()
898 power_domain_info = get_instance(perf_level.socket_id, perf_level.power_domain_id); in isst_if_get_perf_level_info()
1006 power_domain_info = get_instance(cpumask.socket_id, cpumask.power_domain_id); in isst_if_get_perf_level_mask()
1048 power_domain_info = get_instance(base_freq.socket_id, base_fre in isst_if_get_base_freq_info()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dtopology.h16 unsigned short socket_id; member
29 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dtopology.h16 unsigned short socket_id; member
29 #define topology_physical_package_id(cpu) (cpu_topology[cpu].socket_id)
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dstat_output.sh163 socket_id=`cat $socket_file`
164 [ $socket_id == -1 ] && {
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtopology.c35 if (cpu_data(num)->socket_id == -1) in arch_fix_phys_package_id()
36 cpu_data(num)->socket_id = slot; in arch_fix_phys_package_id()
160 if (cpu_data(cpu)->socket_id == cpu_data(j)->socket_id in cache_shared_cpu_map_setup()
H A Dsmpboot.c702 if ((cpu_data(cpu)->socket_id == cpu_data(i)->socket_id)) { in set_cpu_sibling_map()
807 c->socket_id = (pltid << 8) | info.overview_ppid; in identify_siblings()
834 if ((cpu_data(j)->socket_id == cpu_data(i)->socket_id)) { in is_multithreading_enabled()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtopology.c34 if (cpu_data(num)->socket_id == -1) in arch_fix_phys_package_id()
35 cpu_data(num)->socket_id = slot; in arch_fix_phys_package_id()
149 if (cpu_data(cpu)->socket_id == cpu_data(j)->socket_id in cache_shared_cpu_map_setup()
H A Dsmpboot.c699 if ((cpu_data(cpu)->socket_id == cpu_data(i)->socket_id)) { in set_cpu_sibling_map()
804 c->socket_id = (pltid << 8) | info.overview_ppid; in identify_siblings()
831 if ((cpu_data(j)->socket_id == cpu_data(i)->socket_id)) { in is_multithreading_enabled()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-hisi-error.c49 u8 socket_id; member
210 dev_info(dev, "Socket ID = %d\n", edata->socket_id); in hisi_pcie_handle_error()
243 rc = hisi_pcie_port_do_recovery(pdev, edata->socket_id, in hisi_pcie_handle_error()
270 if (error_data->socket_id != socket) in hisi_pcie_notify_error()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-hisi-error.c49 u8 socket_id; member
210 dev_info(dev, "Socket ID = %d\n", edata->socket_id); in hisi_pcie_handle_error()
243 rc = hisi_pcie_port_do_recovery(pdev, edata->socket_id, in hisi_pcie_handle_error()
270 if (error_data->socket_id != socket) in hisi_pcie_notify_error()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dtopology.c86 * "socket_id number is too big. You may need to upgrade the in check_cpu_topology()
99 session->header.env.cpu[i].socket_id); in check_cpu_topology()
107 (session->header.env.cpu[map->map[i]].socket_id == cpu_map__get_socket(map, i, NULL))); in check_cpu_topology()
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat+json_output.sh195 socket_id=`cat $socket_file`
196 [ $socket_id == -1 ] && skip_test=1
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dtopology.h42 #define topology_physical_package_id(cpu) (cpu_data(cpu)->socket_id)
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dtopology.h42 #define topology_physical_package_id(cpu) (cpu_data(cpu)->socket_id)
/kernel/linux/linux-6.6/include/linux/
H A Dpeci.h66 * @info.socket_id: the socket ID represented by the PECI device
80 u8 socket_id; member
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c109 uint64_t socket_id; member
113 uint64_t socket_id; member
288 printf("Socket ID: %ld\n", s->regs.extra.v1.socket_id & 0xF); in sdsi_read_reg()
290 printf("Socket ID: %ld\n", s->regs.extra.v2.socket_id & 0xF); in sdsi_read_reg()
/kernel/linux/linux-5.10/drivers/misc/
H A Dtifm_7xx1.c31 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject()
300 if (((fm->num_sockets == 4) && (sock->socket_id == 2)) in tifm_7xx1_has_ms_pif()
301 || ((fm->num_sockets == 2) && (sock->socket_id == 0))) in tifm_7xx1_has_ms_pif()
/kernel/linux/linux-6.6/drivers/misc/
H A Dtifm_7xx1.c31 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject()
300 if (((fm->num_sockets == 4) && (sock->socket_id == 2)) in tifm_7xx1_has_ms_pif()
301 || ((fm->num_sockets == 2) && (sock->socket_id == 0))) in tifm_7xx1_has_ms_pif()

Completed in 15 milliseconds

123