Home
last modified time | relevance | path

Searched full:fetch (Results 1 – 20 of 20) sorted by relevance

/optee_os/core/drivers/
H A Datmel_shdwc_a32.S20 * not accessible to fetch code or data from it.
32 * We are going to power down the SDRAM and thus we can't fetch code from it
/optee_os/core/arch/arm/plat-ti/
H A Dmain.c84 /* Invalidate cache to fetch data from external memory */ in init_sec_mon()
118 /* Invalidate cache to fetch data from external memory */ in early_init_huk()
H A Dapi_monitor_index_a9.h32 /* Set the Pre-fetch Control Register */
/optee_os/core/kernel/
H A Dotp_stubs.c14 * Override these in your platform code to really fetch device-unique
/optee_os/core/arch/arm/plat-synquacer/
H A Dmain.c68 /* Enable timer FIQ to fetch entropy required during boot */ in init_timer_itr()
H A Drng_pta.c307 /* Enable timer FIQ to fetch entropy */ in rng_get_entropy()
/optee_os/core/pta/
H A Ddevice.c7 * This pseudo TA is used by normal world OS TEE driver to fetch pseudo TA's
/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy_rpmi.c68 EMSG("Failed to fetch channel IDs (ret=%d)", ret); in sbi_mpxy_rpmi_probe_channels()
H A Dsbi_mpxy.c447 * Makes an SBI call to fetch notification events from the specified channel
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c74 /* fetch length */ in s_der_decode_sequence_flexi()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h100 @param n The number of the digit to fetch
/optee_os/core/drivers/imx/dcp/
H A Ddcp.c668 * Fetch DCP base address from DT
/optee_os/.github/workflows/
H A Dci.yml17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages
/optee_os/core/arch/riscv/include/
H A Dencoding.h4882 DECLARE_CAUSE("misaligned fetch", CAUSE_MISALIGNED_FETCH)
4883 DECLARE_CAUSE("fetch access", CAUSE_FETCH_ACCESS)
4894 DECLARE_CAUSE("fetch page fault", CAUSE_FETCH_PAGE_FAULT)
4897 DECLARE_CAUSE("fetch guest page fault", CAUSE_FETCH_GUEST_PAGE_FAULT)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c2156 MBEDTLS_SSL_DEBUG_MSG(2, ("=> fetch input")); in mbedtls_ssl_fetch_input()
2210 MBEDTLS_SSL_DEBUG_MSG(2, ("<= fetch input")); in mbedtls_ssl_fetch_input()
2341 MBEDTLS_SSL_DEBUG_MSG(2, ("<= fetch input")); in mbedtls_ssl_fetch_input()
5054 * Fetch record contents from underlying transport. in ssl_get_next_record()
5245 /* Silently ignore: fetch new message */ in mbedtls_ssl_handle_message_type()
H A Dssl_misc.h2145 * Fetch TLS 1.3 handshake message header
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c2664 EMSG("Failed to fetch cookie %#"PRIx64" error code %d", in spmc_retrieve_req()
2667 EMSG("Failed to fetch cookie %#"PRIx64" a0 %#"PRIx64, in spmc_retrieve_req()
/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1404 * the end. If there was any error, such as an attempt to fetch data
1669 * - Attempt to fetch data past the end of the buffer
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c2352 * This will fetch and decode the exponent and mantissa and put the
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1598 been received yet when we first try to fetch it.