map_ops            89 arch/arm/xen/p2m.c int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
map_ops            96 arch/arm/xen/p2m.c 		if (map_ops[i].status)
map_ops            98 arch/arm/xen/p2m.c 		set_phys_to_machine(map_ops[i].host_addr >> XEN_PAGE_SHIFT,
map_ops            99 arch/arm/xen/p2m.c 				    map_ops[i].dev_bus_addr >> XEN_PAGE_SHIFT);
map_ops            66 arch/x86/include/asm/xen/page.h extern int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
map_ops            74 arch/x86/include/asm/xen/page.h set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
map_ops           698 arch/x86/xen/p2m.c int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
map_ops           719 arch/x86/xen/p2m.c 		if (map_ops[i].status)
map_ops           722 arch/x86/xen/p2m.c 		if (map_ops[i].flags & GNTMAP_contains_pte) {
map_ops           723 arch/x86/xen/p2m.c 			pte = (pte_t *)(mfn_to_virt(PFN_DOWN(map_ops[i].host_addr)) +
map_ops           724 arch/x86/xen/p2m.c 				(map_ops[i].host_addr & ~PAGE_MASK));
map_ops           727 arch/x86/xen/p2m.c 			mfn = PFN_DOWN(map_ops[i].dev_bus_addr);
map_ops           791 drivers/net/xen-netback/netback.c 				     unsigned *map_ops)
map_ops          1025 drivers/net/xen-netback/netback.c 	(*map_ops) = gop - queue->tx_map_ops;
map_ops            60 drivers/xen/gntdev-common.h 	struct gnttab_map_grant_ref   *map_ops;
map_ops           122 drivers/xen/gntdev.c 	kfree(map->map_ops);
map_ops           140 drivers/xen/gntdev.c 	add->map_ops   = kcalloc(count, sizeof(add->map_ops[0]), GFP_KERNEL);
map_ops           146 drivers/xen/gntdev.c 	    NULL == add->map_ops   ||
map_ops           188 drivers/xen/gntdev.c 		add->map_ops[i].handle = -1;
map_ops           283 drivers/xen/gntdev.c 	gnttab_set_map_op(&map->map_ops[pgnr], pte_maddr, flags,
map_ops           305 drivers/xen/gntdev.c 		if (map->map_ops[0].handle != -1)
map_ops           310 drivers/xen/gntdev.c 			gnttab_set_map_op(&map->map_ops[i], addr, map->flags,
map_ops           338 drivers/xen/gntdev.c 	err = gnttab_map_refs(map->map_ops, use_ptemod ? map->kmap_ops : NULL,
map_ops           344 drivers/xen/gntdev.c 		if (map->map_ops[i].status) {
map_ops           349 drivers/xen/gntdev.c 		map->unmap_ops[i].handle = map->map_ops[i].handle;
map_ops          1032 drivers/xen/grant-table.c int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops,
map_ops          1038 drivers/xen/grant-table.c 	ret = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, map_ops, count);
map_ops          1043 drivers/xen/grant-table.c 		switch (map_ops[i].status) {
map_ops          1050 drivers/xen/grant-table.c 			foreign->domid = map_ops[i].dom;
map_ops          1051 drivers/xen/grant-table.c 			foreign->gref = map_ops[i].ref;
map_ops          1062 drivers/xen/grant-table.c 						map_ops + i,
map_ops          1063 drivers/xen/grant-table.c 						&map_ops[i].status, __func__);
map_ops          1073 drivers/xen/grant-table.c 	return set_foreign_p2m_mapping(map_ops, kmap_ops, pages, count);
map_ops           258 drivers/xen/xen-front-pgdir-shbuf.c 	struct gnttab_map_grant_ref *map_ops = NULL;
map_ops           262 drivers/xen/xen-front-pgdir-shbuf.c 	map_ops = kcalloc(buf->num_pages, sizeof(*map_ops), GFP_KERNEL);
map_ops           263 drivers/xen/xen-front-pgdir-shbuf.c 	if (!map_ops)
map_ops           270 drivers/xen/xen-front-pgdir-shbuf.c 		kfree(map_ops);
map_ops           294 drivers/xen/xen-front-pgdir-shbuf.c 			gnttab_set_map_op(&map_ops[cur_page], addr,
map_ops           304 drivers/xen/xen-front-pgdir-shbuf.c 	ret = gnttab_map_refs(map_ops, NULL, buf->pages, buf->num_pages);
map_ops           308 drivers/xen/xen-front-pgdir-shbuf.c 		buf->backend_map_handles[cur_page] = map_ops[cur_page].handle;
map_ops           309 drivers/xen/xen-front-pgdir-shbuf.c 		if (unlikely(map_ops[cur_page].status != GNTST_okay))
map_ops           312 drivers/xen/xen-front-pgdir-shbuf.c 				cur_page, map_ops[cur_page].status);
map_ops           321 drivers/xen/xen-front-pgdir-shbuf.c 	kfree(map_ops);
map_ops            88 include/xen/arm/page.h extern int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
map_ops           222 include/xen/grant_table.h int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops,
map_ops          5227 kernel/trace/trace_events_hist.c 	const struct tracing_map_ops *map_ops = NULL;
map_ops          5251 kernel/trace/trace_events_hist.c 	map_ops = &hist_trigger_elt_data_ops;
map_ops          5254 kernel/trace/trace_events_hist.c 					    map_ops, hist_data);
map_ops          3464 tools/perf/builtin-sched.c 	struct trace_sched_handler map_ops  = {
map_ops          3505 tools/perf/builtin-sched.c 		sched.tp_handler = &map_ops;