Home
last modified time | relevance | path

Searched full:top (Results 1 – 25 of 89) sorted by relevance

1234

/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()
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 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
43 /* Map top and base */ in platform_secure_ddr_region()
H A Dplatform_rk3588.c27 #define RG_MAP_SECURE(top, base) \ argument
28 (((((top) - 1) & 0x7fff) << 16) | ((base) & 0x7fff))
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Derror.h74 * 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 Dci.yml463 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 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()
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 Dopenedges_omc.h24 uint64_t top; member
/optee_os/core/arch/arm/plat-sam/
H A Dtz_matrix.h51 /* Security Region Top Slave n Register */
95 /* Security Region Top Slave Registers (MATRIX_SRTSRx) */
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/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/lib/libutils/ext/arch/arm/
H A Dmcount_a32.S25 * stored on the top of the stack. The callee, i.e. the instrumented function
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h253 * 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 Dcbor.c201 /* 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 Dsm.h98 * The secure monitor reserves space at top of stack_tmp to hold struct
/optee_os/lib/libutee/include/
H A Dpta_invoke_tests.h89 * [in] value[0].a Top 16 bits Decrypt, low 16 bits key size in bits
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_config.h124 * a generic suport, whereas other ones add more features on top of that and
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_asn1_oid.h28 * OID Top Level = first two Node (Standard and Registration-authority)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_ffdh.h2 * PSA FFDH layer on top of Mbed TLS crypto
H A Dpsa_crypto_pake.h2 * PSA PAKE layer on top of Mbed TLS software crypto
H A Dpsa_util.c2 * 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 Dpsa_crypto_hash.h2 * PSA hashing layer on top of Mbed TLS software crypto
/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

1234