Searched refs:thread_to_core (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Dmp.h17 #define thread_to_core(x) (x >> 1) macro
19 #define thread_to_core(x) (x) macro
/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfdt.c49 u32 phys_cpu_id = thread_to_core(*reg);
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c58 u32 phys_cpu_id = thread_to_core(*reg);

Completed in 49 milliseconds