Home
last modified time | relevance | path

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

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