Searched refs:cpp (Results 1 – 2 of 2) sorted by relevance
225 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local270 cpp = &np->child; in bootx_scan_dt_build_strings()271 while(*cpp) { in bootx_scan_dt_build_strings()272 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_strings()273 bootx_scan_dt_build_strings(base, *cpp, mem_end); in bootx_scan_dt_build_strings()274 cpp = &np->sibling; in bootx_scan_dt_build_strings()283 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local342 cpp = &np->child; in bootx_scan_dt_build_struct()343 while(*cpp) { in bootx_scan_dt_build_struct()344 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_struct()[all …]
1739 cpp :8, /* Cores per processor */ member1774 #define overview_cpp overview.overview_bits.cpp