Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c702 void **fdt_copy, size_t *mapped_size) in copy_and_map_fdt() argument
726 *fdt_copy = (void *)va; in copy_and_map_fdt()
1661 void *fdt_copy = NULL; in sp_first_run() local
1678 res = copy_and_map_fdt(ctx, sess->fdt, &fdt_copy, &fdt_size); in sp_first_run()
1682 res = handle_fdt_dev_regions(ctx, fdt_copy); in sp_first_run()
1686 res = handle_fdt_mem_regions(ctx, fdt_copy); in sp_first_run()
1691 res = handle_tpm_event_log(ctx, fdt_copy); in sp_first_run()
1696 res = handle_hw_features(fdt_copy); in sp_first_run()
1700 res = create_and_map_boot_info(ctx, fdt_copy, &args, &boot_info_va, in sp_first_run()
1721 vm_unmap(&ctx->uctx, (vaddr_t)fdt_copy, fdt_size); in sp_first_run()