Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powermac/
A Dbootx_init.c222 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
267 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() local
339 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 …]
/arch/sparc/vdso/
A Dvma.c252 struct page *cp, **cpp = NULL; in init_vdso_image() local
269 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()
/arch/arm/
A DMakefile79 cpp-$(CONFIG_CPU_32v7M) :=-D__LINUX_ARM_ARCH__=7
80 cpp-$(CONFIG_CPU_32v7) :=-D__LINUX_ARM_ARCH__=7
81 cpp-$(CONFIG_CPU_32v6) :=-D__LINUX_ARM_ARCH__=6
85 cpp-$(CONFIG_CPU_32v6K) :=-D__LINUX_ARM_ARCH__=6
87 cpp-$(CONFIG_CPU_32v5) :=-D__LINUX_ARM_ARCH__=5
88 cpp-$(CONFIG_CPU_32v4T) :=-D__LINUX_ARM_ARCH__=4
89 cpp-$(CONFIG_CPU_32v4) :=-D__LINUX_ARM_ARCH__=4
90 cpp-$(CONFIG_CPU_32v3) :=-D__LINUX_ARM_ARCH__=3
150 KBUILD_CPPFLAGS +=$(cpp-y)
/arch/arm64/boot/dts/apple/
A Dt6001.dtsi16 #include "multi-die-cpp.h"
A Dt6002.dtsi16 #include "multi-die-cpp.h"

Completed in 12 milliseconds