/arch/sparc/kernel/ |
D | helpers.S | 50 .globl hard_smp_processor_id symbol 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 | 38 int cpuid = hard_smp_processor_id(); in smp4m_callin() 316 BTFIXUPSET_BLACKBOX(hard_smp_processor_id, smp4m_blackbox_id); in sun4m_init_smp()
|
/arch/um/include/asm/ |
D | smp.h | 14 extern int hard_smp_processor_id(void); 28 #define hard_smp_processor_id() 0 macro
|
/arch/sparc/include/asm/ |
D | smp_64.h | 44 extern int hard_smp_processor_id(void); 65 #define hard_smp_processor_id() 0 macro
|
D | smp_32.h | 66 BTFIXUPDEF_BLACKBOX(hard_smp_processor_id) 121 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function 148 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function 185 #define hard_smp_processor_id() 0 macro
|
D | switch_to_32.h | 91 : "r" (&(current_set[hard_smp_processor_id()])), \
|
/arch/alpha/include/asm/ |
D | smp.h | 42 #define hard_smp_processor_id() __hard_smp_processor_id() macro 52 #define hard_smp_processor_id() 0 macro
|
/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
|
/arch/powerpc/include/asm/ |
D | smp.h | 73 #define hard_smp_processor_id() (get_paca()->hw_cpu_id) macro 79 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()]) macro 135 #define hard_smp_processor_id() get_hard_smp_processor_id(0) macro
|
/arch/mips/netlogic/common/ |
D | smp.c | 101 if (hard_smp_processor_id() % 4 == 0) in nlm_early_init_secondary() 111 current_cpu_data.core = hard_smp_processor_id() / 4; in nlm_init_secondary() 162 boot_cpu = hard_smp_processor_id(); in nlm_smp_setup()
|
/arch/mips/netlogic/xlr/ |
D | wakeup.c | 59 boot_cpu = hard_smp_processor_id(); in xlr_wakeup_secondary_cpus()
|
/arch/mips/include/asm/netlogic/ |
D | mips-extns.h | 71 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function
|
/arch/x86/include/asm/ |
D | smp.h | 218 extern int hard_smp_processor_id(void); 223 # define hard_smp_processor_id() 0 macro
|
/arch/m32r/include/asm/ |
D | smp.h | 67 static __inline__ int hard_smp_processor_id(void) in hard_smp_processor_id() function 113 #define hard_smp_processor_id() 0 macro
|
/arch/x86/kernel/apic/ |
D | probe_64.c | 28 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()
|
/arch/powerpc/platforms/pseries/ |
D | kexec.c | 30 int hwcpu = hard_smp_processor_id(); in pseries_kexec_cpu_down()
|
D | hotplug-cpu.c | 102 smp_processor_id(), hard_smp_processor_id()); in rtas_stop_self() 111 unsigned int hwcpu = hard_smp_processor_id(); in pseries_mach_cpu_die()
|
/arch/powerpc/platforms/pasemi/ |
D | idle.c | 68 restore_astate(hard_smp_processor_id()); in pasemi_system_reset_exception()
|
/arch/ia64/include/asm/ |
D | smp.h | 42 #define hard_smp_processor_id() ia64_get_lid() macro
|
/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() 622 if (cpu == hard_smp_processor_id()) in smp_send_reschedule() 636 if (hard_smp_processor_id() != boot_cpu_id) in smp_send_stop()
|
/arch/ia64/kernel/ |
D | smpboot.c | 381 phys_id = hard_smp_processor_id(); in smp_callin() 467 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); in start_secondary() 573 int boot_cpu_id = hard_smp_processor_id(); in smp_build_cpu_map() 599 int boot_cpu_id = hard_smp_processor_id(); in smp_prepare_cpus()
|
D | acpi.c | 543 node_cpuid[0].phys_id = hard_smp_processor_id(); in acpi_numa_arch_fixup() 688 printk(KERN_INFO "CPU 0 (0x%04x)", hard_smp_processor_id()); in early_acpi_boot_init() 690 hard_smp_processor_id(); in early_acpi_boot_init() 770 hard_smp_processor_id()) in acpi_boot_init()
|
/arch/sh/kernel/cpu/sh4a/ |
D | smp-shx3.c | 33 unsigned int cpu = hard_smp_processor_id(); in ipi_interrupt_handler()
|
/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()
|