|
@@ -48,6 +48,7 @@ int HYPERVISOR_memory_op(unsigned int cmd, void *arg);
|
|
int HYPERVISOR_physdev_op(int cmd, void *arg);
|
|
int HYPERVISOR_physdev_op(int cmd, void *arg);
|
|
int HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args);
|
|
int HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args);
|
|
int HYPERVISOR_tmem_op(void *arg);
|
|
int HYPERVISOR_tmem_op(void *arg);
|
|
|
|
+int HYPERVISOR_multicall(struct multicall_entry *calls, uint32_t nr);
|
|
|
|
|
|
static inline void
|
|
static inline void
|
|
MULTI_update_va_mapping(struct multicall_entry *mcl, unsigned long va,
|
|
MULTI_update_va_mapping(struct multicall_entry *mcl, unsigned long va,
|
|
@@ -63,9 +64,4 @@ MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req,
|
|
BUG();
|
|
BUG();
|
|
}
|
|
}
|
|
|
|
|
|
-static inline int
|
|
|
|
-HYPERVISOR_multicall(void *call_list, int nr_calls)
|
|
|
|
-{
|
|
|
|
- BUG();
|
|
|
|
-}
|
|
|
|
#endif /* _ASM_ARM_XEN_HYPERCALL_H */
|
|
#endif /* _ASM_ARM_XEN_HYPERCALL_H */
|