Lines Matching refs:mcs

192 	struct multicall_space mcs;
195 mcs = xen_mc_extend_args(__HYPERVISOR_mmu_update, sizeof(*u));
197 if (mcs.mc != NULL) {
198 mcs.mc->args[1]++;
200 mcs = __xen_mc_entry(sizeof(*u));
201 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, DOMID_SELF);
204 u = mcs.args;
210 struct multicall_space mcs;
213 mcs = xen_mc_extend_args(__HYPERVISOR_mmuext_op, sizeof(*u));
215 if (mcs.mc != NULL) {
216 mcs.mc->args[1]++;
218 mcs = __xen_mc_entry(sizeof(*u));
219 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF);
222 u = mcs.args;
701 struct multicall_space mcs = __xen_mc_entry(0);
728 MULTI_update_va_mapping(mcs.mc, (unsigned long)pt,
827 struct multicall_space mcs;
843 mcs = __xen_mc_entry(0);
845 MULTI_update_va_mapping(mcs.mc, (unsigned long)pt,
1238 struct multicall_space mcs;
1242 mcs = xen_mc_entry(sizeof(*op));
1244 op = mcs.args;
1246 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF);
1256 struct multicall_space mcs;
1262 mcs = xen_mc_entry(sizeof(*op));
1263 op = mcs.args;
1266 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF);
1280 struct multicall_space mcs;
1289 mcs = xen_mc_entry(mc_entry_size);
1290 args = mcs.args;
1303 MULTI_mmuext_op(mcs.mc, &args->op, 1, NULL, DOMID_SELF);
1514 struct multicall_space mcs;
1517 mcs = __xen_mc_entry(sizeof(*op));
1518 op = mcs.args;
1522 MULTI_mmuext_op(mcs.mc, mcs.args, 1, NULL, DOMID_SELF);
1527 struct multicall_space mcs;
1530 mcs = __xen_mc_entry(0);
1531 MULTI_update_va_mapping(mcs.mc, (unsigned long)addr,
2215 struct multicall_space mcs;
2219 mcs = __xen_mc_entry(0);
2224 MULTI_update_va_mapping(mcs.mc, vaddr, VOID_PTE, 0);
2249 struct multicall_space mcs;
2252 mcs = __xen_mc_entry(0);
2267 MULTI_update_va_mapping(mcs.mc, vaddr,
2395 struct multicall_space mcs;
2399 mcs = xen_mc_entry(sizeof(*op));
2401 op = mcs.args;
2403 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF);