Searched refs:grant_ref_t (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/xen/
H A Dgnttab.h15 grant_ref_t gnttab_alloc_and_grant(void **map);
16 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame,
18 int gnttab_end_access(grant_ref_t ref);
/u-boot/drivers/xen/
H A Dgnttab.c43 static grant_ref_t gnttab_list[NR_GRANT_ENTRIES];
45 static void put_free_entry(grant_ref_t ref)
55 static grant_ref_t get_free_entry(void)
78 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame, int readonly)
80 grant_ref_t ref;
96 int gnttab_end_access(grant_ref_t ref)
116 grant_ref_t gnttab_alloc_and_grant(void **map)
119 grant_ref_t gref;
H A Dpvblock.c66 grant_ref_t ring_ref;
102 grant_ref_t gref[BLKIF_MAX_SEGMENTS_PER_REQUEST];
/u-boot/include/xen/interface/
H A Dgrant_table.h73 typedef u32 grant_ref_t; typedef
210 grant_ref_t gref;
249 grant_ref_t ref;
331 grant_ref_t ref;
366 grant_ref_t ref;
485 grant_ref_t ref;
/u-boot/include/xen/interface/io/
H A Dblkif.h621 grant_ref_t gref; /* reference to I/O buffer frame */
660 grant_ref_t indirect_grefs[BLKIF_MAX_INDIRECT_PAGES_PER_REQUEST];
H A Dring.h23 * - grant_ref_t
448 grant_ref_t ref[]; \

Completed in 154 milliseconds