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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c959 #define TRUNC_PTR(x) ((typeof(x))(((unsigned long)(x)) & 0xffffffff)) macro
971 parent_tidp = TRUNC_PTR(parent_tidp);
972 child_tidp = TRUNC_PTR(child_tidp);

Completed in 45 milliseconds