Searched refs:init_size (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/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-3.20.0/core/arch/arm/kernel/ |
A D | boot.c | 441 size_t init_size = (size_t)(__init_end - __init_start); in init_runtime() local 499 memmove(paged_store + init_size, in init_runtime() 504 asan_memcpy_unchecked(paged_store, __init_start, init_size); in init_runtime() 531 assert(!(init_size & SMALL_PAGE_MASK)); in init_runtime() 573 tee_pager_add_pages(pageable_start, init_size / SMALL_PAGE_SIZE, false); in init_runtime() 574 tee_pager_add_pages(pageable_start + init_size, in init_runtime() 575 (pageable_size - init_size) / SMALL_PAGE_SIZE, in init_runtime()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_math.h | 51 int (*init_size)(int size_bits, void **a); member
|
A D | tomcrypt_private.h | 168 #define mp_init_size(a, b) ltc_mp.init_size(a, b)
|
/optee_os-3.20.0/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-3.20.0/ldelf/ |
A D | ta_elf.c | 1701 uint16_t init_size; member 1723 uint16_t init_size; member 1795 ifs32->init_size = init_cnt; in fill_ifs() 1812 ifs->init_size = init_cnt; in fill_ifs()
|
Completed in 21 milliseconds