Searched refs:FDT_COPY_SIZE (Results 1 – 4 of 4) sorted by relevance
19 #define FDT_COPY_SIZE (4 * SZ_1K) macro237 fdt_base_copy = malloc(FDT_COPY_SIZE); in do_ut_overlay()242 fdt_overlay_copy = malloc(FDT_COPY_SIZE); in do_ut_overlay()246 fdt_overlay_stacked_copy = malloc(FDT_COPY_SIZE); in do_ut_overlay()256 ut_assertok(fdt_open_into(fdt_base, fdt_base_copy, FDT_COPY_SIZE)); in do_ut_overlay()265 FDT_COPY_SIZE)); in do_ut_overlay()274 FDT_COPY_SIZE)); in do_ut_overlay()
36 #define FDT_COPY_SIZE (4 * 1024) macro44 copy = xmalloc(FDT_COPY_SIZE); in open_dt()49 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE), 0); in open_dt()
35 #define FDT_COPY_SIZE (4 * 1024) macro42 copy = xmalloc(FDT_COPY_SIZE); in open_dt()47 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
36 #define FDT_COPY_SIZE (4 * 1024) macro192 copy = xmalloc(FDT_COPY_SIZE); in open_dt()197 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()