Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfdt.c51 u32 phys_cpu_id = thread_to_core(*reg); in ft_fixup_num_cores()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c54 u32 phys_cpu_id = thread_to_core(*reg); in ft_fixup_cpu()