Searched refs:init_size (Results 1 – 11 of 11) sorted by relevance
/optee_os/scripts/ |
A D | tee_bin_parser.py | 40 init_size = struct.unpack('<I', data)[0] 41 print("Init size: \t0x{:04x}".format(init_size))
|
A D | mem_usage.py | 83 init_size = 0 152 init_size += size 163 print_pager_stat('Init sections (.*_init)', init_size)
|
A D | gen_tee_bin.py | 289 init_size = (pager_bin_size + min(init_bin_size, paged_area_size) + 297 init_size, init_load_addr[0], init_load_addr[1], 313 init_size = (pager_bin_size + min(init_bin_size, paged_area_size) + 324 0, init_size))
|
/optee_os/core/arch/arm/kernel/ |
A D | boot.c | 397 size_t init_size = (size_t)(__init_end - __init_start); in init_runtime() local 454 memmove(paged_store + init_size, in init_runtime() 459 asan_memcpy_unchecked(paged_store, __init_start, init_size); in init_runtime() 486 assert(!(init_size & SMALL_PAGE_MASK)); in init_runtime() 528 tee_pager_add_pages(pageable_start, init_size / SMALL_PAGE_SIZE, false); in init_runtime() 529 tee_pager_add_pages(pageable_start + init_size, in init_runtime() 530 (pageable_size - init_size) / SMALL_PAGE_SIZE, in init_runtime()
|
/optee_os/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 75 static int init_size(int size_bits __unused, void **a) in init_size() function 633 .init_size = init_size,
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 58 int (*init_size)(int size_bits, void **a); member
|
A D | tomcrypt_private.h | 155 #define mp_init_size(a, b) ltc_mp.init_size(a, b)
|
/optee_os/ldelf/ |
A D | ta_elf.c | 1654 uint16_t init_size; member 1676 uint16_t init_size; member 1748 ifs32->init_size = init_cnt; in fill_ifs() 1765 ifs->init_size = init_cnt; in fill_ifs()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 2207 000000000e135e50 0000000000000008 t init_size
|
A D | tee.dmp | 213 000000000e135e50 l F .text 0000000000000008 init_size 82698 000000000e135e50 <init_size>: 82699 init_size():
|
A D | tee.map | 23718 .text.init_size
|
Completed in 228 milliseconds