Home
last modified time | relevance | path

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

/u-boot/include/xen/
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/
A Dgnttab.c43 static grant_ref_t gnttab_list[NR_GRANT_ENTRIES];
45 static void put_free_entry(grant_ref_t ref) in put_free_entry()
55 static grant_ref_t get_free_entry(void) in get_free_entry()
78 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame, int readonly) in gnttab_grant_access()
80 grant_ref_t ref; in gnttab_grant_access()
96 int gnttab_end_access(grant_ref_t ref) in gnttab_end_access()
116 grant_ref_t gnttab_alloc_and_grant(void **map) in gnttab_alloc_and_grant()
119 grant_ref_t gref; in gnttab_alloc_and_grant()
A Dpvblock.c63 grant_ref_t ring_ref;
99 grant_ref_t gref[BLKIF_MAX_SEGMENTS_PER_REQUEST];
/u-boot/include/xen/interface/
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/
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];
A Dring.h448 grant_ref_t ref[]; \

Completed in 9 milliseconds