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()
1571 struct notif_vm_bitmap *nvb = NULL; in handle_notification_bitmap_create() local
1575 nvb = get_notif_vm_bitmap(prtn, vm_id); in handle_notification_bitmap_create()
1576 if (!nvb) { in handle_notification_bitmap_create()
1583 if (nvb->initialized) { in handle_notification_bitmap_create()
1588 nvb->initialized = true; in handle_notification_bitmap_create()
1589 nvb in handle_notification_bitmap_create()
1610 struct notif_vm_bitmap *nvb = NULL; handle_notification_bitmap_destroy() local
1643 struct notif_vm_bitmap *nvb = NULL; handle_notification_bind() local
1689 struct notif_vm_bitmap *nvb = NULL; handle_notification_unbind() local
1730 struct notif_vm_bitmap *nvb = NULL; handle_notification_get() local
1803 add_nvb_to_state(struct notif_info_get_state * state,uint16_t guest_id,struct notif_vm_bitmap * nvb) add_nvb_to_state() argument
1822 struct notif_vm_bitmap *nvb = NULL; handle_notification_info_get() local
1888 struct notif_vm_bitmap *nvb = NULL; notif_send_async() local
1911 struct notif_vm_bitmap *nvb = NULL; notif_send_async() local
[all...]