Searched refs:cpp (Results 1 – 5 of 5) sorted by relevance
222 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local267 cpp = &np->child; in bootx_scan_dt_build_strings()268 while(*cpp) { in bootx_scan_dt_build_strings()269 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_strings()271 cpp = &np->sibling; in bootx_scan_dt_build_strings()280 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local339 cpp = &np->child; in bootx_scan_dt_build_struct()340 while(*cpp) { in bootx_scan_dt_build_struct()341 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_struct()342 bootx_scan_dt_build_struct(base, *cpp, mem_end); in bootx_scan_dt_build_struct()[all …]
252 struct page *cp, **cpp = NULL; in init_vdso_image() local269 cpp = kcalloc(cnpages, sizeof(struct page *), GFP_KERNEL); in init_vdso_image()270 vdso_mapping->pages = cpp; in init_vdso_image()272 if (!cpp) in init_vdso_image()279 cpp[i] = cp; in init_vdso_image()310 if (cpp != NULL) { in init_vdso_image()312 if (cpp[i] != NULL) in init_vdso_image()313 __free_page(cpp[i]); in init_vdso_image()315 kfree(cpp); in init_vdso_image()
79 cpp-$(CONFIG_CPU_32v7M) :=-D__LINUX_ARM_ARCH__=780 cpp-$(CONFIG_CPU_32v7) :=-D__LINUX_ARM_ARCH__=781 cpp-$(CONFIG_CPU_32v6) :=-D__LINUX_ARM_ARCH__=685 cpp-$(CONFIG_CPU_32v6K) :=-D__LINUX_ARM_ARCH__=687 cpp-$(CONFIG_CPU_32v5) :=-D__LINUX_ARM_ARCH__=588 cpp-$(CONFIG_CPU_32v4T) :=-D__LINUX_ARM_ARCH__=489 cpp-$(CONFIG_CPU_32v4) :=-D__LINUX_ARM_ARCH__=490 cpp-$(CONFIG_CPU_32v3) :=-D__LINUX_ARM_ARCH__=3150 KBUILD_CPPFLAGS +=$(cpp-y)
16 #include "multi-die-cpp.h"
Completed in 12 milliseconds