Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Dsmc_abi.c1000 static u32 get_async_notif_value(optee_invoke_fn *invoke_fn, bool *value_valid, in get_async_notif_value() argument
1008 *value_valid = false; in get_async_notif_value()
1011 *value_valid = (res.a2 & OPTEE_SMC_ASYNC_NOTIF_VALUE_VALID); in get_async_notif_value()
1019 bool value_valid; in irq_handler() local
1025 &value_valid, &value_pending); in irq_handler()
1026 if (!value_valid) in irq_handler()