Searched refs:dpp (Results 1 – 2 of 2) sorted by relevance
250 struct page *dp, **dpp = NULL; in init_vdso_image() local290 dpp = kcalloc(dnpages, sizeof(struct page *), GFP_KERNEL); in init_vdso_image()291 vvar_mapping.pages = dpp; in init_vdso_image()293 if (!dpp) in init_vdso_image()300 dpp[0] = dp; in init_vdso_image()318 if (dpp != NULL) { in init_vdso_image()320 if (dpp[i] != NULL) in init_vdso_image()321 __free_page(dpp[i]); in init_vdso_image()323 kfree(dpp); in init_vdso_image()
67 unw_decode_uleb128 (unsigned char **dpp) in unw_decode_uleb128() argument71 unsigned char *bp = *dpp; in unw_decode_uleb128()81 *dpp = bp; in unw_decode_uleb128()