| /optee_os/core/lib/libfdt/ |
| H A D | fdt_addresses.c | 76 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 D | qcbor_private.h | 170 #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 D | qcbor_decode.h | 205 #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 D | stdint.h | 115 #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 D | delay.c | 67 cycles_to_wait = MIN(cycles, UINT32_MAX); in udelay()
|
| H A D | user_access.c | 312 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 D | tee_ta_manager.c | 451 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 D | misc.c | 44 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 D | ramblur_pimem_v3.c | 187 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 D | hal_sm.c | 94 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 D | notif.h | 164 return UINT32_MAX; in notif_get_value()
|
| /optee_os/core/drivers/pm/imx/ |
| H A D | psci.c | 82 imx_set_src_gpr_arg(core_id, UINT32_MAX); in psci_cpu_off()
|
| /optee_os/core/arch/arm/plat-telechips/ |
| H A D | plat_tzc.c | 13 #define NSEC_ALL_ACCESS UINT32_MAX
|
| /optee_os/core/arch/arm/plat-k3/drivers/ |
| H A D | sa2ul.c | 95 0x0, UINT32_MAX); in sa2ul_init()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | constant_time_internal.h | 84 #define MBEDTLS_CT_TRUE ((mbedtls_ct_condition_t) mbedtls_ct_compiler_opaque(UINT32_MAX))
|
| H A D | psa_crypto_se.c | 116 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 D | caam_ctrl.c | 33 static_assert((CFG_TZDRAM_START + CFG_TZDRAM_SIZE) < UINT32_MAX);
|
| H A D | caam_jr.c | 619 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 D | ls_gpio.c | 233 io_setbits32(gpio_data->gpio_base + GPIOIBE, UINT32_MAX); in ls_gpio_init()
|
| H A D | bcm_sotp.c | 45 #define SOTP_ROW_DATA_MASK UINT32_MAX
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_token.c | 373 .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 D | stm32_risab.c | 354 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 D | caam_ae_gcm.c | 128 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 D | bignum.h | 171 #define MBEDTLS_MPI_UINT_MAX UINT32_MAX
|
| /optee_os/core/drivers/crypto/caam/acipher/ |
| H A D | caam_prime_rsa.c | 688 caam_desc_add_word(desc, UINT32_MAX); in do_checks_primes() 704 caam_desc_add_word(desc, UINT32_MAX); in do_checks_primes()
|