Searched refs:PMF_REGISTER_SERVICE (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/include/lib/pmf/ |
| H 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
|
| /rk3399_ARM-atf/bl2/ |
| H A D | bl2_main.c | 34 PMF_REGISTER_SERVICE(bl_svc, PMF_RT_INSTR_SVC_ID,
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_psci_common.c | 41 PMF_REGISTER_SERVICE(psci_svc, PMF_PSCI_STAT_SVC_ID, PSCI_STAT_TOTAL_IDS, in PMF_DECLARE_GET_TIMESTAMP()
|
| /rk3399_ARM-atf/bl31/ |
| H A D | bl31_main.c | 40 PMF_REGISTER_SERVICE(bl_svc, PMF_RT_INSTR_SVC_ID,
|
| /rk3399_ARM-atf/bl1/ |
| H A D | bl1_main.c | 40 PMF_REGISTER_SERVICE(bl_svc, PMF_RT_INSTR_SVC_ID, in PMF_REGISTER_SERVICE() function
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 2654 To register a PMF service, the ``PMF_REGISTER_SERVICE()`` macro from ``pmf.h`` 2665 The ``PMF_REGISTER_SERVICE()`` reserves memory to store captured 2670 The macro ``PMF_REGISTER_SERVICE()`` only enables capturing PMF timestamps 2673 accepts the same set of arguments as the ``PMF_REGISTER_SERVICE()``
|