Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c699 static uint32_t spmc_enable_async_notif(uint32_t bottom_half_value, in spmc_enable_async_notif() argument
716 if (bottom_half_value >= OPTEE_FFA_MAX_ASYNC_NOTIF_VALUE) { in spmc_enable_async_notif()
717 EMSG("Invalid bottom half value %"PRIu32, bottom_half_value); in spmc_enable_async_notif()
729 nvb->do_bottom_half_value = bottom_half_value; in spmc_enable_async_notif()