Searched refs:PMF_REGISTER_SERVICE (Results 1 – 3 of 3) sorted by relevance
/external/arm-trusted-firmware/include/lib/pmf/ |
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
|
/external/arm-trusted-firmware/plat/common/ |
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()
|
/external/arm-trusted-firmware/docs/design/ |
D | firmware-design.rst | 2464 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()``
|