Home
last modified time | relevance | path

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

123

/linux-6.1.9/arch/sparc/kernel/
Dhelpers.S52 .globl hard_smp_processor_id
53 .type hard_smp_processor_id,#function
54 hard_smp_processor_id: label
63 .size hard_smp_processor_id,.-hard_smp_processor_id
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()
358 int i = hard_smp_processor_id(); in smp4d_cross_call_irq()
369 int cpu = hard_smp_processor_id(); in smp4d_percpu_timer_interrupt()
Dsmp_32.c239 int cpuid = hard_smp_processor_id(); in smp_prepare_boot_cpu()
311 unsigned int cpuid = hard_smp_processor_id(); in arch_cpu_pre_online()
Dhvtramp.S116 call hard_smp_processor_id
/linux-6.1.9/arch/alpha/include/asm/
Dsmp.h43 #define hard_smp_processor_id() __hard_smp_processor_id() macro
53 #define hard_smp_processor_id() 0 macro
/linux-6.1.9/arch/sparc/include/asm/
Dsmp_64.h47 int hard_smp_processor_id(void);
76 #define hard_smp_processor_id() 0 macro
Dsmp_32.h102 int hard_smp_processor_id(void);
126 #define hard_smp_processor_id() 0 macro
Dswitch_to_32.h92 : "r" (&(current_set[hard_smp_processor_id()])), \
/linux-6.1.9/arch/sh/include/asm/
Dsmp.h57 static inline int hard_smp_processor_id(void) in hard_smp_processor_id() function
79 #define hard_smp_processor_id() (0) macro
/linux-6.1.9/arch/powerpc/include/asm/
Dsmp.h88 #define hard_smp_processor_id() (get_paca()->hw_cpu_id) macro
94 #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()]) macro
188 #define hard_smp_processor_id() get_hard_smp_processor_id(0) macro
/linux-6.1.9/arch/x86/include/asm/
Dsmp.h192 extern int hard_smp_processor_id(void);
195 #define hard_smp_processor_id() 0 macro
/linux-6.1.9/arch/um/include/asm/
Dsmp.h5 #define hard_smp_processor_id() 0 macro
/linux-6.1.9/arch/openrisc/include/asm/
Dsmp.h16 #define hard_smp_processor_id() mfspr(SPR_COREID) macro
/linux-6.1.9/arch/alpha/kernel/
Dsmp.c120 int cpuid = hard_smp_processor_id(); in smp_callin()
244 mycpu = hard_smp_processor_id(); in recv_secondary_console_msg()
568 if (cpu == hard_smp_processor_id()) in smp_send_reschedule()
582 if (hard_smp_processor_id() != boot_cpu_id) in smp_send_stop()
/linux-6.1.9/arch/ia64/kernel/
Dsmpboot.c360 phys_id = hard_smp_processor_id(); in smp_callin()
440 Dprintk("start_secondary: starting CPU 0x%x\n", hard_smp_processor_id()); in start_secondary()
499 int boot_cpu_id = hard_smp_processor_id(); in smp_build_cpu_map()
525 int boot_cpu_id = hard_smp_processor_id(); in smp_prepare_cpus()
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()
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dkexec.c31 int hwcpu = hard_smp_processor_id(); in pseries_kexec_cpu_down()
/linux-6.1.9/arch/powerpc/platforms/pasemi/
Didle.c59 restore_astate(hard_smp_processor_id()); in pasemi_system_reset_exception()
/linux-6.1.9/arch/sh/kernel/cpu/sh2/
Dprobe.c44 unsigned cpu = hard_smp_processor_id(); in cpu_probe()
Dsmp-j2.c23 unsigned cpu = hard_smp_processor_id(); in j2_ipi_interrupt_handler()
/linux-6.1.9/arch/ia64/include/asm/
Dsmp.h42 #define hard_smp_processor_id() ia64_get_lid() macro
/linux-6.1.9/arch/x86/kernel/
Dvsmp_64.c132 return hard_smp_processor_id() >> index_msb; in apicid_phys_pkg_id()
Dsmpboot.c1323 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check()
1325 hard_smp_processor_id()); in smp_sanity_check()
1327 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
1337 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
1527 int cpu = hard_smp_processor_id(); in prefill_possible_map()
/linux-6.1.9/arch/powerpc/sysdev/xics/
Dicp-opal.c24 int hw_cpu = hard_smp_processor_id(); in icp_opal_teardown_cpu()
/linux-6.1.9/arch/sh/kernel/cpu/sh4a/
Dsmp-shx3.c30 unsigned int cpu = hard_smp_processor_id(); in ipi_interrupt_handler()

123