Home
last modified time | relevance | path

Searched full:sync (Results 1 – 25 of 33) sorted by relevance

12

/optee_os/core/arch/arm/kernel/
H A Dtlb_helpers_a32.S12 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 Dtlb_helpers_a64.S12 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 Dtz_ssvce_pl310_a32.S39 * 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 Dcache.c16 * cache_op_inner(), and outer cache sync are part of cache_op_outer().
/optee_os/core/include/drivers/
H A Dtzc380.h110 * TZC_ACTION_ERR - No interrupt, raise exception -> sync external
113 * TZC_ACTION_ERR_INT - Raise interrupt, raise exception -> sync
H A Dtzc400.h200 * 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 Dcore_mmu_v7.c391 /* 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 Dboot.h24 * in sync with that script. The struct and the following data is loaded
/optee_os/core/drivers/
H A Datmel_tcb.c137 /* Sync & start all timers */ in atmel_tcb_configure()
H A Dstm32_iwdg.c510 * - 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 Dgic.c271 * 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 Dgprof.c152 * 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 Doptee_ffa.h7 * This file is exported by OP-TEE and is kept in sync between secure world
/optee_os/core/lib/zlib/
H A Dinflate.h53 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
H A Dinflate.c115 state->mode < HEAD || state->mode > SYNC)
1266 case SYNC:
1440 if (state->mode != SYNC) {
1441 state->mode = SYNC;
/optee_os/lib/libutee/
H A Dtee_api_operations.c1227 * 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 Dstm32mp15xx-dhcom-pdk2.dtsi248 st,sync = <&sai2a 2>;
H A Dstm32mp15xx-dkx.dtsi536 st,sync = <&sai2a 2>;
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h218 * 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 Dtee_rpmb_fs.c1430 * 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 Dclk-stm32-core.c164 panic("Gate failed to sync"); in stm32_gate_ready_endisable()
/optee_os/core/pta/tests/
H A Dfs_htree.c305 * Sync the changes of the nodes to memory, verify that all in htree_test_rewrite()
/optee_os/core/arch/riscv/include/tee/
H A Doptee_abi.h12 * This file should be kept in sync between secure domain and non-secure
/optee_os/core/arch/arm/include/sm/
H A Doptee_smc.h11 * This file is exported by OP-TEE and is in kept in sync between secure
/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.c876 EMSG("Invalid qp recv sync parameters"); in hisi_qp_recv_sync()

12