Searched refs:CreateFastOpteeFuncId (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/tee/optee/
H A Doptee-smc.h136 static constexpr uint32_t CreateFastOpteeFuncId(uint16_t func_num) { function in namespace:optee
186 constexpr uint32_t kGetOsUuidFuncId = CreateFastOpteeFuncId(0x0000);
210 constexpr uint32_t kGetOsRevisionFuncId = CreateFastOpteeFuncId(0x0001);
238 constexpr uint32_t kGetSharedMemConfigFuncId = CreateFastOpteeFuncId(0x0007);
259 constexpr uint32_t kExchangeCapabilitiesFuncId = CreateFastOpteeFuncId(0x0009);
275 constexpr uint32_t kDisableSharedMemCacheFuncId = CreateFastOpteeFuncId(0x000A);
286 constexpr uint32_t kEnableSharedMemCacheFuncId = CreateFastOpteeFuncId(0x000B);

Completed in 72 milliseconds