/trusted-firmware-m-3.7.0/secure_fw/spm/include/ |
D | lists.h | 57 #define UNI_LISI_INIT_NODE(head, link) do { \ argument 59 (head)->link = NULL; \ 64 #define UNI_LIST_INSERT_AFTER(posi, node, link) do { \ argument 65 (node)->link = (posi)->link; \ 66 (posi)->link = node; \ 70 #define UNI_LIST_IS_EMPTY(node, link) \ argument 71 ((node == NULL) || ((node)->link == NULL)) 74 #define UNI_LIST_NEXT_NODE(node, link) ((node)->link) argument 77 #define UNI_LIST_REMOVE_NODE(prev, node, link) do { \ argument 78 (prev)->link = (node)->link; \ [all …]
|
/trusted-firmware-m-3.7.0/docs/platform/arm/rse/ |
D | rse_routing_table.rst | 6 be sent from any RSE to any other RSE, regardless of if there is a physical link 11 hardware link should be used to send the message. 37 node represents. Each edge represents a physical link between the corresponding 39 whose link IDs are described by the edge (henceforth referred to as the Local 47 Because knowing that a link exists does not encode which link should be used, 48 the link ID is encoded as the name of the edge. The format of this name must be 49 "Send <n> Receive <m>" where <n> is the index of the link which is used by the 50 Local RSE to send to the Remote RSE, and <m> is the index of the link which is 59 message via the link with index 1. If the Local RSE wants to listen for messages 60 from the Remote RSE, it should listen on the link with index 2. [all …]
|
D | rse_comms.rst | 14 sender link to RSE and wait for a reply message on the MHU receiver (either by
|
/trusted-firmware-m-3.7.0/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/ |
D | navtree.js | 74 function storeLink(link) argument 77 window.localStorage.setItem('navpath',link); 179 function newNode(o, po, text, link, childrenData, lastNode) argument 207 if (link) { 209 if (link.substring(0,1)=='^') { 210 url = link.substring(1); 211 link = url; 213 url = node.relpath+link; 215 a.className = stripPath(link.replace('#',':')); 216 if (link.indexOf('#')!=-1) { [all …]
|
/trusted-firmware-m-3.7.0/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/search/ |
D | search.js | 805 var link = document.createElement('a'); 806 link.setAttribute('class','SelectItem'); 807 link.setAttribute('onclick','searchBox.OnSelectItem('+key+')'); 808 link.href='javascript:void(0)'; 809 link.innerHTML='<span class="SelectionMark"> </span>'+indexSectionLabels[key]; 810 results.appendChild(link);
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/provisioning/bundle_cm/ |
D | CMakeLists.txt | 52 # The provisioning code should link the ROM lib from ROM, not from SRAM. This
|
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/provisioning/bundle_dm/ |
D | CMakeLists.txt | 52 # The provisioning code should link the ROM lib from ROM, not from SRAM. This
|
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/ |
D | CMakeLists.txt | 65 # Adding two targets as link-time dependencies of each other seems bad, but 239 # Adding two targets as link-time dependencies of each other seems bad, but
|
/trusted-firmware-m-3.7.0/docs/contributing/ |
D | doc_guidelines.rst | 204 If for the purposes of content, a link is to be referenced by multiple 235 using the `doc:` notation is preferred and helps to avoid broken cross-references if the link of 288 Using \*:term:`HAL`\* **will not link to the glossary term**.
|
/trusted-firmware-m-3.7.0/docs/releases/ |
D | 1.4.0.rst | 82 …- See this `link <https://developer.trustedfirmware.org/w/tf_m/release/psa_arch_crypto_test_failur…
|
D | 1.5.0.rst | 90 …- See this `link <https://developer.trustedfirmware.org/w/tf_m/release/psa_arch_crypto_test_failur…
|
D | 1.2.0.rst | 85 - See this link for detailed analysis of the failures:
|
D | 1.3.0.rst | 99 …- See this `link <https://developer.trustedfirmware.org/w/tf_m/release/psa_arch_crypto_test_failur…
|
D | 1.1.rst | 87 …- See this link for detailed analysis of the failures : https://github.com/ARM-software/psa-arch-t…
|
D | 1.0.rst | 105 …- See this link for detailed analysis of the failures : https://github.com/ARM-software/psa-arch-t…
|
D | release_process.rst | 109 Please see the process<link> below for the details. All platforms, based on LTS
|
/trusted-firmware-m-3.7.0/platform/ns/ |
D | toolchain_ns_GNUARM.cmake | 85 # set the compile and link flags when TFM_SYSTEM_PROCESSOR is not specified. 216 # Specify the linker script used to link `target`.
|
D | toolchain_ns_ARMCLANG.cmake | 72 # Suppress link warnings that are consistant (and therefore hopefully 308 # Specify the scatter file used to link `target`.
|
D | toolchain_ns_IARARM.cmake | 138 # Specify the scatter file used to link `target`.
|
/trusted-firmware-m-3.7.0/docs/platform/arm/mps3/corstone300/ |
D | README.rst | 102 If the link above is not working just go to `Arm PDH <https://developer.arm.com/downloads>`__ and s… 168 If the link above is not working just go to `Arm PDH <https://developer.arm.com/downloads>`__ and s…
|
/trusted-firmware-m-3.7.0/docs/integration_guide/ |
D | index.rst | 97 needs to link against the library to be able to invoke the
|
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/ |
D | fsl_component_serial_manager.c | 105 list_element_t link; /*!< list element of the link */ member 256 (void)LIST_AddTail(queue, &node->link); in SerialManager_AddTail() 1778 if (kLIST_Ok == LIST_RemoveElement(&serialWriteHandle->link))
|
/trusted-firmware-m-3.7.0/platform/ |
D | CMakeLists.txt | 378 #TODO maybe just link the other platforms to this
|
/trusted-firmware-m-3.7.0/ |
D | toolchain_GNUARM.cmake | 78 # set the compile and link flags when TFM_SYSTEM_PROCESSOR is not specified.
|
/trusted-firmware-m-3.7.0/docs/integration_guide/services/ |
D | tfm_crypto_integration_guide.rst | 110 ``_ALT`` mechanism it is possible to replace at link time default
|