Searched refs:_uuid (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/include/lib/ |
| H A D | smccc.h | 225 #define SMC_UUID_RET(_h, _uuid) \ argument 227 smc_uuid_word((_uuid).time_low[0], (_uuid).time_low[1], \ 228 (_uuid).time_low[2], (_uuid).time_low[3]), \ 229 smc_uuid_word((_uuid).time_mid[0], (_uuid).time_mid[1], \ 230 (_uuid).time_hi_and_version[0], \ 231 (_uuid).time_hi_and_version[1]), \ 232 smc_uuid_word((_uuid).clock_seq_hi_and_reserved, \ 233 (_uuid).clock_seq_low, (_uuid).node[0], \ 234 (_uuid).node[1]), \ 235 smc_uuid_word((_uuid).node[2], (_uuid).node[3], \ [all …]
|
| /rk3399_ARM-atf/include/services/ |
| H A D | el3_spmc_logical_sp.h | 35 #define DECLARE_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties, \ argument 42 .uuid = _uuid, \
|
| H A D | el3_spmd_logical_sp.h | 50 #define DECLARE_SPMD_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties) \ argument 56 .uuid = _uuid, \
|