/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | kexec.c | 28 if (unregister_slb_shadow(hard_smp_processor_id(), addr)) in pseries_kexec_cpu_down() 32 hard_smp_processor_id()); in pseries_kexec_cpu_down() 35 if (unregister_vpa(hard_smp_processor_id(), addr)) { in pseries_kexec_cpu_down() 38 hard_smp_processor_id()); in pseries_kexec_cpu_down()
|
D | hotplug-cpu.c | 101 smp_processor_id(), hard_smp_processor_id()); in rtas_stop_self() 110 unsigned int hwcpu = hard_smp_processor_id(); in pseries_mach_cpu_die()
|
/linux-2.6.39/arch/sparc/kernel/ |
D | helpers.S | 50 .globl hard_smp_processor_id 51 .type hard_smp_processor_id,#function 52 hard_smp_processor_id: label 61 .size hard_smp_processor_id,.-hard_smp_processor_id
|
D | sun4m_smp.c | 33 int cpuid = hard_smp_processor_id(); in smp4m_callin() 305 BTFIXUPSET_BLACKBOX(hard_smp_processor_id, smp4m_blackbox_id); in sun4m_init_smp()
|
D | hvtramp.S | 118 call hard_smp_processor_id
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | smp_32.h | 59 BTFIXUPDEF_BLACKBOX(hard_smp_processor_id) in BTFIXUPDEF_CALL() 125 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function 147 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function 184 #define hard_smp_processor_id() 0 macro
|
D | smp_64.h | 44 extern int hard_smp_processor_id(void); 61 #define hard_smp_processor_id() 0 macro
|
D | system_32.h | 161 : "r" (&(current_set[hard_smp_processor_id()])), \
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | smp.h | 53 #define hard_smp_processor_id() (get_paca()->hw_cpu_id) macro 59 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()]) macro 114 #define hard_smp_processor_id() get_hard_smp_processor_id(0) macro
|
/linux-2.6.39/arch/um/include/asm/ |
D | smp.h | 15 extern int hard_smp_processor_id(void); 29 #define hard_smp_processor_id() 0 macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | smp.h | 44 #define hard_smp_processor_id() __hard_smp_processor_id() macro 54 #define hard_smp_processor_id() 0 macro
|
/linux-2.6.39/arch/sh/include/asm/ |
D | smp.h | 62 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function 74 #define hard_smp_processor_id() (0) macro
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | smp.h | 67 static __inline__ int hard_smp_processor_id(void) in hard_smp_processor_id() function 115 #define hard_smp_processor_id() 0 macro
|
/linux-2.6.39/arch/x86/include/asm/ |
D | smp.h | 218 extern int hard_smp_processor_id(void); 223 # define hard_smp_processor_id() 0 macro
|
/linux-2.6.39/arch/alpha/kernel/ |
D | smp.c | 122 int cpuid = hard_smp_processor_id(); in smp_callin() 245 mycpu = hard_smp_processor_id(); in recv_secondary_console_msg() 623 if (cpu == hard_smp_processor_id()) in smp_send_reschedule() 636 if (hard_smp_processor_id() != boot_cpu_id) in smp_send_stop()
|
/linux-2.6.39/arch/powerpc/platforms/pasemi/ |
D | idle.c | 68 restore_astate(hard_smp_processor_id()); in pasemi_system_reset_exception()
|
/linux-2.6.39/arch/ia64/kernel/ |
D | smpboot.c | 382 phys_id = hard_smp_processor_id(); in smp_callin() 468 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); in start_secondary() 574 int boot_cpu_id = hard_smp_processor_id(); in smp_build_cpu_map() 601 int boot_cpu_id = hard_smp_processor_id(); in smp_prepare_cpus()
|
D | acpi.c | 542 node_cpuid[0].phys_id = hard_smp_processor_id(); in acpi_numa_arch_fixup() 687 printk(KERN_INFO "CPU 0 (0x%04x)", hard_smp_processor_id()); in early_acpi_boot_init() 689 hard_smp_processor_id(); in early_acpi_boot_init() 769 hard_smp_processor_id()) in acpi_boot_init()
|
/linux-2.6.39/arch/x86/kernel/apic/ |
D | probe_64.c | 49 return hard_smp_processor_id() >> index_msb; in apicid_phys_pkg_id()
|
D | ipi.c | 159 apicid = hard_smp_processor_id(); in safe_smp_processor_id()
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | smp.h | 42 #define hard_smp_processor_id() ia64_get_lid() macro
|
/linux-2.6.39/arch/m32r/kernel/ |
D | smpboot.c | 136 bsp_phys_id = hard_smp_processor_id(); in smp_prepare_boot_cpu() 462 int phys_id = hard_smp_processor_id(); in smp_callin()
|
/linux-2.6.39/arch/x86/kernel/ |
D | smpboot.c | 934 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check() 937 hard_smp_processor_id()); in smp_sanity_check() 939 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check() 964 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/ |
D | smp-shx3.c | 33 unsigned int cpu = hard_smp_processor_id(); in ipi_interrupt_handler()
|
/linux-2.6.39/arch/powerpc/sysdev/ |
D | mpic.c | 155 cpu = hard_smp_processor_id(); in mpic_processor_id() 606 return hard_smp_processor_id(); in irq_choose_cpu() 1457 u32 msk = 1 << hard_smp_processor_id(); in mpic_setup_this_cpu() 1462 DBG("%s: setup_this_cpu(%d)\n", mpic->name, hard_smp_processor_id()); in mpic_setup_this_cpu() 1503 u32 msk = 1 << hard_smp_processor_id(); in mpic_teardown_this_cpu() 1508 DBG("%s: teardown_this_cpu(%d)\n", mpic->name, hard_smp_processor_id()); in mpic_teardown_this_cpu()
|