Home
last modified time | relevance | path

Searched refs:node (Results 1 – 19 of 19) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/include/
Dlists.h18 #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/
Dnavtree.js116 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/
Dthread.c68 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()
Dtfm_pools.c61 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/
Dcreate_dm_provisioning_bundle.py45 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/
Dni_tower_discovery_drv.c97 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/
Duuid.h56 uint8_t node[_UUID_NODE_LEN]; member
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/fip_parser/external/
Duuid.h56 uint8_t node[_UUID_NODE_LEN]; member
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/
Duuid.h58 uint8_t node[_UUID_NODE_LEN]; member
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/
Dcreate_bl1_1_dma_bin.py28 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/
Drse_routing_table.rst35 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/
Dtfm_kconfig.py212 if sym.user_value and not any(node.prompt for node in sym.nodes):
/trusted-firmware-m-latest/interface/include/mbedtls/
Dx509.h304 mbedtls_x509_subject_alternative_name node; member
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/search/
Dsearch.js263 var node = child.firstChild;
266 node.innerHTML='&#8226;';
270 node.innerHTML='&#160;';
/trusted-firmware-m-latest/docs/platform/stm/b_u585i_iot02a/
Dreadme.rst4 Discovery kit for IoT node with STM32U5 series
/trusted-firmware-m-latest/docs/platform/stm/stm32h573i_dk/
Dreadme.rst4 Discovery kit for IoT node with STM32H5 series
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/
Dfsl_component_serial_manager.c254 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/
Dbl1.rst80 of the device and of the process node that it is being fabricated on, but can be
/trusted-firmware-m-latest/docs/doxygen/
DDoxyfile.in2261 # 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