Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 25 of 40) sorted by relevance

12

/optee_os/core/lib/libfdt/
H A Dfdt_addresses.c76 if ((addr > UINT32_MAX) || ((UINT32_MAX + 1 - addr) < size)) in fdt_appendprop_addrrange()
89 if (size > UINT32_MAX) in fdt_appendprop_addrrange()
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h170 #define QCBOR_MAX_ARRAY_OFFSET (UINT32_MAX - 100)
292 #define QCBOR_NON_BOUNDED_OFFSET UINT32_MAX
364 #define QCBOR_MAP_OFFSET_CACHE_INVALID UINT32_MAX
H A Dqcbor_decode.h205 #define QCBOR_MAX_DECODE_INPUT_SIZE (UINT32_MAX - 2)
1424 if(src > UINT32_MAX || src < 0) { in QCBOR_Int64ToUInt32()
1605 return UINT32_MAX; in QCBORDecode_Tell()
/optee_os/lib/libutils/isoc/include/
H A Dstdint.h115 #define UINT32_MAX 0xffffffffU macro
132 #define UINT_LEAST32_MAX UINT32_MAX
149 #define UINT_FAST32_MAX UINT32_MAX
/optee_os/core/kernel/
H A Ddelay.c67 cycles_to_wait = MIN(cycles, UINT32_MAX); in udelay()
H A Duser_access.c312 assert(uref < (UINT32_MAX >> MEMTAG_TAG_WIDTH)); in kaddr_to_uref()
317 assert(((vaddr_t)kaddr - VCORE_START_VA) < UINT32_MAX); in kaddr_to_uref()
324 vaddr_t u = uref & (UINT32_MAX >> MEMTAG_TAG_WIDTH); in uref_to_vaddr()
H A Dtee_ta_manager.c451 sess->cancel_time.seconds = UINT32_MAX;
452 sess->cancel_time.millis = UINT32_MAX; in tee_ta_close_session()
1044 if (s->cancel_time.seconds == UINT32_MAX) in tee_ta_session_is_cancelled()
/optee_os/core/pta/tests/
H A Dmisc.c44 if (!ADD_OVERFLOW(UINT32_MAX, UINT32_MAX, &r_u32)) in self_test_add_overflow()
46 if (!ADD_OVERFLOW(UINT32_MAX / 2 + 1, UINT32_MAX / 2 + 1, &r_u32)) in self_test_add_overflow()
48 if (ADD_OVERFLOW(UINT32_MAX / 2, UINT32_MAX / 2 + 1, &r_u32)) in self_test_add_overflow()
50 if (r_u32 != UINT32_MAX) in self_test_add_overflow()
/optee_os/core/drivers/qcom/ramblur/
H A Dramblur_pimem_v3.c187 readback_sync(reg, algo, UINT32_MAX, 0); in set_security()
224 readback_sync(reg, hi, UINT32_MAX, 0); in configure_vault()
229 readback_sync(reg, lo, UINT32_MAX, 0); in configure_vault()
/optee_os/core/drivers/crypto/caam/hal/common/
H A Dhal_sm.c94 io_caam_write32(jr_base + SM_SMAG1(partition), UINT32_MAX); in caam_hal_sm_set_access_all_group()
95 io_caam_write32(jr_base + SM_SMAG2(partition), UINT32_MAX); in caam_hal_sm_set_access_all_group()
/optee_os/core/include/kernel/
H A Dnotif.h164 return UINT32_MAX; in notif_get_value()
/optee_os/core/drivers/pm/imx/
H A Dpsci.c82 imx_set_src_gpr_arg(core_id, UINT32_MAX); in psci_cpu_off()
/optee_os/core/arch/arm/plat-telechips/
H A Dplat_tzc.c13 #define NSEC_ALL_ACCESS UINT32_MAX
/optee_os/core/arch/arm/plat-k3/drivers/
H A Dsa2ul.c95 0x0, UINT32_MAX); in sa2ul_init()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dconstant_time_internal.h84 #define MBEDTLS_CT_TRUE ((mbedtls_ct_condition_t) mbedtls_ct_compiler_opaque(UINT32_MAX))
H A Dpsa_crypto_se.c116 if (driver->u.internal.persistent_data_size > UINT32_MAX) { in psa_get_se_driver_its_file_uid()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_ctrl.c33 static_assert((CFG_TZDRAM_START + CFG_TZDRAM_SIZE) < UINT32_MAX);
H A Dcaam_jr.c619 job_complete = do_jr_dequeue(UINT32_MAX); in caam_jr_halt()
636 job_complete = do_jr_dequeue(UINT32_MAX); in caam_jr_flush()
/optee_os/core/drivers/
H A Dls_gpio.c233 io_setbits32(gpio_data->gpio_base + GPIOIBE, UINT32_MAX); in ls_gpio_init()
H A Dbcm_sotp.c45 #define SOTP_ROW_DATA_MASK UINT32_MAX
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c373 .max_session_count = UINT32_MAX, in entry_ck_token_info()
374 .max_rw_session_count = UINT32_MAX, in entry_ck_token_info()
377 .total_public_memory = UINT32_MAX, in entry_ck_token_info()
378 .free_public_memory = UINT32_MAX, in entry_ck_token_info()
379 .total_private_memory = UINT32_MAX, in entry_ck_token_info()
380 .free_private_memory = UINT32_MAX, in entry_ck_token_info()
/optee_os/core/drivers/firewall/
H A Dstm32_risab.c354 io_clrbits32(base + _RISAB_CIDxRDCFGR(i), UINT32_MAX); in apply_rif_config()
355 io_clrbits32(base + _RISAB_CIDxWRCFGR(i), UINT32_MAX); in apply_rif_config()
356 io_clrbits32(base + _RISAB_CIDxPRIVCFGR(i), UINT32_MAX); in apply_rif_config()
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae_gcm.c128 yi_1s_complement = SHIFT_U32(UINT32_MAX - processed_blocks, 4); in caam_ae_do_block_gcm()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h171 #define MBEDTLS_MPI_UINT_MAX UINT32_MAX
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_prime_rsa.c688 caam_desc_add_word(desc, UINT32_MAX); in do_checks_primes()
704 caam_desc_add_word(desc, UINT32_MAX); in do_checks_primes()

12