Searched refs:PMF_REGISTER_SERVICE (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-a/include/lib/pmf/ |
A D | pmf_helpers.h | 110 #define PMF_REGISTER_SERVICE(_name, _svcid, _totalid, _flags) \ macro 120 PMF_REGISTER_SERVICE(_name, _svcid, _totalid, _flags) \ 136 #define PMF_REGISTER_SERVICE(_name, _svcid, _totalid, _flags) macro
|
/trusted-firmware-a/plat/common/ |
A D | plat_psci_common.c | 35 PMF_REGISTER_SERVICE(psci_svc, PMF_PSCI_STAT_SVC_ID, PSCI_STAT_TOTAL_IDS, in PMF_DECLARE_GET_TIMESTAMP()
|
/trusted-firmware-a/docs/design/ |
A D | firmware-design.rst | 2471 To register a PMF service, the ``PMF_REGISTER_SERVICE()`` macro from ``pmf.h`` 2482 The ``PMF_REGISTER_SERVICE()`` reserves memory to store captured 2487 The macro ``PMF_REGISTER_SERVICE()`` only enables capturing PMF timestamps 2490 accepts the same set of arguments as the ``PMF_REGISTER_SERVICE()``
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
A D | firmware-design.rst.txt | 2471 To register a PMF service, the ``PMF_REGISTER_SERVICE()`` macro from ``pmf.h`` 2482 The ``PMF_REGISTER_SERVICE()`` reserves memory to store captured 2487 The macro ``PMF_REGISTER_SERVICE()`` only enables capturing PMF timestamps 2490 accepts the same set of arguments as the ``PMF_REGISTER_SERVICE()``
|
Completed in 11 milliseconds