Home
last modified time | relevance | path

Searched refs:hard_smp_processor_id (Results 1 – 25 of 50) sorted by relevance

12

/arch/sparc/kernel/
Dhelpers.S50 .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
Dsun4m_smp.c38 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/
Dsmp.h14 extern int hard_smp_processor_id(void);
28 #define hard_smp_processor_id() 0 macro
/arch/sparc/include/asm/
Dsmp_64.h44 extern int hard_smp_processor_id(void);
65 #define hard_smp_processor_id() 0 macro
Dsmp_32.h66 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
Dswitch_to_32.h91 : "r" (&(current_set[hard_smp_processor_id()])), \
/arch/alpha/include/asm/
Dsmp.h42 #define hard_smp_processor_id() __hard_smp_processor_id() macro
52 #define hard_smp_processor_id() 0 macro
/arch/sh/include/asm/
Dsmp.h62 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/
Dsmp.h73 #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/
Dsmp.c101 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/
Dwakeup.c59 boot_cpu = hard_smp_processor_id(); in xlr_wakeup_secondary_cpus()
/arch/mips/include/asm/netlogic/
Dmips-extns.h71 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function
/arch/x86/include/asm/
Dsmp.h218 extern int hard_smp_processor_id(void);
223 # define hard_smp_processor_id() 0 macro
/arch/m32r/include/asm/
Dsmp.h67 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/
Dprobe_64.c28 return hard_smp_processor_id() >> index_msb; in apicid_phys_pkg_id()
Dipi.c159 apicid = hard_smp_processor_id(); in safe_smp_processor_id()
/arch/powerpc/platforms/pseries/
Dkexec.c30 int hwcpu = hard_smp_processor_id(); in pseries_kexec_cpu_down()
Dhotplug-cpu.c102 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/
Didle.c68 restore_astate(hard_smp_processor_id()); in pasemi_system_reset_exception()
/arch/ia64/include/asm/
Dsmp.h42 #define hard_smp_processor_id() ia64_get_lid() macro
/arch/alpha/kernel/
Dsmp.c122 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/
Dsmpboot.c381 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()
Dacpi.c543 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/
Dsmp-shx3.c33 unsigned int cpu = hard_smp_processor_id(); in ipi_interrupt_handler()
/arch/m32r/kernel/
Dsmpboot.c136 bsp_phys_id = hard_smp_processor_id(); in smp_prepare_boot_cpu()
462 int phys_id = hard_smp_processor_id(); in smp_callin()

12