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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmulticalls.h7 struct multicall_space struct
14 struct multicall_space __xen_mc_entry(size_t args);
28 static inline struct multicall_space xen_mc_entry(size_t args)
56 * The returned multicall_space will return with mc pointing to the
60 struct multicall_space xen_mc_extend_args(unsigned long op, size_t arg_size);
H A Dmulticalls.c185 struct multicall_space __xen_mc_entry(size_t args)
188 struct multicall_space ret;
213 struct multicall_space xen_mc_extend_args(unsigned long op, size_t size)
216 struct multicall_space ret = { NULL, NULL };
H A Dmmu.c400 struct multicall_space mcs;
417 struct multicall_space mcs;
503 struct multicall_space mcs;
946 struct multicall_space mcs;
970 struct multicall_space mcs = __xen_mc_entry(0);
1112 struct multicall_space mcs;
1339 struct multicall_space mcs;
1357 struct multicall_space mcs;
1379 struct multicall_space mcs;
1417 struct multicall_space mc
[all...]
H A Denlighten.c348 struct multicall_space mcs = xen_mc_entry(sizeof(*op));
449 struct multicall_space mc = __xen_mc_entry(0);
675 struct multicall_space mcs = xen_mc_entry(0);
740 struct multicall_space mcs;
765 struct multicall_space mcs;

Completed in 60 milliseconds