Searched refs:multicall_space (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/xen/
H A Dmulticalls.h10 struct multicall_space struct
17 struct multicall_space __xen_mc_entry(size_t args);
33 static inline struct multicall_space xen_mc_entry(size_t args)
63 * The returned multicall_space will return with mc pointing to the
67 struct multicall_space xen_mc_extend_args(unsigned long op, size_t arg_size);
H A Dmulticalls.c138 struct multicall_space __xen_mc_entry(size_t args)
141 struct multicall_space ret;
169 struct multicall_space xen_mc_extend_args(unsigned long op, size_t size)
172 struct multicall_space ret = { NULL, NULL };
H A Dmmu_pv.c192 struct multicall_space mcs;
210 struct multicall_space mcs;
701 struct multicall_space mcs = __xen_mc_entry(0);
827 struct multicall_space mcs;
1238 struct multicall_space mcs;
1256 struct multicall_space mcs;
1280 struct multicall_space mcs;
1514 struct multicall_space mcs;
1527 struct multicall_space mcs;
2215 struct multicall_space mc
[all...]
H A Denlighten_pv.c493 struct multicall_space mcs = xen_mc_entry(sizeof(*op));
579 struct multicall_space mc;
937 struct multicall_space mcs;
995 struct multicall_space mcs;

Completed in 114 milliseconds