Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/newlib/
A Dstr-two-way.h250 size_t memory = 0; in two_way_short_needle() local
255 i = MAX (suffix, memory); in two_way_short_needle()
266 if (i + 1 < memory + 1) in two_way_short_needle()
271 memory = needle_len - period; in two_way_short_needle()
276 memory = 0; in two_way_short_needle()
354 size_t memory = 0; in two_way_long_needle() local
364 if (memory && shift < period) in two_way_long_needle()
371 memory = 0; in two_way_long_needle()
377 i = MAX (suffix, memory); in two_way_long_needle()
388 if (i + 1 < memory + 1) in two_way_long_needle()
[all …]
/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp135f-dk.dts27 memory@c0000000 {
28 device_type = "memory";
32 reserved-memory {
38 /* Secure framebuffer memory */
A Dhikey.dts12 reserved-memory {
A Dstm32mp15xx-dhcor-som.dtsi19 memory@c0000000 {
20 device_type = "memory";
24 reserved-memory {
236 memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
A Dstm32mp157c-ed1.dts23 memory@c0000000 {
24 device_type = "memory";
28 reserved-memory {
322 memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
A Dstm32mp15xx-dhcom-som.dtsi20 memory@c0000000 {
21 device_type = "memory";
25 reserved-memory {
417 memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
A Dfsl-lx2160a.dtsi413 memory@80000000 {
415 device_type = "memory";
419 ddr1: memory-controller@1080000 {
420 compatible = "fsl,qoriq-memory-controller";
426 ddr2: memory-controller@1090000 {
427 compatible = "fsl,qoriq-memory-controller";
948 … ranges = <0x82000000 0x0 0x40000000 0x80 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
985 … ranges = <0x82000000 0x0 0x40000000 0x88 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
1022 … ranges = <0x82000000 0x0 0x40000000 0x90 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
1060 … ranges = <0x82000000 0x0 0x40000000 0x98 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
[all …]
A Dstm32mp15xx-dkx.dtsi11 memory@c0000000 {
12 device_type = "memory";
16 reserved-memory {
477 memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
A Dsama5d2.dtsi77 memory@20000000 {
78 device_type = "memory";
114 no-memory-wc;
671 no-memory-wc;
A Dstm32mp151.dtsi1355 fmc: memory-controller@58002000 {
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.doc8 BGET is a comprehensive memory allocation package which is easily
10 the time needed to allocate and release buffers and in the memory
48 layering BGET as an application level memory manager atop the underlying
56 fast, memory efficient, portable, and easy to integrate into your
65 that memory is allocated is a linear array which can be addressed as a
90 Embedded applications typically have a fixed area of memory dedicated to
107 low-level memory allocator. Then allocate buffers with bget(), bgetz(),
118 You can use BGET as your application's native memory manager and
120 application-specific memory compaction by compiling BGET with the BECtl
159 memory allocation strategy.)
[all …]
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog82 memory conditions.
760 application data from memory. Reported in #689 by
782 * Fix a memory leak in mbedtls_md_setup() when using HMAC under low memory
1598 application leading to a memory leak in case both
2123 being leaked to memory after release.
2651 * Fix memory leaks in test framework
3480 * Potential memory leak in bignum_selftest()
3519 * Potential memory leak in ssl_ticket_keys_init()
3677 * Fix memory leaks in PKCS#5 and PKCS#12.
3763 * Potential memory leak in bignum_selftest()
[all …]
A DREADME.md113 - `ASan`. This instruments the code with AddressSanitizer to check for memory errors. (This inclu…
115 - `MemSan`. This instruments the code with MemorySanitizer to check for uninitialised memory read…
219 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
/optee_os-3.20.0/core/
A Dcore.mk77 $(error error: No shared memory configured)
/optee_os-3.20.0/
A DCHANGELOG.md516 * Pager: make memory between CFG_TEE_RAM_START and TEE load address usable by
529 * Secure storage: fix potential memory leak after early return ([#1961])
616 * Dynamic shared memory (non-contiguous, non-secure memory can be mapped into
865 to share references to secure memory
891 * Add paged secure shared memory that can be transferred between TAs as
1009 * mm: fix confusing memory mapping debug traces
1025 * Do not consider TA memref parameters as TA private memory
1155 * Device Tree: add no-map property to OP-TEE node in reserved-memory.
/optee_os-3.20.0/core/arch/arm/kernel/
A Darm32_sysreg.txt37 @ B3.18.2 Virtual memory control registers, functional group

Completed in 38 milliseconds