|
@@ -47,4 +47,23 @@ unsigned long HYPERVISOR_hvm_op(int op, void *arg);
|
|
|
int HYPERVISOR_memory_op(unsigned int cmd, void *arg);
|
|
|
int HYPERVISOR_physdev_op(int cmd, void *arg);
|
|
|
|
|
|
+static inline void
|
|
|
+MULTI_update_va_mapping(struct multicall_entry *mcl, unsigned long va,
|
|
|
+ unsigned int new_val, unsigned long flags)
|
|
|
+{
|
|
|
+ BUG();
|
|
|
+}
|
|
|
+
|
|
|
+static inline void
|
|
|
+MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req,
|
|
|
+ int count, int *success_count, domid_t domid)
|
|
|
+{
|
|
|
+ BUG();
|
|
|
+}
|
|
|
+
|
|
|
+static inline int
|
|
|
+HYPERVISOR_multicall(void *call_list, int nr_calls)
|
|
|
+{
|
|
|
+ BUG();
|
|
|
+}
|
|
|
#endif /* _ASM_ARM_XEN_HYPERCALL_H */
|