Home
last modified time | relevance | path

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

/optee_os/lib/libutee/arch/arm/gprof/
H A Dgprof.c334 struct tostruct *top, *prevtop; in __mcount_internal() local
374 top = &p->tos[toindex]; in __mcount_internal()
375 top->selfpc = selfpc; in __mcount_internal()
376 top->count = 1; in __mcount_internal()
377 top->link = 0; in __mcount_internal()
380 top = &p->tos[toindex]; in __mcount_internal()
381 if (top->selfpc == selfpc) { in __mcount_internal()
383 top->count++; in __mcount_internal()
393 if (top->link == 0) { in __mcount_internal()
404 top = &p->tos[toindex]; in __mcount_internal()
[all …]
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c126 if (reg->base <= tzc_dev->reg[i].top && in tzc_region_check_overlap()
127 reg->top >= tzc_dev->reg[i].base) in tzc_region_check_overlap()
152 .top = UINT_MAX, in stm32mp_tzc_region0()
166 const struct tzc_region_config cfg = { .top = 0x00000FFF }; in stm32mp_tzc_reset_region()
181 region_cfg->top + 1 - region_cfg->base, in append_region()
205 reg_exclude->top + 1 - in exclude_region_from_nsec()
208 reg->region.top + 1 - in exclude_region_from_nsec()
217 reg_exclude->top == reg->region.top) { in exclude_region_from_nsec()
222 reg->region.base = reg_exclude->top + 1; in exclude_region_from_nsec()
223 } else if (reg_exclude->top == reg->region.top) { in exclude_region_from_nsec()
[all …]
/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform_px30.c19 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
H A Dplatform_rk3588.c28 #define RG_MAP_SECURE(top, base) \ argument
29 (((((top) - 1) & 0x7fff) << 16) | ((base) & 0x7fff))
/optee_os/core/arch/arm/plat-telechips/
H A Dplat_tzc.c20 .top = (CFG_TZDRAM_START + CFG_TZDRAM_SIZE - 1) - DRAM0_BASE, in tzc_protect_teeos()
99 .top = UINT64_MAX, in tzc_configure()
/optee_os/core/drivers/
H A Dtzc400.c278 assert(((cfg->top <= (UINT64_MAX >> (64 - tzc.addr_width))) && in tzc_configure_region()
279 (cfg->base < cfg->top))); in tzc_configure_region()
282 assert(((cfg->base | (cfg->top + 1)) & (4096 - 1)) == 0); in tzc_configure_region()
294 tzc_write_region_top_low(tzc.base, region, addr_low(cfg->top)); in tzc_configure_region()
295 tzc_write_region_top_high(tzc.base, region, addr_high(cfg->top)); in tzc_configure_region()
318 cfg->top = reg_pair_to_64(tzc_read_region_top_high(tzc.base, region), in tzc_get_region_config()
H A Dopenedges_omc.c158 else if ((cfg->base | (cfg->top + 1)) & 0xFFF) in omc_configure_region()
168 omc_write_region_top(filter, region, start_addr + cfg->top); in omc_configure_region()
/optee_os/core/include/drivers/
H A Dopenedges_omc.h24 uint64_t top; member
H A Dtzc400.h227 vaddr_t top; member
/optee_os/core/kernel/
H A Dasan.c436 void *top = old_sp; in asan_handle_longjmp() local
437 void *bottom = (void *)ROUNDDOWN((vaddr_t)&top, in asan_handle_longjmp()
440 asan_tag_access(bottom, top); in asan_handle_longjmp()
/optee_os/core/arch/arm/plat-sam/
H A Dplatform_sama7g5.c894 cfg.top = 0xffffffff; in tzc400_init()
899 cfg.top = cfg.base + CFG_TZDRAM_SIZE - 1; in tzc400_init()
904 cfg.top = cfg.base - CFG_TZDRAM_SIZE + DDR_CS_SIZE - 1; in tzc400_init()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c2182 int top) in x509_crt_check_parent() argument
2195 if (top && parent->version < 3) { in x509_crt_check_parent()
2259 int top, in x509_crt_find_parent_in() argument
2292 if (x509_crt_check_parent(child, parent, top) != 0) { in x509_crt_find_parent_in()
2322 if (top && !signature_is_good) { in x509_crt_find_parent_in()
/optee_os/lib/libutils/compiler-rt/
H A DLICENSE.TXT231 `LICENSE` file at the top containing the specific license and restrictions
233 2) It will contain specific license and restriction terms at the top of every
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md93 …de. Where possible for new files, this should be noted in a comment at the top of the file in the …
H A DChangeLog5272 This affects certificates in the user-supplied chain except the top
6483 * Added the copyright notice at the top of havege.h
/optee_os/core/lib/qcbor/
H A DREADME.md72 alternative to and built on top of QCBORDecode_GetNext(). They do type
/optee_os/
H A DCHANGELOG.md1348 Resolves 32-bit truncation error when pool is at top of 32 bit address