Searched refs:node (Results 1 – 11 of 11) sorted by relevance
| /trusted-services/docs/services/uml/ |
| A D | ProtectedProxyDeploymentDiagram.puml | 10 node crypto_sp { 14 node protected_store_sp { 18 node sel1_sp {
|
| A D | InternalTrustedDeploymentDiagram.puml | 10 node crypto_sp { 14 node internal_trusted_store_sp {
|
| /trusted-services/components/common/fdt/ |
| A D | fdt_helpers.c | 8 bool dt_get_u32(const void *fdt, int node, const char *prop_name, uint32_t *prop_val) in dt_get_u32() argument 16 u32_prop = fdt_getprop(fdt, node, prop_name, &len); in dt_get_u32() 25 bool dt_get_u64(const void *fdt, int node, const char *prop_name, uint64_t *prop_val) in dt_get_u64() argument 33 u64_prop = fdt_getprop(fdt, node, prop_name, &len); in dt_get_u64()
|
| A D | fdt_helpers.h | 9 bool dt_get_u32(const void *fdt, int node, const char *prop_name, uint32_t *prop_val); 10 bool dt_get_u64(const void *fdt, int node, const char *prop_name, uint64_t *prop_val);
|
| /trusted-services/components/config/loader/sp/ |
| A D | sp_config_loader.c | 114 int root = -1, node = -1, subnode = -1, rc = -1; in load_fdt() local 145 if (node >= 0) { in load_fdt() 146 fdt_for_each_subnode(subnode, fdt, node) { in load_fdt() 189 if (node >= 0) { in load_fdt() 190 fdt_for_each_subnode(subnode, fdt, node) { in load_fdt() 233 node = fdt_node_offset_by_compatible(fdt, root, "arm,tpm_event_log"); in load_fdt() 234 if (node >= 0) { in load_fdt() 239 if (!dt_get_u64(fdt, node, "tpm_event_log_addr", &tpm_event_log_addr)) { in load_fdt() 260 node = fdt_node_offset_by_compatible(fdt, root, "arm,hw-features"); in load_fdt() 261 if (node >= 0) { in load_fdt() [all …]
|
| /trusted-services/deployments/attestation/config/default-opteesp/ |
| A D | default_attestation.dts.in | 26 /* Legacy node to keep compatibility with psa-development SPMC. */
|
| /trusted-services/deployments/env-test/config/n1sdp-opteesp/ |
| A D | default_env-test.dts.in | 48 /* Legacy node to keep compatibility with psa-development SPMC. */
|
| /trusted-services/deployments/env-test/config/baremetal-fvp_base_revc-opteesp/ |
| A D | default_env-test.dts.in | 55 /* Legacy node to keep compatibility with psa-development SPMC. */
|
| /trusted-services/tools/cmake/common/ |
| A D | ExportSp.cmake | 89 # starts with the root node.
|
| /trusted-services/docs/services/ |
| A D | block-storage-service-description.rst | 139 The partition configuration is included as a sub-node of the block-dev node that includes
|
| /trusted-services/docs/developer/ |
| A D | service-locator.rst | 136 …portion of the services name to the base device name and the <instance> to the device node instanc…
|
Completed in 40 milliseconds