Home
last modified time | relevance | path

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

/optee_os/lib/libutee/arch/arm/gprof/
A Dgprof.c375 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()
383 top->count++; in __mcount_internal()
393 if (top->link == 0) { in __mcount_internal()
405 top->selfpc = selfpc; in __mcount_internal()
406 top->count = 1; in __mcount_internal()
414 prevtop = top; in __mcount_internal()
415 top = &p->tos[top->link]; in __mcount_internal()
[all …]
/optee_os/core/arch/arm/plat-rockchip/
A Dplatform_px30.c19 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/optee_os/core/drivers/
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()
/optee_os/core/arch/arm/plat-stm32mp1/
A Dplat_tzc400.c45 return region_cfg.base == base && region_cfg.top == (base + size - 1) && in tzc_region_is_non_secure()
59 return region_cfg.base == base && region_cfg.top == (base + size - 1) && in tzc_region_is_secure()
/optee_os/core/include/drivers/
A Dtzc400.h227 vaddr_t top; member
/optee_os/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c2489 int top ) in x509_crt_check_parent() argument
2501 if( top && parent->version < 3 ) in x509_crt_check_parent()
2566 int top, in x509_crt_find_parent_in() argument
2600 if( x509_crt_check_parent( child, parent, top ) != 0 ) in x509_crt_find_parent_in()
2631 if( top && ! signature_is_good ) in x509_crt_find_parent_in()
/optee_os/
A DCHANGELOG.md897 Resolves 32-bit truncation error when pool is at top of 32 bit address
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog3168 This affects certificates in the user-supplied chain except the top
4379 * Added the copyright notice at the top of havege.h

Completed in 21 milliseconds