Lines Matching defs:prtn

89 	struct guest_partition *prtn = get_current_prtn();  in virt_get_current_guest_id()  local
96 static void set_current_prtn(struct guest_partition *prtn) in set_current_prtn()
194 static TEE_Result configure_guest_prtn_mem(struct guest_partition *prtn) in configure_guest_prtn_mem()
268 static void destroy_gsd(struct guest_partition *prtn, bool free_only) in destroy_gsd()
281 static TEE_Result alloc_gsd(struct guest_partition *prtn) in alloc_gsd()
304 struct guest_partition *prtn = NULL; in virt_guest_created() local
374 static void get_prtn(struct guest_partition *prtn) in get_prtn()
380 uint16_t virt_get_guest_id(struct guest_partition *prtn) in virt_get_guest_id()
389 struct guest_partition *prtn = NULL; in find_guest_by_id_unlocked() local
398 struct guest_partition *virt_next_guest(struct guest_partition *prtn) in virt_next_guest()
422 struct guest_partition *prtn = get_current_prtn(); in virt_get_current_guest() local
431 struct guest_partition *prtn = NULL; in virt_get_guest() local
443 void virt_put_guest(struct guest_partition *prtn) in virt_put_guest()
482 struct guest_partition *prtn = NULL; in virt_guest_destroyed() local
514 struct guest_partition *prtn = get_current_prtn(); in virt_set_guest() local
535 struct guest_partition *prtn = get_current_prtn(); in virt_unset_guest() local
547 struct guest_partition *prtn = get_current_prtn(); in virt_on_stdcall() local
563 struct guest_partition *prtn; in virt_get_memory_map() local
574 static int find_cookie(struct guest_partition *prtn, uint64_t cookie) in find_cookie()
586 struct guest_partition *prtn = NULL; in find_prtn_cookie() local
604 struct guest_partition *prtn = NULL; in virt_add_cookie_to_current_guest() local
625 struct guest_partition *prtn = NULL; in virt_remove_cookie() local
641 struct guest_partition *prtn = NULL; in virt_find_guest_by_cookie() local
660 static TEE_Result reclaim_cookie(struct guest_partition *prtn, uint64_t cookie) in reclaim_cookie()
695 struct guest_partition *prtn = NULL; in virt_reclaim_cookie_from_destroyed_guest() local
747 void *virt_get_guest_spec_data(struct guest_partition *prtn, in virt_get_guest_spec_data()