Home
last modified time | relevance | path

Searched refs:HYPERVISOR_grant_table_op (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/arm/xen/
Dmm.c79 HYPERVISOR_grant_table_op(GNTTABOP_cache_flush, &cflush, 1); in dma_cache_maint()
216 if (HYPERVISOR_grant_table_op(GNTTABOP_cache_flush, &cflush, 1) != -ENOSYS) in xen_mm_init()
Denlighten.c301 EXPORT_SYMBOL_GPL(HYPERVISOR_grant_table_op);
/linux-4.4.14/drivers/xen/
Dgrant-table.c613 rc = HYPERVISOR_grant_table_op(GNTTABOP_query_size, &query, 1); in __max_nr_grant_frames()
742 BUG_ON(HYPERVISOR_grant_table_op(cmd, gop, 1)); in gnttab_retry_eagain_gop()
757 if (HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, batch, count)) in gnttab_batch_map()
770 if (HYPERVISOR_grant_table_op(GNTTABOP_copy, batch, count)) in gnttab_batch_copy()
833 ret = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, map_ops, count); in gnttab_map_refs()
864 ret = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, unmap_ops, count); in gnttab_unmap_refs()
1001 rc = HYPERVISOR_grant_table_op(GNTTABOP_setup_table, &setup, 1); in gnttab_map()
/linux-4.4.14/arch/arm/include/asm/xen/
Dhypercall.h44 int HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count);
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_client.c527 if (HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, unmap, j)) in __xenbus_map_ring()
784 if (HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, unmap, i)) in xenbus_unmap_ring_vfree_pv()
901 if (HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, unmap, i)) in xenbus_unmap_ring()
/linux-4.4.14/arch/x86/xen/
Dp2m.c718 ret = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, in set_foreign_p2m_mapping()
774 ret = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, in clear_foreign_p2m_mapping()
/linux-4.4.14/arch/x86/include/asm/xen/
Dhypercall.h397 HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count) in HYPERVISOR_grant_table_op() function