Searched refs:TA_FLAG_INSTANCE_KEEP_ALIVE (Results 1 – 17 of 17) sorted by relevance
25 pub const TA_FLAG_INSTANCE_KEEP_ALIVE: u32 = (1 << 4); consts
41 static FLAG_INSTANCE: bool = (TA_FLAGS & optee_utee_sys::TA_FLAG_INSTANCE_KEEP_ALIVE) != 0;
Completed in 10 milliseconds