Searched refs:grant_frames (Results 1 – 4 of 4) sorted by relevance
111 unsigned long grant_frames; in platform_pci_init() local158 grant_frames = alloc_xen_mmio(PAGE_SIZE * max_nr_gframes); in platform_pci_init()159 ret = gnttab_setup_auto_xlat_frames(grant_frames); in platform_pci_init()
70 struct grant_frames xen_auto_xlat_grant_frames;
202 phys_addr_t grant_frames; in xen_guest_init() local211 grant_frames = res.start; in xen_guest_init()247 if (gnttab_setup_auto_xlat_frames(grant_frames)) { in xen_guest_init()
183 struct grant_frames { struct188 extern struct grant_frames xen_auto_xlat_grant_frames; argument