Home
last modified time | relevance | path

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

/Linux-v4.19/include/xen/
Dgrant_table.h150 if (flags & GNTMAP_contains_pte) in gnttab_set_map_op()
166 if (flags & GNTMAP_contains_pte) in gnttab_set_unmap_op()
/Linux-v4.19/include/xen/interface/
Dgrant_table.h526 #define GNTMAP_contains_pte (1<<_GNTMAP_contains_pte) macro
/Linux-v4.19/arch/x86/xen/
Dp2m.c714 if (map_ops[i].flags & GNTMAP_contains_pte) { in set_foreign_p2m_mapping()
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_client.c704 GNTMAP_host_map | GNTMAP_contains_pte, in xenbus_map_ring_valloc_pv()
/Linux-v4.19/drivers/xen/
Dgntdev.c272 int flags = map->flags | GNTMAP_application_map | GNTMAP_contains_pte; in find_grant_ptes()