Home
last modified time | relevance | path

Searched refs:PMF_REGISTER_SERVICE (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/include/lib/pmf/
Dpmf_helpers.h110 #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
/external/arm-trusted-firmware/plat/common/
Dplat_psci_common.c35 PMF_REGISTER_SERVICE(psci_svc, PMF_PSCI_STAT_SVC_ID, PSCI_STAT_TOTAL_IDS, in PMF_DECLARE_GET_TIMESTAMP()
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst2464 To register a PMF service, the ``PMF_REGISTER_SERVICE()`` macro from ``pmf.h``
2475 The ``PMF_REGISTER_SERVICE()`` reserves memory to store captured
2480 The macro ``PMF_REGISTER_SERVICE()`` only enables capturing PMF timestamps
2483 accepts the same set of arguments as the ``PMF_REGISTER_SERVICE()``