Searched refs:TA_FLAG_SINGLE_INSTANCE (Results 1 – 17 of 17) sorted by relevance
23 pub const TA_FLAG_SINGLE_INSTANCE: u32 = (1 << 2); consts
39 static FLAG_BOOL: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_SINGLE_INSTANCE) != 0;
Completed in 11 milliseconds