Searched refs:_uuid (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/include/lib/ |
| H A D | smccc.h | 220 #define SMC_UUID_RET(_h, _uuid) \ argument 222 smc_uuid_word((_uuid).time_low[0], (_uuid).time_low[1], \ 223 (_uuid).time_low[2], (_uuid).time_low[3]), \ 224 smc_uuid_word((_uuid).time_mid[0], (_uuid).time_mid[1], \ 225 (_uuid).time_hi_and_version[0], \ 226 (_uuid).time_hi_and_version[1]), \ 227 smc_uuid_word((_uuid).clock_seq_hi_and_reserved, \ 228 (_uuid).clock_seq_low, (_uuid).node[0], \ 229 (_uuid).node[1]), \ 230 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 | 49 #define DECLARE_SPMD_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties) \ argument 55 .uuid = _uuid, \
|