Home
last modified time | relevance | path

Searched refs:value_valid (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Dnotif.h158 uint32_t notif_get_value(bool *value_valid, bool *value_pending);
160 static inline uint32_t notif_get_value(bool *value_valid, bool *value_pending) in notif_get_value() argument
162 *value_valid = false; in notif_get_value()
/optee_os/core/kernel/
H A Dnotif_default.c101 uint32_t notif_get_value(bool *value_valid, bool *value_pending) in notif_get_value() argument
112 *value_valid = false; in notif_get_value()
119 *value_valid = (bit >= 0); in notif_get_value()
120 if (!*value_valid) in notif_get_value()
/optee_os/core/arch/riscv/tee/
H A Dentry_fast.c178 bool value_valid = false; in get_async_notif_value() local
182 args->a1 = notif_get_value(&value_valid, &value_pending); in get_async_notif_value()
184 if (value_valid) in get_async_notif_value()
/optee_os/core/arch/arm/tee/
H A Dentry_fast.c239 bool value_valid = false; in get_async_notif_value() local
243 args->a1 = notif_get_value(&value_valid, &value_pending); in get_async_notif_value()
245 if (value_valid) in get_async_notif_value()