Home
last modified time | relevance | path

Searched refs:GNTMAP_contains_pte (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/xen/
Dgrant_table.h120 if (flags & GNTMAP_contains_pte) in gnttab_set_map_op()
136 if (flags & GNTMAP_contains_pte) in gnttab_set_unmap_op()
/linux-2.6.39/arch/ia64/xen/
Dgrant-table.c129 if (flags & GNTMAP_contains_pte) { in gnttab_map_grant_ref_pre()
/linux-2.6.39/include/xen/interface/
Dgrant_table.h350 #define GNTMAP_contains_pte (1<<_GNTMAP_contains_pte) macro
/linux-2.6.39/drivers/xen/
Dgrant-table.c470 if (!(map_ops[i].flags & GNTMAP_contains_pte)) in gnttab_map_refs()
Dgntdev.c215 int flags = map->flags | GNTMAP_application_map | GNTMAP_contains_pte; in find_grant_ptes()