Home
last modified time | relevance | path

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

/trusted-services/docs/services/uml/
A DProtectedProxyDeploymentDiagram.puml10 node crypto_sp {
14 node protected_store_sp {
18 node sel1_sp {
A DInternalTrustedDeploymentDiagram.puml10 node crypto_sp {
14 node internal_trusted_store_sp {
/trusted-services/components/common/fdt/
A Dfdt_helpers.c8 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 Dfdt_helpers.h9 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 Dsp_config_loader.c114 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 Ddefault_attestation.dts.in26 /* Legacy node to keep compatibility with psa-development SPMC. */
/trusted-services/deployments/env-test/config/n1sdp-opteesp/
A Ddefault_env-test.dts.in48 /* Legacy node to keep compatibility with psa-development SPMC. */
/trusted-services/deployments/env-test/config/baremetal-fvp_base_revc-opteesp/
A Ddefault_env-test.dts.in55 /* Legacy node to keep compatibility with psa-development SPMC. */
/trusted-services/tools/cmake/common/
A DExportSp.cmake89 # starts with the root node.
/trusted-services/docs/services/
A Dblock-storage-service-description.rst139 The partition configuration is included as a sub-node of the block-dev node that includes
/trusted-services/docs/developer/
A Dservice-locator.rst136 …portion of the services name to the base device name and the <instance> to the device node instanc…

Completed in 40 milliseconds