Lines Matching refs:prtn
32 static struct notif_data *get_notif_data(struct guest_partition *prtn) in get_notif_data() argument
35 assert(prtn); in get_notif_data()
36 return virt_get_guest_spec_data(prtn, notif_data_id); in get_notif_data()
43 struct guest_partition *prtn = virt_get_guest(guest_id); in notif_async_is_started() local
47 if (!IS_ENABLED(CFG_NS_VIRTUALIZATION) || prtn) { in notif_async_is_started()
48 struct notif_data *ndata = get_notif_data(prtn); in notif_async_is_started()
55 virt_put_guest(prtn); in notif_async_is_started()
85 struct guest_partition *prtn = virt_get_guest(guest_id); in notif_deliver_atomic_event() local
86 struct notif_data *ndata = get_notif_data(prtn); in notif_deliver_atomic_event()
113 virt_put_guest(prtn); in notif_deliver_atomic_event()
118 struct guest_partition *prtn = virt_get_current_guest(); in notif_deliver_event() local
119 struct notif_data *ndata = get_notif_data(prtn); in notif_deliver_event()
155 virt_put_guest(prtn); in notif_deliver_event()