/Linux-v4.19/arch/sparc/kernel/ |
D | helpers.S | 51 .globl hard_smp_processor_id 52 .type hard_smp_processor_id,#function 53 hard_smp_processor_id: label 62 .size hard_smp_processor_id,.-hard_smp_processor_id
|
D | sun4d_smp.c | 56 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()
|
D | smp_32.c | 246 int cpuid = hard_smp_processor_id(); in smp_prepare_boot_cpu() 318 unsigned int cpuid = hard_smp_processor_id(); in arch_cpu_pre_online()
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | smp.h | 43 #define hard_smp_processor_id() __hard_smp_processor_id() macro 53 #define hard_smp_processor_id() 0 macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | smp_64.h | 47 int hard_smp_processor_id(void); 76 #define hard_smp_processor_id() 0 macro
|
D | smp_32.h | 105 int hard_smp_processor_id(void); 129 #define hard_smp_processor_id() 0 macro
|
D | switch_to_32.h | 92 : "r" (&(current_set[hard_smp_processor_id()])), \
|
/Linux-v4.19/arch/sh/include/asm/ |
D | smp.h | 58 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function 80 #define hard_smp_processor_id() (0) macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | smp.h | 81 #define hard_smp_processor_id() (get_paca()->hw_cpu_id) macro 87 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()]) macro 160 #define hard_smp_processor_id() get_hard_smp_processor_id(0) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | smp.h | 179 extern int hard_smp_processor_id(void); 182 #define hard_smp_processor_id() 0 macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | smp.h | 5 #define hard_smp_processor_id() 0 macro
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | smp.h | 16 #define hard_smp_processor_id() mfspr(SPR_COREID) macro
|
/Linux-v4.19/arch/mips/netlogic/common/ |
D | smp.c | 124 hwtid = hard_smp_processor_id(); in nlm_init_secondary() 174 boot_cpu = hard_smp_processor_id(); in nlm_smp_setup()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | smp.c | 122 int cpuid = hard_smp_processor_id(); in smp_callin() 247 mycpu = hard_smp_processor_id(); in recv_secondary_console_msg() 577 if (cpu == hard_smp_processor_id()) in smp_send_reschedule() 591 if (hard_smp_processor_id() != boot_cpu_id) in smp_send_stop()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | kexec.c | 35 int hwcpu = hard_smp_processor_id(); in pseries_kexec_cpu_down()
|
/Linux-v4.19/arch/mips/netlogic/xlr/ |
D | wakeup.c | 62 boot_cpu = hard_smp_processor_id(); in xlr_wakeup_secondary_cpus()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | smpboot.c | 366 phys_id = hard_smp_processor_id(); in smp_callin() 450 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); in start_secondary() 510 int boot_cpu_id = hard_smp_processor_id(); in smp_build_cpu_map() 536 int boot_cpu_id = hard_smp_processor_id(); in smp_prepare_cpus()
|
D | acpi.c | 539 node_cpuid[0].phys_id = hard_smp_processor_id(); in acpi_numa_fixup() 685 printk(KERN_INFO "CPU 0 (0x%04x)", hard_smp_processor_id()); in early_acpi_boot_init() 687 hard_smp_processor_id(); in early_acpi_boot_init() 767 hard_smp_processor_id()) in acpi_boot_init()
|
/Linux-v4.19/arch/powerpc/platforms/pasemi/ |
D | idle.c | 71 restore_astate(hard_smp_processor_id()); in pasemi_system_reset_exception()
|
/Linux-v4.19/arch/sh/kernel/cpu/sh2/ |
D | probe.c | 47 unsigned cpu = hard_smp_processor_id(); in cpu_probe()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | smp.h | 43 #define hard_smp_processor_id() ia64_get_lid() macro
|
/Linux-v4.19/arch/x86/kernel/ |
D | smpboot.c | 1208 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check() 1210 hard_smp_processor_id()); in smp_sanity_check() 1212 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check() 1222 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check() 1401 int cpu = hard_smp_processor_id(); in prefill_possible_map()
|
/Linux-v4.19/arch/powerpc/sysdev/xics/ |
D | icp-opal.c | 27 int hw_cpu = hard_smp_processor_id(); in icp_opal_teardown_cpu()
|
/Linux-v4.19/arch/mips/include/asm/netlogic/ |
D | mips-extns.h | 142 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function
|
/Linux-v4.19/arch/sh/kernel/cpu/sh4a/ |
D | smp-shx3.c | 33 unsigned int cpu = hard_smp_processor_id(); in ipi_interrupt_handler()
|