Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/arch/arm/include/kernel/
A Dspmc_sp_handler.h14 #define FFA_DST(x) ((x) & UINT16_MAX)
15 #define FFA_SRC(x) (((x) >> 16) & UINT16_MAX)
/optee_os/lib/libutils/isoc/include/
A Dstdint.h115 #define UINT16_MAX 0xffff macro
132 #define UINT_LEAST16_MAX UINT16_MAX
149 #define UINT_FAST16_MAX UINT16_MAX
/optee_os/out/arm/export-ta_arm32/include/
A Dstdint.h115 #define UINT16_MAX 0xffff macro
132 #define UINT_LEAST16_MAX UINT16_MAX
149 #define UINT_FAST16_MAX UINT16_MAX
/optee_os/out/arm/export-ta_arm64/include/
A Dstdint.h115 #define UINT16_MAX 0xffff macro
132 #define UINT_LEAST16_MAX UINT16_MAX
149 #define UINT_FAST16_MAX UINT16_MAX
/optee_os/core/mm/
A Dfobj.c567 rrp->page_reloc_idx[n] = UINT16_MAX; in init_rels()
580 if (rrp->page_reloc_idx[pg_idx] == UINT16_MAX) in init_rels()
654 if (rrp->page_reloc_idx[n] != UINT16_MAX) { in rrp_load_page()
/optee_os/core/arch/arm/kernel/
A Dstmm_sp.c607 src_id = (SVC_REGS_A1(regs) >> 16) & UINT16_MAX; in service_compose_direct_resp()
608 dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in service_compose_direct_resp()
825 uint16_t dst_id = SVC_REGS_A1(regs) & UINT16_MAX; in spm_handle_direct_req()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
A Dstm32mp1_pmic.c484 if (pmic_i2c_addr > UINT16_MAX) in dt_pmic_i2c_config()
/optee_os/core/arch/arm/plat-stm32mp1/
A Dscmi_server.c655 if (level_uv < 0 || level_uv > (UINT16_MAX * 1000)) in pmic_set_level()
/optee_os/core/pta/tests/
A Dfs_htree.c182 assert(bn < UINT16_MAX); in val_from_bn_n_salt()
/optee_os/core/arch/arm/mm/
A Dcore_mmu_lpae.c223 #elif (MAX_XLAT_TABLES <= UINT16_MAX)

Completed in 16 milliseconds