Searched refs:gnttab_copy_t (Results 1 – 3 of 3) sorted by relevance
472 typedef struct gnttab_copy gnttab_copy_t; typedef473 DEFINE_XEN_GUEST_HANDLE(gnttab_copy_t);
251 rc = gnttab_copy(guest_handle_cast(nat.uop, gnttab_copy_t), n); in compat_grant_table_op()
3014 XEN_GUEST_HANDLE_PARAM(gnttab_copy_t) uop, unsigned int count) in gnttab_copy()3611 XEN_GUEST_HANDLE_PARAM(gnttab_copy_t) copy = in do_grant_table_op()3612 guest_handle_cast(uop, gnttab_copy_t); in do_grant_table_op()
Completed in 12 milliseconds