Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Dvirtualization.h145 struct guest_partition *virt_get_guest(uint16_t guest_id);
211 static inline struct guest_partition *virt_get_guest(uint16_t guest_id __unused) in virt_get_guest() function
/optee_os/core/kernel/
H A Dnotif.c43 struct guest_partition *prtn = virt_get_guest(guest_id); in notif_async_is_started()
85 struct guest_partition *prtn = virt_get_guest(guest_id); in notif_deliver_atomic_event()
H A Dnotif_default.c145 prtn = virt_get_guest(guest_id); in notif_send_async()
/optee_os/core/tests/
H A Dnotif_test_wd.c62 struct guest_partition *prtn = virt_get_guest(guest_id); in wd_ndrv_atomic_cb()
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c721 prtn = virt_get_guest(vm_id); in spmc_enable_async_notif()
1570 prtn = virt_get_guest(vm_id); in handle_notification_bitmap_create()
1609 prtn = virt_get_guest(vm_id); in handle_notification_bitmap_destroy()
1657 prtn = virt_get_guest(vm_id); in handle_notification_bind()
1698 prtn = virt_get_guest(vm_id); in handle_notification_unbind()
1741 prtn = virt_get_guest(vm_id); in handle_notification_get()
1887 prtn = virt_get_guest(guest_id); in notif_send_async()
1912 prtn = virt_get_guest(guest_id); in notif_send_async()
H A Dvirtualization.c429 struct guest_partition *virt_get_guest(uint16_t guest_id) in virt_get_guest() function
523 prtn = virt_get_guest(guest_id); in virt_set_guest()