Lines Matching refs:q
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() argument
423 return __get_gfn_type_access(p2m, gfn, t, a, q, page_order, true); in get_gfn_type_access()
428 struct domain *d, unsigned long gfn, p2m_type_t *t, p2m_query_t q) in get_gfn_type() argument
431 return get_gfn_type_access(p2m_get_hostp2m(d), gfn, t, &a, q, NULL); 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() argument
485 return p2m_get_page_from_gfn(p2m_get_hostp2m(d), _gfn(gfn), t, NULL, q); in get_page_from_gfn()
517 p2m_query_t q, struct two_gfns *rval) in get_two_gfns() argument
547 rval->first_gfn, first_t, first_a, q, NULL); in get_two_gfns()
549 rval->second_gfn, second_t, second_a, q, NULL); in get_two_gfns()
699 p2m_type_t *p2mt, p2m_query_t q, uint32_t *pfec);