nr_gframes         36 arch/arm/xen/grant-table.c int arch_gnttab_map_shared(xen_pfn_t *frames, unsigned long nr_gframes,
nr_gframes         43 arch/arm/xen/grant-table.c void arch_gnttab_unmap(void *shared, unsigned long nr_gframes)
nr_gframes         48 arch/arm/xen/grant-table.c int arch_gnttab_map_status(uint64_t *frames, unsigned long nr_gframes,
nr_gframes         31 arch/x86/xen/grant-table.c int arch_gnttab_map_shared(unsigned long *frames, unsigned long nr_gframes,
nr_gframes         44 arch/x86/xen/grant-table.c 	for (i = 0; i < nr_gframes; i++) {
nr_gframes         53 arch/x86/xen/grant-table.c int arch_gnttab_map_status(uint64_t *frames, unsigned long nr_gframes,
nr_gframes         66 arch/x86/xen/grant-table.c 	for (i = 0; i < nr_gframes; i++) {
nr_gframes         75 arch/x86/xen/grant-table.c void arch_gnttab_unmap(void *shared, unsigned long nr_gframes)
nr_gframes         88 arch/x86/xen/grant-table.c 	for (i = 0; i < nr_gframes; i++) {
nr_gframes        105 drivers/xen/grant-table.c 	int (*map_frames)(xen_pfn_t *frames, unsigned int nr_gframes);
nr_gframes       1167 drivers/xen/grant-table.c static int gnttab_map_frames_v1(xen_pfn_t *frames, unsigned int nr_gframes)
nr_gframes       1171 drivers/xen/grant-table.c 	rc = arch_gnttab_map_shared(frames, nr_gframes,
nr_gframes       1184 drivers/xen/grant-table.c static int gnttab_map_frames_v2(xen_pfn_t *frames, unsigned int nr_gframes)
nr_gframes       1191 drivers/xen/grant-table.c 	nr_sframes = nr_status_frames(nr_gframes);
nr_gframes       1219 drivers/xen/grant-table.c 	rc = arch_gnttab_map_shared(frames, nr_gframes,
nr_gframes       1237 drivers/xen/grant-table.c 	unsigned int nr_gframes = end_idx + 1;
nr_gframes       1244 drivers/xen/grant-table.c 		BUG_ON(xen_auto_xlat_grant_frames.count < nr_gframes);
nr_gframes       1268 drivers/xen/grant-table.c 	frames = kmalloc_array(nr_gframes, sizeof(unsigned long), GFP_ATOMIC);
nr_gframes       1273 drivers/xen/grant-table.c 	setup.nr_frames  = nr_gframes;
nr_gframes       1284 drivers/xen/grant-table.c 	rc = gnttab_interface->map_frames(frames, nr_gframes);
nr_gframes        178 include/xen/grant_table.h int arch_gnttab_map_shared(xen_pfn_t *frames, unsigned long nr_gframes,
nr_gframes        181 include/xen/grant_table.h int arch_gnttab_map_status(uint64_t *frames, unsigned long nr_gframes,
nr_gframes        184 include/xen/grant_table.h void arch_gnttab_unmap(void *shared, unsigned long nr_gframes);