Symbol: multicall_space
arch/x86/xen/enlighten_pv.c
1010
struct multicall_space mcs;
arch/x86/xen/enlighten_pv.c
1068
struct multicall_space mcs;
arch/x86/xen/enlighten_pv.c
536
struct multicall_space mcs = xen_mc_entry(sizeof(*op));
arch/x86/xen/enlighten_pv.c
622
struct multicall_space mc;
arch/x86/xen/mmu_pv.c
1294
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
1312
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
1336
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
1570
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
1583
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
2242
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
2276
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
238
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
2431
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
256
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
749
struct multicall_space mcs = __xen_mc_entry(0);
arch/x86/xen/mmu_pv.c
880
struct multicall_space mcs;
arch/x86/xen/multicalls.c
219
struct multicall_space __xen_mc_entry(size_t args)
arch/x86/xen/multicalls.c
222
struct multicall_space ret;
arch/x86/xen/multicalls.c
254
struct multicall_space xen_mc_extend_args(unsigned long op, size_t size)
arch/x86/xen/multicalls.c
257
struct multicall_space ret = { NULL, NULL };
arch/x86/xen/xen-ops.h
211
struct multicall_space __xen_mc_entry(size_t args);
arch/x86/xen/xen-ops.h
227
static inline struct multicall_space xen_mc_entry(size_t args)
arch/x86/xen/xen-ops.h
261
struct multicall_space xen_mc_extend_args(unsigned long op, size_t arg_size);