Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/core/arch/arm/plat-rockchip/
A Dplatform_px30.c19 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/
A Dplat_tzc400.c52 return region_cfg.base == base && region_cfg.top == (base + size - 1) && in tzc_region_is_non_secure()
66 return region_cfg.base == base && region_cfg.top == (base + size - 1) && in tzc_region_is_secure()
/optee_os-3.20.0/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-3.20.0/core/include/drivers/
A Dtzc400.h227 vaddr_t top; member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c2487 int top ) in x509_crt_check_parent() argument
2499 if( top && parent->version < 3 ) in x509_crt_check_parent()
2564 int top, in x509_crt_find_parent_in() argument
2598 if( x509_crt_check_parent( child, parent, top ) != 0 ) in x509_crt_find_parent_in()
2629 if( top && ! signature_is_good ) in x509_crt_find_parent_in()
/optee_os-3.20.0/
A DCHANGELOG.md1018 Resolves 32-bit truncation error when pool is at top of 32 bit address
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog3383 This affects certificates in the user-supplied chain except the top
4594 * Added the copyright notice at the top of havege.h

Completed in 20 milliseconds