Home
last modified time | relevance | path

Searched refs:GNTTABOP_map_grant_ref (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/ia64/xen/
Dgrant-table.c84 if (cmd == GNTTABOP_map_grant_ref) { in HYPERVISOR_grant_table_op()
Dxcom_hcall.c155 case GNTTABOP_map_grant_ref: in xencommize_grant_table_op()
/linux-3.4.99/include/xen/interface/
Dgrant_table.h261 #define GNTTABOP_map_grant_ref 0 macro
/linux-3.4.99/drivers/xen/xenbus/
Dxenbus_client.c493 if (HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, &op, 1)) in xenbus_map_ring_valloc_pv()
575 if (HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, &op, 1)) in xenbus_map_ring()
/linux-3.4.99/arch/x86/xen/
Dp2m.c713 GNTTABOP_map_grant_ref, kmap_op, 1); in m2p_add_override()
/linux-3.4.99/drivers/xen/
Dgrant-table.c755 ret = HYPERVISOR_grant_table_op(GNTTABOP_map_grant_ref, map_ops, count); in gnttab_map_refs()