Searched refs:_uuid (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/include/lib/ |
D | smccc.h | 216 #define SMC_UUID_RET(_h, _uuid) \ argument 218 smc_uuid_word((_uuid).time_low[0], (_uuid).time_low[1], \ 219 (_uuid).time_low[2], (_uuid).time_low[3]), \ 220 smc_uuid_word((_uuid).time_mid[0], (_uuid).time_mid[1], \ 221 (_uuid).time_hi_and_version[0], \ 222 (_uuid).time_hi_and_version[1]), \ 223 smc_uuid_word((_uuid).clock_seq_hi_and_reserved, \ 224 (_uuid).clock_seq_low, (_uuid).node[0], \ 225 (_uuid).node[1]), \ 226 smc_uuid_word((_uuid).node[2], (_uuid).node[3], \ [all …]
|
/trusted-firmware-a-3.6.0-3.5.0/include/services/ |
D | el3_spmc_logical_sp.h | 35 #define DECLARE_LOGICAL_PARTITION(_name, _init, _sp_id, _uuid, _properties, \ argument 42 .uuid = _uuid, \
|