Searched refs:_end (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/ |
| H A D | pmu_fw.S | 16 .global \sym\()_end 17 \sym\()_end :
|
| /rk3399_ARM-atf/include/lib/el3_runtime/ |
| H A D | pubsub.h | 14 #define __pubsub_end_sym(event) __pubsub_##event##_end 51 #define __pubsub_end_sym(event) Load$$__pubsub_##event##_end$$Base 54 #define __pubsub_end_sym(event) __pubsub_##event##_end
|
| /rk3399_ARM-atf/plat/rockchip/common/include/ |
| H A D | plat_pm_helpers.h | 20 #define REG_REGION(_start, _end, _stride, _base, _wmsk) \ argument 23 .end = (_base) + (_end), \
|
| /rk3399_ARM-atf/include/common/ |
| H A D | runtime_svc.h | 73 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) \ argument 77 .end_oen = (_end), \
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | elfparser.py | 63 self._end: int = self._start + self._size 190 "end": self._end,
|
| /rk3399_ARM-atf/plat/nvidia/tegra/common/aarch64/ |
| H A D | tegra_helpers.S | 232 cbz x2, _end 242 _end: mov x0, x20 label
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | rt-svc-writers-guide.rst | 100 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) 105 - ``_start`` and ``_end`` values must be based on the ``OEN_*`` values defined in 133 #. The ``_start`` OEN is not greater than the ``_end`` OEN 134 #. The ``_end`` OEN does not exceed the maximum OEN value (63)
|