multicall_space   306 arch/x86/xen/enlighten.c 	struct multicall_space mcs = xen_mc_entry(sizeof(*op));
multicall_space   325 arch/x86/xen/enlighten.c 	struct multicall_space mcs;
multicall_space   351 arch/x86/xen/enlighten.c 	struct multicall_space mc = __xen_mc_entry(0);
multicall_space   538 arch/x86/xen/enlighten.c 	struct multicall_space mcs = xen_mc_entry(0);
multicall_space   603 arch/x86/xen/enlighten.c 	struct multicall_space mcs;
multicall_space   621 arch/x86/xen/enlighten.c 	struct multicall_space mcs;
multicall_space   644 arch/x86/xen/enlighten.c 	struct multicall_space mcs;
multicall_space   680 arch/x86/xen/enlighten.c 	struct multicall_space mcs;
multicall_space   691 arch/x86/xen/enlighten.c 	struct multicall_space mcs;
multicall_space   738 arch/x86/xen/enlighten.c 	struct multicall_space mcs;
multicall_space   297 arch/x86/xen/mmu.c 	struct multicall_space mcs;
multicall_space   382 arch/x86/xen/mmu.c 			struct multicall_space mcs;
multicall_space   769 arch/x86/xen/mmu.c 	struct multicall_space mcs;
multicall_space   793 arch/x86/xen/mmu.c 		struct multicall_space mcs = __xen_mc_entry(0);
multicall_space   932 arch/x86/xen/mmu.c 		struct multicall_space mcs;
multicall_space   183 arch/x86/xen/multicalls.c struct multicall_space __xen_mc_entry(size_t args)
multicall_space   186 arch/x86/xen/multicalls.c 	struct multicall_space ret;
multicall_space   208 arch/x86/xen/multicalls.c struct multicall_space xen_mc_extend_args(unsigned long op, size_t size)
multicall_space   211 arch/x86/xen/multicalls.c 	struct multicall_space ret = { NULL, NULL };
multicall_space    14 arch/x86/xen/multicalls.h struct multicall_space __xen_mc_entry(size_t args);
multicall_space    26 arch/x86/xen/multicalls.h static inline struct multicall_space xen_mc_entry(size_t args)
multicall_space    58 arch/x86/xen/multicalls.h struct multicall_space xen_mc_extend_args(unsigned long op, size_t arg_size);