| /optee_os/core/arch/arm/kernel/ |
| H A D | tlb_helpers_a32.S | 12 dsb ishst /* Sync with table update */ 14 dsb ish /* Sync with tlb invalidation completion */ 15 isb /* Sync execution on tlb update */ 21 dsb ishst /* Sync with table update */ 23 dsb ish /* Sync with tlb invalidation completion */ 24 isb /* Sync execution on tlb update */ 30 dsb ishst /* Sync with table update */ 34 dsb ish /* Sync with tlb invalidation completion */ 35 isb /* Sync execution on tlb update */
|
| H A D | tlb_helpers_a64.S | 12 dsb ishst /* Sync with table update */ 14 dsb ish /* Sync with tlb invalidation completion */ 15 isb /* Sync execution on tlb update */ 22 dsb ishst /* Sync with table update */ 24 dsb ish /* Sync with tlb invalidation completion */ 25 isb /* Sync execution on tlb update */ 32 dsb ishst /* Sync with table update */ 36 dsb ish /* Sync with tlb invalidation completion */ 37 isb /* Sync execution on tlb update */
|
| H A D | tz_ssvce_pl310_a32.S | 39 * Set sync operation mask according to ways associativity. 65 /* Cache Sync */ 68 * Wait for writing cache sync 69 * To PL310, Cache sync is atomic opertion, no need to check
|
| /optee_os/core/arch/arm/tee/ |
| H A D | cache.c | 16 * cache_op_inner(), and outer cache sync are part of cache_op_outer().
|
| /optee_os/core/include/drivers/ |
| H A D | tzc380.h | 110 * TZC_ACTION_ERR - No interrupt, raise exception -> sync external 113 * TZC_ACTION_ERR_INT - Raise interrupt, raise exception -> sync
|
| H A D | tzc400.h | 200 * TZC_ACTION_ERR - No interrupt, raise exception -> sync external 203 * TZC_ACTION_ERR_INT - Raise interrupt, raise exception -> sync
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu_v7.c | 391 /* Keep in sync with core_mmu.c:core_mmu_mattr_is_ok */ in mattr_to_texcb() 856 case 0x8: /* DFSR[10,3:0] 0b01000 Sync external abort, not on table */ in core_mmu_get_fault_type() 857 case 0xc: /* DFSR[10,3:0] 0b01100 Sync external abort, on table, L1 */ in core_mmu_get_fault_type() 858 case 0xe: /* DFSR[10,3:0] 0b01110 Sync external abort, on table, L2 */ in core_mmu_get_fault_type()
|
| /optee_os/core/include/kernel/ |
| H A D | boot.h | 24 * in sync with that script. The struct and the following data is loaded
|
| /optee_os/core/drivers/ |
| H A D | atmel_tcb.c | 137 /* Sync & start all timers */ in atmel_tcb_configure()
|
| H A D | stm32_iwdg.c | 510 * - wait for sync in iwdg_wdt_get_version_and_status() 511 * - if sync succeeds, then iwdg is running in iwdg_wdt_get_version_and_status()
|
| H A D | gic.c | 271 * let's sync up. in gicv3_sync_redist_config() 314 * let's sync up. in gic_legacy_sync_dist_config()
|
| /optee_os/lib/libutee/arch/arm/gprof/ |
| H A D | gprof.c | 152 * The following test must be kept in sync with the corresponding in __utee_gprof_init() 356 /* Note: keep in sync. with the initialization function above */ in __mcount_internal()
|
| /optee_os/core/arch/arm/include/ |
| H A D | optee_ffa.h | 7 * This file is exported by OP-TEE and is kept in sync between secure world
|
| /optee_os/core/lib/zlib/ |
| H A D | inflate.h | 53 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
|
| H A D | inflate.c | 115 state->mode < HEAD || state->mode > SYNC) 1266 case SYNC: 1440 if (state->mode != SYNC) { 1441 state->mode = SYNC;
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1227 * can't restore sync with this API. in TEE_CipherUpdate() 1326 * can't restore sync with this API. in TEE_CipherDoFinal() 1694 * can't restore sync with this API. in ae_update_helper() 1833 * can't restore sync with this API. in TEE_AEEncryptFinal() 1835 * Need to check this before update_payload since sync would be lost if in TEE_AEEncryptFinal() 1944 * can't restore sync with this API. in TEE_AEDecryptFinal()
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 248 st,sync = <&sai2a 2>;
|
| H A D | stm32mp15xx-dkx.dtsi | 536 st,sync = <&sai2a 2>;
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | cipher.h | 218 * This should be kept in sync with MBEDTLS_SSL_MAX_IV_LENGTH defined 224 * This should be kept in sync with MBEDTLS_SSL_MAX_BLOCK_LENGTH defined 232 * This should be kept in sync with MBEDTLS_SSL_MAX_BLOCK_LENGTH defined
|
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 1430 * To force wr_cnt sync next time, as it might get in write_req() 1431 * out of sync due to inconsistent operation result! in write_req() 1452 * To force wr_cnt sync next time, as it might get in write_req() 1453 * out of sync due to inconsistent operation result! in write_req() 2111 * instead of the one issued above. If this succeeds we're in sync in rpmb_fs_setup()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32-core.c | 164 panic("Gate failed to sync"); in stm32_gate_ready_endisable()
|
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 305 * Sync the changes of the nodes to memory, verify that all in htree_test_rewrite()
|
| /optee_os/core/arch/riscv/include/tee/ |
| H A D | optee_abi.h | 12 * This file should be kept in sync between secure domain and non-secure
|
| /optee_os/core/arch/arm/include/sm/ |
| H A D | optee_smc.h | 11 * This file is exported by OP-TEE and is in kept in sync between secure
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | hisi_qm.c | 876 EMSG("Invalid qp recv sync parameters"); in hisi_qp_recv_sync()
|