Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 31) sorted by relevance

12

/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c163 free(desc->action_arg); in set_image_desc_action()
173 free(desc->name); in free_image_desc()
174 free(desc->cmdline_name); in free_image_desc()
175 free(desc->action_arg); in free_image_desc()
177 free(desc->image->buffer); in free_image_desc()
178 free(desc->image); in free_image_desc()
180 free(desc); in free_image_desc()
396 free(buf); in parse_fip()
611 free(buf); in pack_images()
642 free(desc->image); in update_fip()
[all …]
/rk3399_ARM-atf/tools/memory/src/memory/
H A Delfparser.py109 size = free = 0
118 free += v["start"] + v["length"] - v["end"]
120 return size, free
H A Dimage.py50 def free(self) -> Optional[int]: member in Region
H A Dprinter.py104 val.free if val.free is not None else "?",
/rk3399_ARM-atf/lib/zlib/
H A Dzutil.c283 extern void free(voidpf ptr);
294 free(ptr); in zcfree()
/rk3399_ARM-atf/tools/cert_create/src/
H A Dext.c328 free(ptr); in ext_cleanup()
331 free(extensions); in ext_cleanup()
H A Dcert.c288 free(ptr); in cert_cleanup()
291 free(certs); in cert_cleanup()
H A Dkey.c378 free(ptr); in key_cleanup()
382 free(keys); in key_cleanup()
/rk3399_ARM-atf/licenses/
H A DLICENSE.MIT5 Permission is hereby granted, free of charge, to any person obtaining a copy
H A DLICENSE-APACHE-2.0.txt69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/rk3399_ARM-atf/tools/stm32image/
H A Dstm32image.c244 free(stm32image_header); in stm32image_create_header_file()
248 free(stm32image_header); in stm32image_create_header_file()
/rk3399_ARM-atf/lib/compiler-rt/
H A DLICENSE.TXT29 Permission is hereby granted, free of charge, to any person obtaining a copy of
60 Permission is hereby granted, free of charge, to any person obtaining a copy
/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c530 free(test_img); in image_encrypt()
798 free(sec_opt); in parse_sec_config_file()
1556 free(buf); in write_prolog()
1748 free(image_buf); in main()
1755 free(opts.sec_opts->encrypted_image); in main()
1756 free(opts.sec_opts); in main()
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-1.rst18 | Impact | Copy of unexpectedly large data into the free secure memory |
110 /* Find out how much free trusted ram remains after BL1 load */
/rk3399_ARM-atf/docs/components/spd/
H A Dtlk-dispatcher.rst27 free and open-source trusted execution environment (OTE).
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-support.rst66 The *Foundation* and *Base* FVPs can be downloaded free of charge. See the
/rk3399_ARM-atf/docs/about/
H A Drelease-information.rst11 required for the release will be merged. The maintainers are free to use their
/rk3399_ARM-atf/docs/design/
H A Dalt-boot-flows.rst61 connection is usually available in a pre-production system. The user is free to
H A Dtrusted-board-boot.rst33 platforms. Although each platform is free to define its own CoT based on its
/rk3399_ARM-atf/docs/process/
H A Dfaq.rst20 set and the impact of any delay. Feel free to add a comment to your patch set
H A Dcoding-style.rst7 The style should not be considered *set in stone*. Feel free to provide feedback
59 Enforcing a rule does not mean that the codebase is free of defects
/rk3399_ARM-atf/docs/plat/
H A Dxilinx-versal.rst118 The register is free to be used by other software once the TF-A is bringing up
H A Dxilinx-zynqmp.rst108 register is free to be used by other software once TF-A has brought up
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.c80 size_t free = state->data_size - state->allocated; in spmc_shmem_obj_alloc() local
104 if (obj_size > free) { in spmc_shmem_obj_alloc()
106 __func__, desc_size, free); in spmc_shmem_obj_alloc()
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst187 The platform is free to maintain this mapping however it prefers, and may do so

12