Searched refs:_uuid (Results 1 – 2 of 2) sorted by relevance
/tf-a-ffa_el3_spmc/include/lib/ |
A D | smccc.h | 172 #define SMC_UUID_RET(_h, _uuid) \ argument 174 smc_uuid_word((_uuid).time_low[0], (_uuid).time_low[1], \ 175 (_uuid).time_low[2], (_uuid).time_low[3]), \ 176 smc_uuid_word((_uuid).time_mid[0], (_uuid).time_mid[1], \ 177 (_uuid).time_hi_and_version[0], \ 178 (_uuid).time_hi_and_version[1]), \ 179 smc_uuid_word((_uuid).clock_seq_hi_and_reserved, \ 180 (_uuid).clock_seq_low, (_uuid).node[0], \ 181 (_uuid).node[1]), \ 182 smc_uuid_word((_uuid).node[2], (_uuid).node[3], \ [all …]
|
/tf-a-ffa_el3_spmc/include/services/ |
A D | logical_sp.h | 41 #define DECLARE_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties, \ argument 48 .uuid = _uuid, \
|
Completed in 27 milliseconds