Home
last modified time | relevance | path

Searched refs:phys_id (Results 1 – 25 of 35) sorted by relevance

12

/linux-2.6.39/arch/m32r/kernel/
Dsmpboot.c169 int phys_id; in smp_prepare_cpus() local
178 for (phys_id = 0 ; phys_id < nr_cpu ; phys_id++) in smp_prepare_cpus()
179 physid_set(phys_id, phys_cpu_present_map); in smp_prepare_cpus()
206 for (phys_id = 0 ; phys_id < NR_CPUS ; phys_id++) { in smp_prepare_cpus()
210 if (phys_id == bsp_phys_id) in smp_prepare_cpus()
213 if (!physid_isset(phys_id, phys_cpu_present_map)) in smp_prepare_cpus()
219 do_boot_cpu(phys_id); in smp_prepare_cpus()
224 if (physid_to_cpu(phys_id) == -1) { in smp_prepare_cpus()
225 physid_clear(phys_id, phys_cpu_present_map); in smp_prepare_cpus()
227 "cannot use it.\n", phys_id); in smp_prepare_cpus()
[all …]
Dsmp.c759 int cpu_id, phys_id; in send_IPI_mask() local
770 if ((phys_id = cpu_to_physid(cpu_id)) != -1) in send_IPI_mask()
771 cpu_set(phys_id, physid_mask); in send_IPI_mask()
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/
Dsmp-shx3.c22 #define STBCR_REG(phys_id) (0xfe400004 | (phys_id << 12)) argument
23 #define RESET_REG(phys_id) (0xfe400008 | (phys_id << 12)) argument
/linux-2.6.39/arch/ia64/include/asm/
Dnuma.h46 u16 phys_id; /* id << 8 | eid */ member
/linux-2.6.39/arch/ia64/mm/
Dnuma.c31 { [0 ... NR_CPUS-1] = { .phys_id = 0, .nid = NUMA_NO_NODE } };
/linux-2.6.39/arch/ia64/kernel/
Dnuma.c79 if (cpu_physical_id(cpu) == node_cpuid[i].phys_id) { in build_cpu_to_node_map()
Dacpi.c491 node_cpuid[srat_num_cpus].phys_id = in acpi_numa_processor_affinity_init()
542 node_cpuid[0].phys_id = hard_smp_processor_id(); in acpi_numa_arch_fixup()
770 node_cpuid[i++].phys_id = in acpi_boot_init()
822 node_cpuid[cpu].phys_id = physid; in acpi_map_cpu2node()
Dsmpboot.c372 int cpuid, phys_id, itc_master; in smp_callin() local
382 phys_id = hard_smp_processor_id(); in smp_callin()
387 phys_id, cpuid); in smp_callin()
/linux-2.6.39/arch/x86/kernel/
Dsmpboot.c144 int cpuid, phys_id; in smp_callin() local
159 phys_id = read_apic_id(); in smp_callin()
163 phys_id, cpuid); in smp_callin()
165 pr_debug("CPU#%d (phys ID: %d) waiting for CALLOUT\n", cpuid, phys_id); in smp_callin()
/linux-2.6.39/drivers/net/igbvf/
Dethtool.c530 .phys_id = igbvf_phys_id,
/linux-2.6.39/include/linux/
Dethtool.h781 int (*phys_id)(struct net_device *, u32); member
/linux-2.6.39/drivers/net/qlge/
Dqlge_ethtool.c706 .phys_id = ql_phys_id,
/linux-2.6.39/drivers/net/
Dewrk3.c1655 .phys_id = ewrk3_phys_id,
1663 .phys_id = ewrk3_phys_id,
/linux-2.6.39/drivers/net/benet/
Dbe_ethtool.c737 .phys_id = be_phys_id,
/linux-2.6.39/drivers/net/ixgb/
Dixgb_ethtool.c769 .phys_id = ixgb_phys_id,
/linux-2.6.39/net/core/
Dethtool.c1622 if (!dev->ethtool_ops->phys_id) in ethtool_phys_id()
1628 return dev->ethtool_ops->phys_id(dev, id.data); in ethtool_phys_id()
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ethtool.c1083 .phys_id = qlcnic_blink_led,
/linux-2.6.39/drivers/net/sfc/
Dethtool.c1088 .phys_id = efx_ethtool_phys_id,
/linux-2.6.39/drivers/net/vxge/
Dvxge-ethtool.c1186 .phys_id = vxge_ethtool_idnic,
/linux-2.6.39/drivers/net/e1000/
De1000_ethtool.c1932 .phys_id = e1000_phys_id,
/linux-2.6.39/drivers/net/e1000e/
Dethtool.c2052 .phys_id = e1000_phys_id,
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_ethtool.c2220 .phys_id = bnx2x_phys_id,
/linux-2.6.39/drivers/net/igb/
Digb_ethtool.c2218 .phys_id = igb_phys_id,
/linux-2.6.39/drivers/net/cxgb4vf/
Dcxgb4vf_main.c1591 .phys_id = cxgb4vf_phys_id,
/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_ethtool.c2468 .phys_id = ixgbe_phys_id,

12