| /optee_os/core/drivers/ |
| H A D | versal_pm.c | 183 unsigned int major = 0; in versal_check_pm_abi() local 194 major = p.data[0]; in versal_check_pm_abi() 196 if (major != VERSAL_SIP_MAJOR || minor < VERSAL_SIP_MINOR) { in versal_check_pm_abi() 197 EMSG("Invalid SiP version: Major %d, Minor %d", major, minor); in versal_check_pm_abi() 205 major = rsp.data[1] & 0xFFFF; in versal_check_pm_abi() 207 if (major != VERSAL_PM_MAJOR || minor < VERSAL_PM_MINOR) { in versal_check_pm_abi() 208 EMSG("Invalid PM version: Major %d, Minor %d", major, minor); in versal_check_pm_abi()
|
| H A D | smccc_trng.c | 39 #define TRNG_MAKE_VERSION(major, minor) \ argument 40 ((SHIFT_U32(major, TRNG_MAJOR_SHIFT) & TRNG_MAJOR_MASK) | \ 171 unsigned int __maybe_unused major = 0; in smccc_trng_print_info() local 180 major = (args.a0 & TRNG_MAJOR_MASK) >> TRNG_MAJOR_SHIFT; in smccc_trng_print_info() 188 major, minor, (unsigned long)args.a0, (unsigned long)args.a1 >> 16, in smccc_trng_print_info()
|
| /optee_os/core/drivers/qcom/ramblur/ |
| H A D | ramblur_pimem_v3.c | 24 uint32_t major; member 232 static void get_hardware_version(uint32_t *major, uint32_t *minor, in get_hardware_version() argument 237 *major = (val & RAMBLUR_VERSION_MAJOR_BMSK) >> in get_hardware_version() 273 if (ramblur_version.major == 3 && in initialize_window() 305 get_hardware_version(&ramblur_version.major, in qti_ramblur_pimem_init() 310 ramblur_version.major, in qti_ramblur_pimem_init() 315 if (ramblur_version.major != 3) in qti_ramblur_pimem_init()
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/ |
| H A D | README.txt | 18 SoftFloat-history.html History of the major changes to SoftFloat.
|
| /optee_os/core/arch/arm/include/ |
| H A D | ffa.h | 33 #define MAKE_FFA_VERSION(major, minor) \ argument 34 ((((major) & FFA_VERSION_MAJOR_MASK) << FFA_VERSION_MAJOR_SHIFT) | \
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_risaf.c | 175 uint32_t major; member 402 .major = (io_read32(base + _RISAF_VERR) & in risaf_print_version() 411 risaf->pdata.base.pa, version.major, version.minor, version.ip_id, in risaf_print_version()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ssl.h | 4411 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major, 4468 void MBEDTLS_DEPRECATED mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 35 …is an API change, the contribution, if accepted, will be merged only when there is a major release.
|
| H A D | LICENSE | 376 form) with the major components (compiler, kernel, and so on) of the
|
| H A D | ChangeLog | 2467 the last major gap to compliance with the PSA Cryptography specification 5340 * Fixed version-major intolerance in server 5657 * Fixed version-major intolerance in server
|
| /optee_os/core/lib/qcbor/src/ |
| H A D | qcbor_decode.c | 951 #error QCBOR_TYPE_BYTE_STRING not lined up with major type in QCBOR_Private_DecodeString() 955 #error QCBOR_TYPE_TEXT_STRING not lined up with major type in QCBOR_Private_DecodeString() 1054 #error QCBOR_TYPE_ARRAY value not lined up with major type in QCBOR_Private_DecodeArrayOrMap() 1058 #error QCBOR_TYPE_MAP value not lined up with major type in QCBOR_Private_DecodeArrayOrMap()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_tls.c | 2978 void mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_max_version() argument 2980 conf->max_tls_version = (mbedtls_ssl_protocol_version) ((major << 8) | minor); in mbedtls_ssl_conf_max_version() 2983 void mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major, int minor) in mbedtls_ssl_conf_min_version() argument 2985 conf->min_tls_version = (mbedtls_ssl_protocol_version) ((major << 8) | minor); in mbedtls_ssl_conf_min_version()
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 476 recognition of these from a major type 6 tag.
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1334 next major release.
|