Home
last modified time | relevance | path

Searched refs:mcs (Results 1 – 3 of 3) sorted by relevance

/arch/x86/xen/
Dmmu.c198 struct multicall_space mcs; in xen_set_domain_pte() local
203 mcs = xen_mc_entry(sizeof(*u)); in xen_set_domain_pte()
204 u = mcs.args; in xen_set_domain_pte()
210 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, domid); in xen_set_domain_pte()
218 struct multicall_space mcs; in xen_extend_mmu_update() local
221 mcs = xen_mc_extend_args(__HYPERVISOR_mmu_update, sizeof(*u)); in xen_extend_mmu_update()
223 if (mcs.mc != NULL) { in xen_extend_mmu_update()
224 mcs.mc->args[1]++; in xen_extend_mmu_update()
226 mcs = __xen_mc_entry(sizeof(*u)); in xen_extend_mmu_update()
227 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmu_update()
[all …]
Denlighten.c527 struct multicall_space mcs = xen_mc_entry(sizeof(*op)); in xen_set_ldt() local
531 op = mcs.args; in xen_set_ldt()
536 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_set_ldt()
904 struct multicall_space mcs; in xen_load_sp0() local
906 mcs = xen_mc_entry(0); in xen_load_sp0()
907 MULTI_stack_switch(mcs.mc, __KERNEL_DS, thread->sp0); in xen_load_sp0()
1012 struct multicall_space mcs; in xen_clts() local
1014 mcs = xen_mc_entry(0); in xen_clts()
1016 MULTI_fpu_taskswitch(mcs.mc, 0); in xen_clts()
1037 struct multicall_space mcs; in xen_write_cr0() local
[all …]
Dp2m.c901 struct multicall_space mcs = in m2p_add_override() local
904 MULTI_grant_table_op(mcs.mc, in m2p_add_override()
969 struct multicall_space mcs; in m2p_remove_override() local
992 mcs = xen_mc_entry( in m2p_remove_override()
994 unmap_op = mcs.args; in m2p_remove_override()
999 MULTI_grant_table_op(mcs.mc, in m2p_remove_override()