Searched refs:p2m_query_t (Results 1 – 8 of 8) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | p2m.h | 77 typedef unsigned int p2m_query_t; typedef 251 p2m_query_t q, 423 p2m_access_t *a, p2m_query_t q, unsigned int *page_order, bool_t locked); 434 p2m_access_t *a, p2m_query_t q, unsigned int *page_order) in get_gfn_type_access() 441 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_gfn_type() 487 p2m_query_t q); 490 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_page_from_gfn() 538 p2m_query_t q, struct two_gfns *rval, bool lock) in get_two_gfns() 759 p2m_query_t q, uint32_t *pfec);
|
/xen/xen/include/asm-arm/ |
A D | p2m.h | 310 typedef unsigned int p2m_query_t; typedef 318 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_page_from_gfn()
|
/xen/xen/arch/x86/mm/ |
A D | guest_walk.c | 102 p2m_query_t qt = P2M_ALLOC | P2M_UNSHARE; in guest_walk_tables()
|
A D | p2m.c | 487 p2m_type_t *t, p2m_access_t *a, p2m_query_t q, in __get_gfn_type_access() 554 p2m_type_t *t, p2m_access_t *a, p2m_query_t q) in p2m_get_page_from_gfn() 1820 p2m_query_t q, uint32_t *pfec) in map_domain_gfn()
|
A D | p2m-pt.c | 701 p2m_type_t *t, p2m_access_t *a, p2m_query_t q, in p2m_pt_get_entry()
|
A D | p2m-ept.c | 878 p2m_query_t q, unsigned int *page_order, in ept_get_entry()
|
/xen/xen/common/ |
A D | memory.c | 1699 p2m_query_t q = readonly ? P2M_ALLOC : P2M_UNSHARE; in check_get_page_from_gfn()
|
/xen/xen/arch/x86/ |
A D | mm.c | 2173 p2m_query_t q = l1e_get_flags(nl1e) & _PAGE_RW ? in mod_l1_entry()
|
Completed in 26 milliseconds