Lines Matching refs:mcs
573 struct multicall_space mcs = xen_mc_entry(sizeof(*op)); in xen_set_ldt() local
577 op = mcs.args; in xen_set_ldt()
582 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_set_ldt()
954 struct multicall_space mcs; in xen_load_sp0() local
956 mcs = xen_mc_entry(0); in xen_load_sp0()
957 MULTI_stack_switch(mcs.mc, __KERNEL_DS, thread->sp0); in xen_load_sp0()
977 struct multicall_space mcs; in xen_clts() local
979 mcs = xen_mc_entry(0); in xen_clts()
981 MULTI_fpu_taskswitch(mcs.mc, 0); in xen_clts()
1002 struct multicall_space mcs; in xen_write_cr0() local
1008 mcs = xen_mc_entry(0); in xen_write_cr0()
1010 MULTI_fpu_taskswitch(mcs.mc, (cr0 & X86_CR0_TS) != 0); in xen_write_cr0()