Home
last modified time | relevance | path

Searched defs:_name (Results 1 – 17 of 17) sorted by relevance

/arm-trusted-firmware-2.8.0/include/lib/pmf/
A Dpmf_helpers.h50 #define PMF_DECLARE_CAPTURE_TIMESTAMP(_name) \ argument
58 #define PMF_CAPTURE_TIMESTAMP(_name, _tid, _flags) \ argument
77 #define PMF_WRITE_TIMESTAMP(_name, _tid, _flags, _wrval) \ argument
89 #define PMF_DECLARE_GET_TIMESTAMP(_name) \ argument
140 #define PMF_DECLARE_CAPTURE_TIMESTAMP(_name) argument
141 #define PMF_DECLARE_GET_TIMESTAMP(_name) argument
142 #define PMF_CAPTURE_TIMESTAMP(_name, _tid, _flags) argument
153 #define PMF_ALLOCATE_TIMESTAMP_MEMORY(_name, _total_id) \ argument
163 #define PMF_VALIDATE_TID(_name, _tid) \ argument
171 #define PMF_DEFINE_CAPTURE_TIMESTAMP(_name, _flags) \ argument
[all …]
/arm-trusted-firmware-2.8.0/include/arch/aarch32/
A Darch_helpers.h48 #define _DEFINE_COPROCR_READ_FUNC_64(_name, coproc, opc1, CRm) \ argument
55 #define _DEFINE_SYSREG_READ_FUNC(_name, _reg_name) \ argument
63 #define _DEFINE_SYSREG_WRITE_FUNC(_name, _reg_name) \ argument
69 #define _DEFINE_SYSREG_WRITE_CONST_FUNC(_name, _reg_name) \ argument
76 #define DEFINE_COPROCR_READ_FUNC(_name, ...) \ argument
80 #define DEFINE_COPROCR_WRITE_FUNC(_name, ...) \ argument
84 #define DEFINE_COPROCR_RW_FUNCS(_name, ...) \ argument
89 #define DEFINE_COPROCR_READ_FUNC_64(_name, ...) \ argument
93 #define DEFINE_COPROCR_WRITE_FUNC_64(_name, ...) \ argument
97 #define DEFINE_COPROCR_RW_FUNCS_64(_name, ...) \ argument
[all …]
/arm-trusted-firmware-2.8.0/include/lib/
A Dutils.h81 #define DEFINE_LOAD_SYM_ADDR(_name) \ argument
90 #define LOAD_ADDR_OF(_name) (typeof(_name) *) load_addr_## _name() argument
A Dbakery_lock.h99 #define DEFINE_BAKERY_LOCK(_name) bakery_lock_t _name __section("bakery_lock") argument
101 #define DECLARE_BAKERY_LOCK(_name) extern bakery_lock_t _name argument
A Dsmccc.h181 #define DEFINE_SVC_UUID2(_name, _tl, _tm, _th, _cl, _ch, \ argument
/arm-trusted-firmware-2.8.0/include/arch/aarch64/
A Darch_helpers.h22 #define _DEFINE_SYSREG_READ_FUNC(_name, _reg_name) \ argument
30 #define _DEFINE_SYSREG_WRITE_FUNC(_name, _reg_name) \ argument
40 #define DEFINE_SYSREG_READ_FUNC(_name) \ argument
44 #define DEFINE_SYSREG_RW_FUNCS(_name) \ argument
49 #define DEFINE_RENAME_SYSREG_RW_FUNCS(_name, _reg_name) \ argument
54 #define DEFINE_RENAME_SYSREG_READ_FUNC(_name, _reg_name) \ argument
58 #define DEFINE_RENAME_SYSREG_WRITE_FUNC(_name, _reg_name) \ argument
130 #define DEFINE_DCOP_ERRATA_A53_TYPE_PARAM_FUNC(_name, _type) \ argument
/arm-trusted-firmware-2.8.0/include/drivers/auth/
A Dcrypto_mod.h124 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ argument
135 #define REGISTER_CRYPTO_LIB(_name, _init, _verify_signature, _verify_hash, \ argument
145 #define REGISTER_CRYPTO_LIB(_name, _init, _calc_hash) \ argument
A Dimg_parser_mod.h54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \ argument
/arm-trusted-firmware-2.8.0/lib/psci/
A Dpsci_private.h174 #define DEFINE_PSCI_LOCK(_name) spinlock_t _name argument
175 #define DECLARE_PSCI_LOCK(_name) extern DEFINE_PSCI_LOCK(_name) argument
214 #define DEFINE_PSCI_LOCK(_name) DEFINE_BAKERY_LOCK(_name) argument
215 #define DECLARE_PSCI_LOCK(_name) DECLARE_BAKERY_LOCK(_name) argument
/arm-trusted-firmware-2.8.0/include/services/
A Del3_spmc_logical_sp.h35 #define DECLARE_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties, \ argument
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/
A Dplat_pm.c44 #define plat_mt_pm_invoke(_name, _cpu, _state) ({ \ argument
51 #define plat_mt_pm_invoke_no_check(_name, _cpu, _state) ({ \ argument
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/
A Dplat_pm.c44 #define plat_mt_pm_invoke(_name, _cpu, _state) ({ \ argument
51 #define plat_mt_pm_invoke_no_check(_name, _cpu, _state) ({ \ argument
/arm-trusted-firmware-2.8.0/include/lib/psci/
A Dpsci_lib.h58 #define DEFINE_STATIC_PSCI_LIB_ARGS_V1(_name, _entry) \ argument
/arm-trusted-firmware-2.8.0/include/common/
A Druntime_svc.h73 #define DECLARE_RT_SVC(_name, _start, _end, _type, _setup, _smch) \ argument
/arm-trusted-firmware-2.8.0/drivers/scmi-msg/
A Dcommon.h28 #define COPY_NAME_IDENTIFIER(_dst_array, _name) \ argument
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/
A Dstm32mp1_scmi.c73 #define CLOCK_CELL(_scmi_id, _id, _name, _init_enabled) \ argument
110 #define RESET_CELL(_scmi_id, _id, _name) \ argument
/arm-trusted-firmware-2.8.0/drivers/st/clk/
A Dclk-stm32-core.h339 #define OSCILLATOR(idx_osc, _id, _name, _gate_id, _gate_rdy_id, _bypass, _css, _drive) \ argument

Completed in 25 milliseconds