Searched refs:pDataBuffer (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/ |
D | cc_pal_dma.c | 63 uint32_t CC_PalDmaBufferMap(uint8_t *pDataBuffer, in CC_PalDmaBufferMap() argument 70 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDmaBufferMap() 92 uint32_t CC_PalDmaBufferUnmap(uint8_t *pDataBuffer, in CC_PalDmaBufferUnmap() argument 100 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDmaBufferUnmap() 161 uint32_t CC_PalIsDmaBufferContiguous(uint8_t *pDataBuffer, in CC_PalIsDmaBufferContiguous() argument 164 CC_UNUSED_PARAM(pDataBuffer); in CC_PalIsDmaBufferContiguous()
|
D | cc_pal_buff_attr.c | 30 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() argument 43 addInfo = cmse_TT((unsigned char*)pDataBuffer); in CC_PalDataBufferAttrGet() 52 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() argument 58 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDataBufferAttrGet()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/ |
D | cc_pal_dma.c | 60 uint32_t CC_PalDmaBufferMap(uint8_t *pDataBuffer, in CC_PalDmaBufferMap() argument 83 uint32_t CC_PalDmaBufferUnmap(uint8_t *pDataBuffer, in CC_PalDmaBufferUnmap() argument 137 uint32_t CC_PalIsDmaBufferContiguous(uint8_t *pDataBuffer, in CC_PalIsDmaBufferContiguous() argument
|
D | cc_pal_buff_attr.c | 24 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the bu… in CC_PalDataBufferAttrGet() argument 30 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDataBufferAttrGet()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/ |
D | cc_pal_dma.c | 59 uint32_t CC_PalDmaBufferMap(uint8_t *pDataBuffer, in CC_PalDmaBufferMap() argument 82 uint32_t CC_PalDmaBufferUnmap(uint8_t *pDataBuffer, in CC_PalDmaBufferUnmap() argument 136 uint32_t CC_PalIsDmaBufferContiguous(uint8_t *pDataBuffer, in CC_PalIsDmaBufferContiguous() argument
|
D | cc_pal_buff_attr.c | 24 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of the … in CC_PalDataBufferAttrGet() argument 30 CC_UNUSED_PARAM(pDataBuffer); in CC_PalDataBufferAttrGet()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/pal/ |
D | cc_pal_dma.h | 56 … uint8_t *pDataBuffer, /*!< [in] The address of the buffer to map. */ 81 uint32_t CC_PalDmaBufferUnmap(uint8_t *pDataBuffer, /*!< [in] The address o… 127 uint32_t CC_PalIsDmaBufferContiguous(uint8_t *pDataBuffer, /*!< [in] The addres…
|
D | cc_pal_buff_attr.h | 54 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, /*!< [in] Address of data buffe…
|
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/ |
D | cc312.c | 33 CCError_t CC_PalDataBufferAttrGet(const unsigned char *pDataBuffer, in CC_PalDataBufferAttrGet() argument 41 if (cmse_check_address_range((void*)pDataBuffer, buffSize, CMSE_NONSECURE)) { in CC_PalDataBufferAttrGet() 45 if (pDataBuffer >= (uint8_t *)NS_DATA_START && in CC_PalDataBufferAttrGet() 46 (pDataBuffer + buffSize) <= (uint8_t *)NS_DATA_LIMIT) { in CC_PalDataBufferAttrGet()
|