Lines Matching refs:prtn
29 static struct notif_vm_bitmap *get_notif_vm_bitmap(struct guest_partition *prtn) in get_notif_vm_bitmap() argument
32 if (!prtn) in get_notif_vm_bitmap()
34 return virt_get_guest_spec_data(prtn, notif_vm_bitmap_id); in get_notif_vm_bitmap()
41 struct guest_partition *prtn = NULL; in notif_alloc_async_value() local
49 prtn = virt_get_current_guest(); in notif_alloc_async_value()
50 nvb = get_notif_vm_bitmap(prtn); in notif_alloc_async_value()
74 virt_put_guest(prtn); in notif_alloc_async_value()
81 struct guest_partition *prtn = NULL; in notif_free_async_value() local
85 prtn = virt_get_current_guest(); in notif_free_async_value()
86 nvb = get_notif_vm_bitmap(prtn); in notif_free_async_value()
98 virt_put_guest(prtn); in notif_free_async_value()
103 struct guest_partition *prtn = NULL; in notif_get_value() local
109 prtn = virt_get_current_guest(); in notif_get_value()
110 nvb = get_notif_vm_bitmap(prtn); in notif_get_value()
130 virt_put_guest(prtn); in notif_get_value()
138 struct guest_partition *prtn = NULL; in notif_send_async() local
145 prtn = virt_get_guest(guest_id); in notif_send_async()
146 nvb = get_notif_vm_bitmap(prtn); in notif_send_async()
157 virt_put_guest(prtn); in notif_send_async()