Searched refs:TRUNC_PTR (Results 1 – 1 of 1) sorted by relevance
988 #define TRUNC_PTR(x) ((typeof(x))(((unsigned long)(x)) & 0xffffffff)) macro1000 parent_tidp = TRUNC_PTR(parent_tidp); in sys_clone()1001 child_tidp = TRUNC_PTR(child_tidp); in sys_clone()