Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
Dplatform-pci.c112 unsigned long grant_frames; in platform_pci_probe() local
158 grant_frames = alloc_xen_mmio(PAGE_SIZE * max_nr_gframes); in platform_pci_probe()
159 ret = gnttab_setup_auto_xlat_frames(grant_frames); in platform_pci_probe()
Dgrant-table.c79 struct grant_frames xen_auto_xlat_grant_frames;
/linux-4.19.296/include/xen/
Dgrant_table.h202 struct grant_frames { struct
207 extern struct grant_frames xen_auto_xlat_grant_frames; argument