Lines Matching defs:mcs

174 	struct multicall_space mcs;
177 mcs = xen_mc_extend_args(__HYPERVISOR_mmu_update, sizeof(*u));
179 if (mcs.mc != NULL) {
180 mcs.mc->args[1]++;
182 mcs = __xen_mc_entry(sizeof(*u));
183 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, DOMID_SELF);
186 u = mcs.args;
192 struct multicall_space mcs;
195 mcs = xen_mc_extend_args(__HYPERVISOR_mmuext_op, sizeof(*u));
197 if (mcs.mc != NULL) {
198 mcs.mc->args[1]++;
200 mcs = __xen_mc_entry(sizeof(*u));
201 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF);
204 u = mcs.args;
681 struct multicall_space mcs = __xen_mc_entry(0);
708 MULTI_update_va_mapping(mcs.mc, (unsigned long)pt,
805 struct multicall_space mcs;
821 mcs = __xen_mc_entry(0);
823 MULTI_update_va_mapping(mcs.mc, (unsigned long)pt,
1215 struct multicall_space mcs;
1219 mcs = xen_mc_entry(sizeof(*op));
1221 op = mcs.args;
1223 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF);
1233 struct multicall_space mcs;
1239 mcs = xen_mc_entry(sizeof(*op));
1240 op = mcs.args;
1243 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF);
1257 struct multicall_space mcs;
1266 mcs = xen_mc_entry(mc_entry_size);
1267 args = mcs.args;
1281 MULTI_mmuext_op(mcs.mc, &args->op, 1, NULL, DOMID_SELF);
1489 struct multicall_space mcs;
1492 mcs = __xen_mc_entry(sizeof(*op));
1493 op = mcs.args;
1497 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF);
1502 struct multicall_space mcs;
1505 mcs = __xen_mc_entry(0);
1506 MULTI_update_va_mapping(mcs.mc, (unsigned long)addr,
2162 struct multicall_space mcs;
2166 mcs = __xen_mc_entry(0);
2171 MULTI_update_va_mapping(mcs.mc, vaddr, VOID_PTE, 0);
2196 struct multicall_space mcs;
2199 mcs = __xen_mc_entry(0);
2214 MULTI_update_va_mapping(mcs.mc, vaddr,
2348 struct multicall_space mcs;
2352 mcs = xen_mc_entry(sizeof(*op));
2354 op = mcs.args;
2356 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF);