Searched defs:phys_id (Results 1 – 12 of 12) sorted by relevance
/arch/m32r/kernel/ |
D | smpboot.c | 165 int phys_id; in smp_prepare_cpus() local 259 static void __init do_boot_cpu(int phys_id) in do_boot_cpu() 458 int phys_id = hard_smp_processor_id(); in smp_callin() local 612 static void __init map_cpu_to_physid(int cpu_id, int phys_id) in map_cpu_to_physid() 622 static void __init unmap_cpu_to_physid(int cpu_id, int phys_id) in unmap_cpu_to_physid()
|
D | smp.c | 747 int cpu_id, phys_id; in send_IPI_mask() local
|
/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
|
/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.c | 815 int phys_id; in uncore_pci_probe() local 865 int i, cpu, phys_id = uncore_pcibus_to_physid[pdev->bus->number]; in uncore_pci_remove() local 1001 int i, j, k, phys_id; in uncore_cpu_starting() local 1039 static int uncore_cpu_prepare(int cpu, int phys_id) in uncore_cpu_prepare() 1105 int i, phys_id, target; in uncore_event_exit_cpu() local 1133 int i, phys_id; in uncore_event_init_cpu() local 1271 int i, phys_id = topology_physical_package_id(cpu); in uncore_cpumask_init() local
|
D | perf_event_intel_rapl.c | 489 int i, phys_id = topology_physical_package_id(cpu); in rapl_cpu_exit() local 522 int i, phys_id = topology_physical_package_id(cpu); in rapl_cpu_init() local 536 int phys_id = topology_physical_package_id(cpu); in rapl_cpu_prepare() local
|
D | perf_event_intel_uncore.h | 92 int phys_id; member
|
/arch/ia64/include/asm/ |
D | numa.h | 46 u16 phys_id; /* id << 8 | eid */ member
|
/arch/arm/kernel/ |
D | devtree.c | 179 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id()
|
/arch/arm64/kernel/ |
D | setup.c | 113 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id()
|
/arch/powerpc/kernel/ |
D | prom.c | 833 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id()
|
/arch/ia64/kernel/ |
D | smpboot.c | 357 int cpuid, phys_id, itc_master; in smp_callin() local
|
/arch/x86/kernel/ |
D | smpboot.c | 113 int cpuid, phys_id; in smp_callin() local
|