Home
last modified time | relevance | path

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

/linux-6.6.21/include/xen/
Dgrant_table.h165 if (flags & GNTMAP_contains_pte) in gnttab_set_map_op()
182 if (flags & GNTMAP_contains_pte) in gnttab_set_unmap_op()
/linux-6.6.21/include/xen/interface/
Dgrant_table.h546 #define GNTMAP_contains_pte (1<<_GNTMAP_contains_pte) macro
/linux-6.6.21/arch/x86/xen/
Dp2m.c715 if (map_ops[i].flags & GNTMAP_contains_pte) { in set_foreign_p2m_mapping()
/linux-6.6.21/drivers/xen/xenbus/
Dxenbus_client.c759 info, GNTMAP_host_map | GNTMAP_contains_pte, in xenbus_map_ring_pv()
/linux-6.6.21/drivers/xen/
Dgntdev.c305 int flags = map->flags | GNTMAP_application_map | GNTMAP_contains_pte | in find_grant_ptes()