| /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/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/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 | 28 #define RG_MAP_SECURE(top, base) \ argument 29 (((((top) - 1) & 0x7fff) << 16) | ((base) & 0x7fff))
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 464 TOP=/root/optee_repo_qemu 465 mv $TOP/optee_os $TOP/optee_os_old 466 ln -s /runner/optee_os $TOP/optee_os 467 cd $TOP/build 610 TOP=/root/optee_repo_qemu_v8 611 mv $TOP/optee_os $TOP/optee_os_old 612 ln -s /runner/optee_os $TOP/optee_os 613 cd $TOP/build 701 TOP=/root/optee_repo_qemu_v8 702 mv $TOP/optee_os $TOP/optee_os_old [all …]
|
| /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/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/scripts/kconfig/kconfiglib/ |
| H A D | menuconfig.py | 52 When run in standalone mode, the top-level Kconfig file to load can be passed 81 - path Top row in the main display, with the menu path 82 - separator Separator lines between windows. Also used for the top line 163 * Expressions are split up by their top-level &&/|| operands to improve 690 # Any visible items in the top menu? 792 # Index in _shown of the top row of the main display 1002 # Top row, with menu path 1192 # the top menu. 1349 # before drawing the title, so the title ends up on top for small windows. 1353 # Add the 'mainmenu' text as the title, centered at the top [all …]
|
| H A D | defconfig.py | 28 help="Top-level Kconfig file (default: Kconfig)")
|
| H A D | savedefconfig.py | 33 help="Top-level Kconfig file (default: Kconfig)")
|
| H A D | listnewconfig.py | 37 help="Top-level Kconfig file (default: Kconfig)")
|
| H A D | setconfig.py | 37 help="Top-level Kconfig file (default: Kconfig)")
|
| H A D | guiconfig.py | 38 When run in standalone mode, the top-level Kconfig file to load can be passed 190 # Any visible items in the top menu? 770 def _add_to_tree(node, top): argument 772 # the nodes linearly to get the correct order. 'top' holds the menu that 773 # corresponds to the top-level menu, and can vary in single-menu mode. 776 _tree.move(id(node), "" if parent is top else id(parent), "end") 1066 # starting from the top of the tree. Used to preserve scrolling. 1259 # like the top-left corner of the screen otherwise. See the menuconfig() 1489 # to return the row before the top row. 2162 # Returns a string with 'expr' split into its top-level && or || operands, [all …]
|
| /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) */
|
| /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/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/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/libutils/ext/ |
| H A D | asan.c | 524 void *top = old_sp; in asan_handle_longjmp() local 525 void *bottom = (void *)ROUNDDOWN((vaddr_t)&top, in asan_handle_longjmp() 528 asan_tag_access(bottom, top); in asan_handle_longjmp()
|
| /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)
|