/linux-2.6.39/arch/m32r/kernel/ |
D | smpboot.c | 169 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 …]
|
D | smp.c | 759 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/ |
D | smp-shx3.c | 22 #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/ |
D | numa.h | 46 u16 phys_id; /* id << 8 | eid */ member
|
/linux-2.6.39/arch/ia64/mm/ |
D | numa.c | 31 { [0 ... NR_CPUS-1] = { .phys_id = 0, .nid = NUMA_NO_NODE } };
|
/linux-2.6.39/arch/ia64/kernel/ |
D | numa.c | 79 if (cpu_physical_id(cpu) == node_cpuid[i].phys_id) { in build_cpu_to_node_map()
|
D | acpi.c | 491 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()
|
D | smpboot.c | 372 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/ |
D | smpboot.c | 144 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/ |
D | ethtool.c | 530 .phys_id = igbvf_phys_id,
|
/linux-2.6.39/include/linux/ |
D | ethtool.h | 781 int (*phys_id)(struct net_device *, u32); member
|
/linux-2.6.39/drivers/net/qlge/ |
D | qlge_ethtool.c | 706 .phys_id = ql_phys_id,
|
/linux-2.6.39/drivers/net/ |
D | ewrk3.c | 1655 .phys_id = ewrk3_phys_id, 1663 .phys_id = ewrk3_phys_id,
|
/linux-2.6.39/drivers/net/benet/ |
D | be_ethtool.c | 737 .phys_id = be_phys_id,
|
/linux-2.6.39/drivers/net/ixgb/ |
D | ixgb_ethtool.c | 769 .phys_id = ixgb_phys_id,
|
/linux-2.6.39/net/core/ |
D | ethtool.c | 1622 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/ |
D | qlcnic_ethtool.c | 1083 .phys_id = qlcnic_blink_led,
|
/linux-2.6.39/drivers/net/sfc/ |
D | ethtool.c | 1088 .phys_id = efx_ethtool_phys_id,
|
/linux-2.6.39/drivers/net/vxge/ |
D | vxge-ethtool.c | 1186 .phys_id = vxge_ethtool_idnic,
|
/linux-2.6.39/drivers/net/e1000/ |
D | e1000_ethtool.c | 1932 .phys_id = e1000_phys_id,
|
/linux-2.6.39/drivers/net/e1000e/ |
D | ethtool.c | 2052 .phys_id = e1000_phys_id,
|
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_ethtool.c | 2220 .phys_id = bnx2x_phys_id,
|
/linux-2.6.39/drivers/net/igb/ |
D | igb_ethtool.c | 2218 .phys_id = igb_phys_id,
|
/linux-2.6.39/drivers/net/cxgb4vf/ |
D | cxgb4vf_main.c | 1591 .phys_id = cxgb4vf_phys_id,
|
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_ethtool.c | 2468 .phys_id = ixgbe_phys_id,
|