Lines Matching refs:d1

160 static XSM_INLINE int xsm_grant_mapref(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2,  in xsm_grant_mapref()  argument
164 return xsm_default_action(action, d1, d2); in xsm_grant_mapref()
167 static XSM_INLINE int xsm_grant_unmapref(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_grant_unmapref() argument
170 return xsm_default_action(action, d1, d2); in xsm_grant_unmapref()
173 static XSM_INLINE int xsm_grant_setup(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_grant_setup() argument
176 return xsm_default_action(action, d1, d2); in xsm_grant_setup()
179 static XSM_INLINE int xsm_grant_transfer(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_grant_transfer() argument
182 return xsm_default_action(action, d1, d2); in xsm_grant_transfer()
185 static XSM_INLINE int xsm_grant_copy(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_grant_copy() argument
188 return xsm_default_action(action, d1, d2); in xsm_grant_copy()
191 static XSM_INLINE int xsm_grant_query_size(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_grant_query_size() argument
194 return xsm_default_action(action, d1, d2); in xsm_grant_query_size()
203 static XSM_INLINE int xsm_memory_adjust_reservation(XSM_DEFAULT_ARG struct domain *d1, in xsm_memory_adjust_reservation() argument
207 return xsm_default_action(action, d1, d2); in xsm_memory_adjust_reservation()
210 static XSM_INLINE int xsm_memory_stat_reservation(XSM_DEFAULT_ARG struct domain *d1, struct domain … in xsm_memory_stat_reservation() argument
213 return xsm_default_action(action, d1, d2); in xsm_memory_stat_reservation()
238 static XSM_INLINE int xsm_schedop_shutdown(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_schedop_shutdown() argument
241 return xsm_default_action(action, d1, d2); in xsm_schedop_shutdown()
244 static XSM_INLINE int xsm_memory_pin_page(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2, in xsm_memory_pin_page() argument
248 return xsm_default_action(action, d1, d2); in xsm_memory_pin_page()
264 static XSM_INLINE int xsm_evtchn_interdomain(XSM_DEFAULT_ARG struct domain *d1, struct evtchn in xsm_evtchn_interdomain() argument
268 return xsm_default_action(action, d1, d2); in xsm_evtchn_interdomain()
288 static XSM_INLINE int xsm_evtchn_reset(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_evtchn_reset() argument
291 return xsm_default_action(action, d1, d2); in xsm_evtchn_reset()
504 static XSM_INLINE int xsm_add_to_physmap(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_add_to_physmap() argument
507 return xsm_default_action(action, d1, d2); in xsm_add_to_physmap()
510 static XSM_INLINE int xsm_remove_from_physmap(XSM_DEFAULT_ARG struct domain *d1, struct domain *d2) in xsm_remove_from_physmap() argument
513 return xsm_default_action(action, d1, d2); in xsm_remove_from_physmap()