Searched refs:p2m_query_t (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | p2m.h | 78 typedef unsigned int p2m_query_t; typedef 247 p2m_query_t q, 410 p2m_access_t *a, p2m_query_t q, unsigned int *page_order, bool_t locked); 421 p2m_access_t *a, p2m_query_t q, unsigned int *page_order) in get_gfn_type_access() 428 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_gfn_type() 477 p2m_query_t q); 480 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_page_from_gfn() 517 p2m_query_t q, struct two_gfns *rval) in get_two_gfns() 699 p2m_type_t *p2mt, p2m_query_t q, uint32_t *pfec);
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | p2m.h | 270 typedef unsigned int p2m_query_t; typedef 275 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_page_from_gfn()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | guest_walk.c | 97 p2m_query_t qt = P2M_ALLOC | P2M_UNSHARE; in guest_walk_tables()
|
A D | p2m.c | 420 p2m_type_t *t, p2m_access_t *a, p2m_query_t q, in __get_gfn_type_access() 479 p2m_type_t *t, p2m_access_t *a, p2m_query_t q) in p2m_get_page_from_gfn() 2025 p2m_type_t *p2mt, p2m_query_t q, uint32_t *pfec) in map_domain_gfn()
|
A D | p2m-pt.c | 736 p2m_type_t *t, p2m_access_t *a, p2m_query_t q, in p2m_pt_get_entry()
|
A D | p2m-ept.c | 915 p2m_query_t q, unsigned int *page_order, in ept_get_entry()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 1920 p2m_query_t q = l1e_get_flags(nl1e) & _PAGE_RW ? in mod_l1_entry()
|
Completed in 25 milliseconds