Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dnotif_default.c42 struct notif_vm_bitmap *nvb = NULL; in notif_alloc_async_value() local
50 nvb = get_notif_vm_bitmap(prtn); in notif_alloc_async_value()
51 if (!nvb) { in notif_alloc_async_value()
58 if (!nvb->alloc_values_inited) { in notif_alloc_async_value()
59 bit_set(nvb->alloc_values, NOTIF_VALUE_DO_BOTTOM_HALF); in notif_alloc_async_value()
60 nvb->alloc_values_inited = true; in notif_alloc_async_value()
63 bit_ffc(nvb->alloc_values, (int)NOTIF_ASYNC_VALUE_MAX + 1, &bit); in notif_alloc_async_value()
69 bit_set(nvb->alloc_values, bit); in notif_alloc_async_value()
82 struct notif_vm_bitmap *nvb = NULL; in notif_free_async_value() local
86 nvb = get_notif_vm_bitmap(prtn); in notif_free_async_value()
[all …]
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c703 struct notif_vm_bitmap *nvb = NULL; in spmc_enable_async_notif() local
722 nvb = get_notif_vm_bitmap(prtn, vm_id); in spmc_enable_async_notif()
723 if (!nvb) { in spmc_enable_async_notif()
729 nvb->do_bottom_half_value = bottom_half_value; in spmc_enable_async_notif()
1567 struct notif_vm_bitmap *nvb = NULL; in handle_notification_bitmap_create() local
1571 nvb = get_notif_vm_bitmap(prtn, vm_id); in handle_notification_bitmap_create()
1572 if (!nvb) { in handle_notification_bitmap_create()
1579 if (nvb->initialized) { in handle_notification_bitmap_create()
1584 nvb->initialized = true; in handle_notification_bitmap_create()
1585 nvb->do_bottom_half_value = -1; in handle_notification_bitmap_create()
[all …]