| /trusted-firmware-m-latest/secure_fw/spm/include/ |
| D | lists.h | 18 #define BI_LIST_INIT_NODE(node) do { \ argument 19 (node)->bnext = node; \ 20 (node)->bprev = node; \ 24 #define BI_LIST_INSERT_AFTER(curr, node) do { \ argument 25 (node)->bnext = (curr)->bnext; \ 26 (node)->bprev = curr; \ 27 (curr)->bnext->bprev = node; \ 28 (curr)->bnext = node; \ 32 #define BI_LIST_INSERT_BEFORE(curr, node) do { \ argument 33 (curr)->bprev->bnext = node; \ [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/ |
| D | navtree.js | 116 function createIndent(o,domNode,node,level) argument 119 var n = node; 121 if (node.childrenData) { 126 node.plus_img = imgNode; 127 node.expandToggle = document.createElement("a"); 128 node.expandToggle.href = "javascript:void(0)"; 129 node.expandToggle.onclick = function() { 130 if (node.expanded) { 131 $(node.getChildrenUL()).slideUp("fast"); 132 node.plus_img.innerHTML=arrowRight; [all …]
|
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | thread.c | 68 static void insert_by_prior(struct thread_t **head, struct thread_t *node) in insert_by_prior() argument 70 if (*head == NULL || (node->priority <= (*head)->priority)) { in insert_by_prior() 71 node->next = *head; in insert_by_prior() 72 *head = node; in insert_by_prior() 76 while (iter->next && (node->priority > iter->next->priority)) { in insert_by_prior() 80 node->next = iter->next; in insert_by_prior() 81 iter->next = node; in insert_by_prior()
|
| D | tfm_pools.c | 61 struct tfm_pool_chunk_t *node; in tfm_pool_alloc() local 71 node = UNI_LIST_NEXT_NODE(pool, next); in tfm_pool_alloc() 72 UNI_LIST_REMOVE_NODE(pool, node, next); in tfm_pool_alloc() 74 node->magic = POOL_MAGIC_ALLOCATED; in tfm_pool_alloc() 76 return &(((struct tfm_pool_chunk_t *)node)->data); in tfm_pool_alloc()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/provisioning/bundle_dm/ |
| D | create_dm_provisioning_bundle.py | 45 node = line.split(" ", 1) 46 node[0] = int(node[0]) 47 graph.add_node(node[0])
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/host_drivers/ni_tower/discovery/ |
| D | ni_tower_discovery_drv.c | 97 struct ni_tower_discovery_node node; in ni_tower_discover_offset() local 168 node = (struct ni_tower_discovery_node) { in ni_tower_discover_offset() 177 err = ni_tower_discover_offset(dev, &node, component_node_type, in ni_tower_discover_offset()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/fip_parser/ |
| D | uuid.h | 56 uint8_t node[_UUID_NODE_LEN]; member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/fip_parser/external/ |
| D | uuid.h | 56 uint8_t node[_UUID_NODE_LEN]; member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/ |
| D | uuid.h | 58 uint8_t node[_UUID_NODE_LEN]; member
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/ |
| D | create_bl1_1_dma_bin.py | 28 def include(self, node): argument 29 filepath = os.path.join(self._root, self.construct_scalar(node)) 30 command_name = os.path.basename(self.construct_scalar(node)).replace('.yaml', '')
|
| /trusted-firmware-m-latest/docs/platform/arm/rse/ |
| D | rse_routing_table.rst | 35 In the system topology map, each node represents an RSE. The Label portion of 36 the node is optional, but it is recommended to use it to describe which RSE the 37 node represents. Each edge represents a physical link between the corresponding 43 An example graph node line is::
|
| /trusted-firmware-m-latest/tools/kconfig/ |
| D | tfm_kconfig.py | 212 if sym.user_value and not any(node.prompt for node in sym.nodes):
|
| /trusted-firmware-m-latest/interface/include/mbedtls/ |
| D | x509.h | 304 mbedtls_x509_subject_alternative_name node; member
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/search/ |
| D | search.js | 263 var node = child.firstChild; 266 node.innerHTML='•'; 270 node.innerHTML=' ';
|
| /trusted-firmware-m-latest/docs/platform/stm/b_u585i_iot02a/ |
| D | readme.rst | 4 Discovery kit for IoT node with STM32U5 series
|
| /trusted-firmware-m-latest/docs/platform/stm/stm32h573i_dk/ |
| D | readme.rst | 4 Discovery kit for IoT node with STM32H5 series
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/ |
| D | fsl_component_serial_manager.c | 254 static void SerialManager_AddTail(list_label_t *queue, serial_manager_write_handle_t *node) in SerialManager_AddTail() argument 256 (void)LIST_AddTail(queue, &node->link); in SerialManager_AddTail()
|
| /trusted-firmware-m-latest/docs/design_docs/booting/ |
| D | bl1.rst | 80 of the device and of the process node that it is being fabricated on, but can be
|
| /trusted-firmware-m-latest/docs/doxygen/ |
| D | Doxyfile.in | 2261 # class node. If there are many fields or methods and many nodes the graph may 2407 # by representing a node as a red box. Note that doxygen if the number of direct 2408 # children of the root node in a graph is already larger than 2419 # further from the root node will be omitted. Note that setting this option to 1
|