Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dprocess.c988 #define TRUNC_PTR(x) ((typeof(x))(((unsigned long)(x)) & 0xffffffff)) macro
1000 parent_tidp = TRUNC_PTR(parent_tidp); in sys_clone()
1001 child_tidp = TRUNC_PTR(child_tidp); in sys_clone()