OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_to_core
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/powerpc/include/asm/
mp.h
17
#define
thread_to_core
(x) (x >> 1)
macro
19
#define
thread_to_core
(x) (x)
macro
/external/u-boot/arch/powerpc/cpu/mpc8xxx/
fdt.c
51
u32 phys_cpu_id =
thread_to_core
(*reg);
/external/u-boot/arch/powerpc/cpu/mpc85xx/
fdt.c
54
u32 phys_cpu_id =
thread_to_core
(*reg);
Completed in 636 milliseconds