Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dhelpers.S52 .globl hard_smp_processor_id symbol
53 .type hard_smp_processor_id,#function
54 hard_smp_processor_id: label
63 .size hard_smp_processor_id,.-hard_smp_processor_id
H A Dsun4d_smp.c56 int cpuid = hard_smp_processor_id(); in sun4d_cpu_pre_starting()
71 cpuid = hard_smp_processor_id(); in sun4d_cpu_pre_online()
356 int i = hard_smp_processor_id(); in smp4d_cross_call_irq()
367 int cpu = hard_smp_processor_id(); in smp4d_percpu_timer_interrupt()
H A Dsmp_32.c244 int cpuid = hard_smp_processor_id(); in smp_prepare_boot_cpu()
316 unsigned int cpuid = hard_smp_processor_id(); in arch_cpu_pre_online()
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dsmp.h43 #define hard_smp_processor_id() __hard_smp_processor_id() macro
53 #define hard_smp_processor_id() 0 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dsmp_64.h47 int hard_smp_processor_id(void);
76 #define hard_smp_processor_id() 0 macro
H A Dsmp_32.h105 int hard_smp_processor_id(void);
129 #define hard_smp_processor_id() 0 macro
H A Dswitch_to_32.h92 : "r" (&(current_set[hard_smp_processor_id()])), \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsmp.h80 #define hard_smp_processor_id() (get_paca()->hw_cpu_id) macro
101 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()]) macro
193 #define hard_smp_processor_id() get_hard_smp_processor_id(0) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dsmp.h57 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function
79 #define hard_smp_processor_id() (0) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsmp.h179 extern int hard_smp_processor_id(void);
182 #define hard_smp_processor_id() 0 macro
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsmp.c120 int cpuid = hard_smp_processor_id(); in smp_callin()
244 mycpu = hard_smp_processor_id(); in recv_secondary_console_msg()
574 if (cpu == hard_smp_processor_id()) in smp_send_reschedule()
588 if (hard_smp_processor_id() != boot_cpu_id) in smp_send_stop()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsmpboot.c359 phys_id = hard_smp_processor_id(); in smp_callin()
439 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); in start_secondary()
498 int boot_cpu_id = hard_smp_processor_id(); in smp_build_cpu_map()
524 int boot_cpu_id = hard_smp_processor_id(); in smp_prepare_cpus()
H A Dacpi.c448 node_cpuid[0].phys_id = hard_smp_processor_id(); in acpi_numa_fixup()
597 printk(KERN_INFO "CPU 0 (0x%04x)", hard_smp_processor_id()); in early_acpi_boot_init()
599 hard_smp_processor_id(); in early_acpi_boot_init()
678 hard_smp_processor_id()) in acpi_boot_init()
/OK3568_Linux_fs/kernel/arch/mips/netlogic/common/
H A Dsmp.c124 hwtid = hard_smp_processor_id(); in nlm_init_secondary()
174 boot_cpu = hard_smp_processor_id(); in nlm_smp_setup()
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dsmp.h5 #define hard_smp_processor_id() 0 macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dsmp.h16 #define hard_smp_processor_id() mfspr(SPR_COREID) macro
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c506 hard_smp_processor_id(), 0xff); in kvmppc_read_one_intr()
512 opal_int_set_mfrr(hard_smp_processor_id(), 0xff); in kvmppc_read_one_intr()
538 hard_smp_processor_id(), in kvmppc_read_one_intr()
544 opal_int_set_mfrr(hard_smp_processor_id(), in kvmppc_read_one_intr()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dkexec.c31 int hwcpu = hard_smp_processor_id(); in pseries_kexec_cpu_down()
/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlr/
H A Dwakeup.c62 boot_cpu = hard_smp_processor_id(); in xlr_wakeup_secondary_cpus()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/
H A Didle.c58 restore_astate(hard_smp_processor_id()); in pasemi_system_reset_exception()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dsmp.h42 #define hard_smp_processor_id() ia64_get_lid() macro
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2/
H A Dprobe.c44 unsigned cpu = hard_smp_processor_id(); in cpu_probe()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dvsmp_64.c132 return hard_smp_processor_id() >> index_msb; in apicid_phys_pkg_id()
H A Dsmpboot.c1271 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check()
1273 hard_smp_processor_id()); in smp_sanity_check()
1275 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
1285 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
1464 int cpu = hard_smp_processor_id(); in prefill_possible_map()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/
H A Dmips-extns.h142 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function

123