Searched refs:this_cpu_id (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Dmachine_kexec.c185 unsigned long this_cpu_id = __smp_processor_id(); local
186 unsigned long this_hart_id = cpuid_to_hartid_map(this_cpu_id);
/linux-master/arch/sparc/kernel/
H A Dprom_64.c385 int this_cpu_id; local
401 this_cpu_id = regs[0] & 0x0fffffff;
403 this_cpu_id = of_getintprop_default(cpun, mid_prop, -1);
405 if (this_cpu_id < 0) {
407 this_cpu_id = of_getintprop_default(cpun, mid_prop, -1);
409 if (this_cpu_id < 0) {
414 if (this_cpu_id == cpu) {

Completed in 127 milliseconds