/linux-4.1.27/arch/arm64/kernel/ |
D | topology.c | 48 static int __init parse_core(struct device_node *core, int cluster_id, in parse_core() argument 64 cpu_topology[cpu].cluster_id = cluster_id; in parse_core() 86 cpu_topology[cpu].cluster_id = cluster_id; in parse_core() 102 static int cluster_id __initdata; in parse_cluster() 141 ret = parse_core(c, cluster_id, core_id++); in parse_cluster() 159 cluster_id++; in parse_cluster() 193 if (cpu_topology[cpu].cluster_id == -1) in parse_dt_topology() 223 if (cpuid_topo->cluster_id != cpu_topo->cluster_id) in update_siblings_masks() 244 if (cpuid_topo->cluster_id != -1) in store_cpu_topology() 258 cpuid_topo->cluster_id = MPIDR_AFFINITY_LEVEL(mpidr, 2) | in store_cpu_topology() [all …]
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-gic-v3.c | 526 u64 cluster_id) in gic_compute_target_list() argument 548 if (cluster_id != (mpidr & ~0xffUL)) { in gic_compute_target_list() 558 #define MPIDR_TO_SGI_AFFINITY(cluster_id, level) \ argument 559 (MPIDR_AFFINITY_LEVEL(cluster_id, level) \ 562 static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq) in gic_send_sgi() argument 566 val = (MPIDR_TO_SGI_AFFINITY(cluster_id, 3) | in gic_send_sgi() 567 MPIDR_TO_SGI_AFFINITY(cluster_id, 2) | in gic_send_sgi() 569 MPIDR_TO_SGI_AFFINITY(cluster_id, 1) | in gic_send_sgi() 590 u64 cluster_id = cpu_logical_map(cpu) & ~0xffUL; in gic_raise_softirq() local 593 tlist = gic_compute_target_list(&cpu, mask, cluster_id); in gic_raise_softirq() [all …]
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | topology.h | 11 int cluster_id; member 18 #define topology_physical_package_id(cpu) (cpu_topology[cpu].cluster_id)
|
/linux-4.1.27/drivers/clk/ |
D | clk-mb86s7x.c | 258 u32 cluster_id; member 271 cmd.cluster_id = clc->cluster; in mhu_cluster_rate() 282 cmd.cluster_id, cmd.cpu_id, cmd.frequency); in mhu_cluster_rate() 292 cmd.cluster_id, cmd.cpu_id, cmd.frequency); in mhu_cluster_rate()
|
/linux-4.1.27/drivers/usb/host/ |
D | hwa-hc.c | 76 static int __hwahc_set_cluster_id(struct hwahc *hwahc, u8 cluster_id) in __hwahc_set_cluster_id() argument 86 cluster_id, in __hwahc_set_cluster_id() 91 cluster_id, result); in __hwahc_set_cluster_id() 93 wusbhc->cluster_id = cluster_id; in __hwahc_set_cluster_id() 94 dev_info(dev, "Wireless USB Cluster ID set to 0x%02x\n", cluster_id); in __hwahc_set_cluster_id() 176 wusb_cluster_id_put(wusbhc->cluster_id); in hwahc_op_start() 193 wusb_cluster_id_put(wusbhc->cluster_id); in hwahc_op_stop()
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | reservation.c | 90 bcid.data[0] = wusbhc->cluster_id; in wusbhc_rsv_establish()
|
D | wusbhc.h | 262 u16 cluster_id; /* Wireless USB Cluster ID */ member
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | hcd.c | 66 wusbhc->cluster_id = bcid; in whc_start() 102 wusb_cluster_id_put(wusbhc->cluster_id); in whc_stop()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_prototype.h | 306 i40e_status i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id,
|
D | i40e_debugfs.c | 1401 int cluster_id, table_id; in i40e_dbg_command_write() local 1410 &cluster_id, &table_id, &index); in i40e_dbg_command_write() 1419 cluster_id, table_id, index, buff_len); in i40e_dbg_command_write() 1424 ret = i40e_aq_debug_dump(&pf->hw, cluster_id, table_id, in i40e_dbg_command_write()
|
D | i40e_adminq_cmd.h | 2318 u8 cluster_id; member 2329 u8 cluster_id; member
|
D | i40e_common.c | 3528 i40e_status i40e_aq_debug_dump(struct i40e_hw *hw, u8 cluster_id, in i40e_aq_debug_dump() argument 3551 cmd->cluster_id = cluster_id; in i40e_aq_debug_dump()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq_cmd.h | 2250 u8 cluster_id; member 2261 u8 cluster_id; member
|