| /optee_os/lib/libutee/arch/arm/gprof/ |
| H A D | gprof.c | 334 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() 388 * top points to what we are looking at, in __mcount_internal() 389 * prevtop points to previous top. in __mcount_internal() [all …]
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | plat_tzc400.c | 126 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 D | platform_px30.c | 19 #define RG_MAP_SECURE(top, base) ((((top) - 1) << 16) | (base)) argument 43 /* Map top and base */ in platform_secure_ddr_region()
|
| H A D | platform_rk3588.c | 27 #define RG_MAP_SECURE(top, base) \ argument 28 (((((top) - 1) & 0x7fff) << 16) | ((base) & 0x7fff))
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | error.h | 74 * PKCS#12 1 4 (Started from top) 76 * PKCS5 2 4 (Started from top) 78 * PK 3 15 (Started from top) 80 * ECP 4 10 (Started from top) 82 * HKDF 5 1 (Started from top) 86 * SSL 6 22 (Started from top, plus 0x6000)
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 463 TOP=/root/optee_repo_qemu 464 mv $TOP/optee_os $TOP/optee_os_old 465 ln -s /runner/optee_os $TOP/optee_os 466 cd $TOP/build 609 TOP=/root/optee_repo_qemu_v8 610 mv $TOP/optee_os $TOP/optee_os_old 611 ln -s /runner/optee_os $TOP/optee_os 612 cd $TOP/buil [all...] |
| /optee_os/core/arch/arm/plat-telechips/ |
| H A D | plat_tzc.c | 20 .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 D | tzc400.c | 278 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 D | openedges_omc.c | 158 else if ((cfg->base | (cfg->top + 1)) & 0xFFF) in omc_configure_region() 159 panic("region base or (top + 1) is not 4KB aligned"); 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 D | openedges_omc.h | 24 uint64_t top; member
|
| /optee_os/core/arch/arm/plat-sam/ |
| H A D | tz_matrix.h | 51 /* Security Region Top Slave n Register */ 95 /* Security Region Top Slave Registers (MATRIX_SRTSRx) */
|
| H A D | platform_sama7g5.c | 894 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/core/kernel/ |
| H A D | asan.c | 436 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/lib/libutils/ext/arch/arm/ |
| H A D | mcount_a32.S | 25 * stored on the top of the stack. The callee, i.e. the instrumented function
|
| /optee_os/core/lib/qcbor/inc/qcbor/ |
| H A D | qcbor_private.h | 253 * 1) Byte count tracking. This is for the top level input CBOR 274 * byte-count tracked levels (the top-level sequence and 303 } bs; /* for top-level sequence and bstr-wrapped CBOR */
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | cbor.c | 201 /* Add top level array for COSE_Sign1 */ in encode_cose_evidence() 243 /* Close top level array for COSE_Sign1 */ in encode_cose_evidence()
|
| /optee_os/core/arch/arm/include/sm/ |
| H A D | sm.h | 98 * The secure monitor reserves space at top of stack_tmp to hold struct
|
| /optee_os/lib/libutee/include/ |
| H A D | pta_invoke_tests.h | 89 * [in] value[0].a Top 16 bits Decrypt, low 16 bits key size in bits
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_config.h | 124 * a generic suport, whereas other ones add more features on top of that and
|
| /optee_os/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt_asn1_oid.h | 28 * OID Top Level = first two Node (Standard and Registration-authority)
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_ffdh.h | 2 * PSA FFDH layer on top of Mbed TLS crypto
|
| H A D | psa_crypto_pake.h | 2 * PSA PAKE layer on top of Mbed TLS software crypto
|
| H A D | psa_util.c | 2 * PSA hashing layer on top of Mbed TLS software crypto 51 /* PSA_SUCCESS is kept at the top of each error table since
|
| H A D | psa_crypto_hash.h | 2 * PSA hashing layer on top of Mbed TLS software crypto
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 231 `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
|