Home
last modified time | relevance | path

Searched refs:smccc_res_to_uuid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/firmware/smccc/
H A Dsmccc.c79 uuid = smccc_res_to_uuid(res.a0, res.a1, res.a2, res.a3); in arm_smccc_hypervisor_has_uuid()
/linux/include/linux/
H A Darm-smccc.h370 static inline uuid_t smccc_res_to_uuid(u32 r0, u32 r1, u32 r2, u32 r3) in smccc_res_to_uuid() function