HomeSort by: relevance | last modified time | path
    Searched refs:GNTMAP_host_map (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/xen/x86/
xen_shm_machdep.c 88 op[i].flags = GNTMAP_host_map |
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
grant_table.h 331 * 2. If GNTMAP_host_map is specified then a mapping will be added at
609 #define GNTMAP_host_map (1<<_GNTMAP_host_map)
614 * GNTMAP_host_map subflag:
  /src/sys/arch/xen/xen/
privcmd.c 695 obj->u.gr.ops[i].flags = GNTMAP_host_map |
700 obj->u.gr.ops[i].flags = GNTMAP_host_map;
947 op.flags = GNTMAP_host_map;

Completed in 16 milliseconds