Symbol: multicall_space
arch/x86/xen/enlighten_pv.c
1004
struct multicall_space mcs;
arch/x86/xen/enlighten_pv.c
1058
struct multicall_space mcs;
arch/x86/xen/enlighten_pv.c
530
struct multicall_space mcs = xen_mc_entry(sizeof(*op));
arch/x86/xen/enlighten_pv.c
616
struct multicall_space mc;
arch/x86/xen/mmu_pv.c
1302
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
1320
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
1344
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
1578
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
1591
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
2232
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
2266
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
2422
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
246
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
264
struct multicall_space mcs;
arch/x86/xen/mmu_pv.c
757
struct multicall_space mcs = __xen_mc_entry(0);
arch/x86/xen/mmu_pv.c
888
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
105
static inline struct multicall_space xen_mc_entry(size_t args)
arch/x86/xen/xen-ops.h
141
struct multicall_space xen_mc_extend_args(unsigned long op, size_t arg_size);
arch/x86/xen/xen-ops.h
89
struct multicall_space __xen_mc_entry(size_t args);