Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 16 of 16) sorted by relevance

/trusted-firmware-a/plat/imx/common/include/sci/svc/pm/
A Dsci_pm_api.h306 sc_err_t sc_pm_set_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
342 sc_err_t sc_pm_req_low_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
365 sc_err_t sc_pm_req_cpu_low_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
383 sc_err_t sc_pm_set_cpu_resume_addr(sc_ipc_t ipc, sc_rsrc_t resource,
402 sc_err_t sc_pm_set_cpu_resume(sc_ipc_t ipc, sc_rsrc_t resource,
422 sc_err_t sc_pm_req_sys_if_power_mode(sc_ipc_t ipc, sc_rsrc_t resource,
453 sc_err_t sc_pm_set_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource,
474 sc_err_t sc_pm_get_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource,
502 sc_err_t sc_pm_clock_enable(sc_ipc_t ipc, sc_rsrc_t resource,
526 sc_err_t sc_pm_set_clock_parent(sc_ipc_t ipc, sc_rsrc_t resource,
[all …]
/trusted-firmware-a/plat/imx/common/sci/svc/pm/
A Dpm_rpc_clnt.c99 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_pm_set_resource_power_mode()
118 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_pm_get_resource_power_mode()
140 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_pm_req_low_power_mode()
160 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_pm_req_cpu_low_power_mode()
182 RPC_U16(&msg, 8U) = (uint16_t)resource; in sc_pm_set_cpu_resume_addr()
202 RPC_U16(&msg, 8U) = (uint16_t)resource; in sc_pm_set_cpu_resume()
223 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_pm_req_sys_if_power_mode()
245 RPC_U16(&msg, 4U) = (uint16_t)resource; in sc_pm_set_clock_rate()
265 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_pm_get_clock_rate()
288 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_pm_clock_enable()
[all …]
/trusted-firmware-a/plat/imx/common/include/sci/svc/rm/
A Dsci_rm_api.h334 sc_err_t sc_rm_assign_resource(sc_ipc_t ipc, sc_rm_pt_t pt, sc_rsrc_t resource);
375 sc_err_t sc_rm_set_subsys_rsrc_movable(sc_ipc_t ipc, sc_rsrc_t resource,
400 sc_err_t sc_rm_set_master_attributes(sc_ipc_t ipc, sc_rsrc_t resource,
425 sc_err_t sc_rm_set_master_sid(sc_ipc_t ipc, sc_rsrc_t resource,
448 sc_err_t sc_rm_set_peripheral_permissions(sc_ipc_t ipc, sc_rsrc_t resource,
461 sc_bool_t sc_rm_is_resource_owned(sc_ipc_t ipc, sc_rsrc_t resource);
473 sc_bool_t sc_rm_is_resource_master(sc_ipc_t ipc, sc_rsrc_t resource);
485 sc_bool_t sc_rm_is_resource_peripheral(sc_ipc_t ipc, sc_rsrc_t resource);
499 sc_err_t sc_rm_get_resource_info(sc_ipc_t ipc, sc_rsrc_t resource,
/trusted-firmware-a/plat/st/stm32mp1/
A Dstm32mp1_scmi.c223 const struct scmi_agent_resources *resource = find_resource(agent_id); in find_clock() local
226 if (resource != NULL) { in find_clock()
227 for (n = 0U; n < resource->clock_count; n++) { in find_clock()
229 return &resource->clock[n]; in find_clock()
241 if (resource == NULL) { in plat_scmi_clock_count()
245 return resource->clock_count; in plat_scmi_clock_count()
349 if (resource != NULL) { in find_rstd()
350 for (n = 0U; n < resource->rstd_count; n++) { in find_rstd()
352 return &resource->rstd[n]; in find_rstd()
375 if (resource == NULL) { in plat_scmi_rstd_count()
[all …]
/trusted-firmware-a/plat/imx/common/include/sci/svc/misc/
A Dsci_misc_api.h120 sc_err_t sc_misc_set_control(sc_ipc_t ipc, sc_rsrc_t resource,
140 sc_err_t sc_misc_get_control(sc_ipc_t ipc, sc_rsrc_t resource,
189 sc_err_t sc_misc_set_dma_group(sc_ipc_t ipc, sc_rsrc_t resource,
414 sc_err_t sc_misc_set_ari(sc_ipc_t ipc, sc_rsrc_t resource,
498 sc_err_t sc_misc_set_temp(sc_ipc_t ipc, sc_rsrc_t resource,
515 sc_err_t sc_misc_get_temp(sc_ipc_t ipc, sc_rsrc_t resource,
/trusted-firmware-a/plat/imx/common/sci/svc/rm/
A Drm_rpc_clnt.c211 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_rm_assign_resource()
250 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_rm_set_subsys_rsrc_movable()
270 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_rm_set_master_attributes()
290 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_rm_set_master_sid()
309 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_rm_set_peripheral_permissions()
320 sc_bool_t sc_rm_is_resource_owned(sc_ipc_t ipc, sc_rsrc_t resource) in sc_rm_is_resource_owned() argument
328 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_rm_is_resource_owned()
345 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_rm_is_resource_master()
362 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_rm_is_resource_peripheral()
371 sc_err_t sc_rm_get_resource_info(sc_ipc_t ipc, sc_rsrc_t resource, in sc_rm_get_resource_info() argument
[all …]
/trusted-firmware-a/plat/imx/common/sci/svc/misc/
A Dmisc_rpc_clnt.c31 sc_err_t sc_misc_set_control(sc_ipc_t ipc, sc_rsrc_t resource, in sc_misc_set_control() argument
42 RPC_U16(&msg, 8U) = (uint16_t)resource; in sc_misc_set_control()
51 sc_err_t sc_misc_get_control(sc_ipc_t ipc, sc_rsrc_t resource, in sc_misc_get_control() argument
61 RPC_U16(&msg, 4U) = (uint16_t)resource; in sc_misc_get_control()
101 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_misc_set_dma_group()
340 sc_err_t sc_misc_set_ari(sc_ipc_t ipc, sc_rsrc_t resource, in sc_misc_set_ari() argument
349 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_misc_set_ari()
429 sc_err_t sc_misc_set_temp(sc_ipc_t ipc, sc_rsrc_t resource, in sc_misc_set_temp() argument
438 RPC_U16(&msg, 0U) = (uint16_t)resource; in sc_misc_set_temp()
450 sc_err_t sc_misc_get_temp(sc_ipc_t ipc, sc_rsrc_t resource, in sc_misc_get_temp() argument
[all …]
/trusted-firmware-a/docs/components/
A Dsecure-partition-manager-mm.rst409 that it needs access to and their attributes. The SPM validates this resource
424 5. If the resource description does not explicitly describe the type of memory
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dsecure-partition-manager-mm.rst.txt409 that it needs access to and their attributes. The SPM validates this resource
424 5. If the resource description does not explicitly describe the type of memory
/trusted-firmware-a/docs/design_documents/
A Dmeasured_boot_poc.rst507 .. _TGC event log: https://trustedcomputinggroup.org/resource/tcg-efi-platform-specification/
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/
A Dmeasured_boot_poc.rst.txt507 .. _TGC event log: https://trustedcomputinggroup.org/resource/tcg-efi-platform-specification/
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dthreat_model.rst.txt333 | | the resource is accessed. If an attacker is sitting |
/trusted-firmware-a/docs/threat_model/
A Dthreat_model.rst333 | | the resource is accessed. If an attacker is sitting |
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt2549 - Ignore empty regions in resource description
/trusted-firmware-a/docs/
A Dchange-log.md2549 - Ignore empty regions in resource description
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex21425 that it needs access to and their attributes. The SPM validates this resource
21451 If the resource description does not explicitly describe the type of memory
46074 …s the measurements into a \sphinxhref{https://trustedcomputinggroup.org/resource/tcg-efi-platform-…
47570 the resource is accessed. If an attacker is sitting
60021 Ignore empty regions in resource description

Completed in 126 milliseconds