Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-a/include/common/
A Dparam_header.h21 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument
22 (_p)->h.type = (uint8_t)(_type); \
29 #define SET_STATIC_PARAM_HEAD(_p, _type, _ver, _p_type, _attr) \ argument
30 ._p.h.type = (uint8_t)(_type), \
A Druntime_svc.h73 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) \ argument
78 .call_type = (_type), \
/trusted-firmware-a/include/arch/aarch64/
A Darch_helpers.h80 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument
81 static inline void _op ## _type(void) \
83 __asm__ (#_op " " #_type : : : "memory"); \
88 static inline void _op ## _type(uint64_t v) \
103 #define DEFINE_TLBIOP_ERRATA_TYPE_FUNC(_type)\ argument
104 static inline void tlbi ## _type(void) \
106 __asm__("tlbi " #_type "\n" \
108 "tlbi " #_type); \
119 __asm__("tlbi " #_type ", %0\n" \
121 "tlbi " #_type ", %0" : : "r" (v)); \
[all …]
A Dasm_macros.S18 #define TLB_INVALIDATE(_type) \ argument
19 tlbi _type; \
21 tlbi _type
23 #define TLB_INVALIDATE(_type) \ argument
24 tlbi _type
/trusted-firmware-a/include/drivers/auth/
A Dimg_parser_mod.h54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \ argument
55 static const img_parser_lib_desc_t __img_parser_lib_desc_##_type \
57 .img_type = _type, \
A Dauth_common.h105 #define AUTH_PARAM_TYPE_DESC(_type, _cookie) \ argument
107 .type = _type, \
/trusted-firmware-a/include/arch/aarch32/
A Darch_helpers.h166 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument
167 static inline void _op ## _type(void) \
169 __asm__ (#_op " " #_type : : : "memory"); \
173 #define DEFINE_SYSOP_TYPE_PARAM_FUNC(_op, _type) \ argument
174 static inline void _op ## _type(u_register_t v) \
176 __asm__ (#_op " " #_type ", %0" : : "r" (v)); \
/trusted-firmware-a/include/lib/gpt_rme/
A Dgpt_rme.h60 #define GPT_PAS_ATTR(_type, _gpi) \ argument
61 ((((_type) & GPT_PAS_ATTR_MAP_TYPE_MASK) \
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Drt-svc-writers-guide.rst.txt97 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch)
105 - ``_type`` must be one of ``SMC_TYPE_FAST`` or ``SMC_TYPE_YIELD``
132 #. The ``_type`` is one of ``SMC_TYPE_FAST`` or ``SMC_TYPE_YIELD``
/trusted-firmware-a/docs/getting_started/
A Drt-svc-writers-guide.rst97 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch)
105 - ``_type`` must be one of ``SMC_TYPE_FAST`` or ``SMC_TYPE_YIELD``
132 #. The ``_type`` is one of ``SMC_TYPE_FAST`` or ``SMC_TYPE_YIELD``
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.aux594 \@writefile{toc}{\contentsline {subsubsection}{Function : plat\_interrupt\_type\_to\_line() {[}mand…
595 …interrupt-type-to-line-mandatory}{{2.7.14}{87}{Function : plat\_interrupt\_type\_to\_line() {[}man…
596 \@writefile{toc}{\contentsline {subsubsection}{Function : plat\_ic\_get\_pending\_interrupt\_type()…
597 …type-mandatory}{{2.7.14}{88}{Function : plat\_ic\_get\_pending\_interrupt\_type() {[}mandatory{]}}…
604 \@writefile{toc}{\contentsline {subsubsection}{Function : plat\_ic\_get\_interrupt\_type() {[}manda…
605 …nterrupt-type-mandatory}{{2.7.14}{89}{Function : plat\_ic\_get\_interrupt\_type() {[}mandatory{]}}…
A Dtrustedfirmware-a.tex8605 based on the first parameter \sphinxcode{\sphinxupquote{reset\_type}} as specified in
8607 reset information. If the \sphinxcode{\sphinxupquote{reset\_type}} is not supported, the
8665 \subsubsection{Function : plat\_interrupt\_type\_to\_line() {[}mandatory{]}}
8715 \subsubsection{Function : plat\_ic\_get\_pending\_interrupt\_type() {[}mandatory{]}}
8903 \subsubsection{Function : plat\_ic\_get\_interrupt\_type() {[}mandatory{]}}
25528 \sphinxcode{\sphinxupquote{\_type}}: one of the types described above.
28397 Multiple descriptors for the same range of OENs and \sphinxcode{\sphinxupquote{call\_type}}
31021 \sphinxcode{\sphinxupquote{plat\_interrupt\_type\_to\_line()}} API (described in the
31374 \sphinxcode{\sphinxupquote{register\_interrupt\_type\_handler()}} API as follows
31393 \sphinxcode{\sphinxupquote{register\_interrupt\_type\_handler()}} API as follows
[all …]
/trusted-firmware-a/docs/design/
A Dauth-framework.rst413 REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param)
415 - ``_type``: one of the types described above.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dauth-framework.rst.txt413 REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param)
415 - ``_type``: one of the types described above.
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …6,_sha256:66,_size__:38,_smch:56,_start:56,_start__:38,_tfa_defconfig:103,_type:[36,56],_unaligned…

Completed in 121 milliseconds