Lines Matching refs:domain
51 int shadow_domain_init(struct domain *d, unsigned int domcr_flags);
60 int shadow_enable(struct domain *d, u32 mode);
63 int shadow_track_dirty_vram(struct domain *d,
71 int shadow_domctl(struct domain *d,
76 void shadow_teardown(struct domain *d, bool *preempted);
79 void shadow_final_teardown(struct domain *d);
81 void sh_remove_shadows(struct domain *d, mfn_t gmfn, int fast, int all);
84 void shadow_blow_tables_per_domain(struct domain *d);
90 int shadow_set_allocation(struct domain *d, unsigned int pages,
104 static inline void sh_remove_shadows(struct domain *d, mfn_t gmfn, in sh_remove_shadows()
107 static inline void shadow_blow_tables_per_domain(struct domain *d) {} in shadow_blow_tables_per_domain()
109 static inline int shadow_domctl(struct domain *d, in shadow_domctl()
119 static inline void shadow_remove_all_shadows(struct domain *d, mfn_t gmfn) in shadow_remove_all_shadows()