Home
last modified time | relevance | path

Searched refs:gnttab_map_grant_ref (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/xen/
Dgnttab.h73 int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops, unsigned int count);
84 int gnttab_unmap_refs(struct gnttab_map_grant_ref *unmap_ops, unsigned int count);
/Zephyr-latest/include/zephyr/xen/public/
Dgrant_table.h266 struct gnttab_map_grant_ref { struct
277 typedef struct gnttab_map_grant_ref gnttab_map_grant_ref_t; argument
/Zephyr-latest/drivers/xen/
Dgnttab.c172 static void gop_eagain_retry(int cmd, struct gnttab_map_grant_ref *gref) in gop_eagain_retry()
249 int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops, unsigned int count) in gnttab_map_refs()
280 int gnttab_unmap_refs(struct gnttab_map_grant_ref *unmap_ops, unsigned int count) in gnttab_unmap_refs()