Lines Matching refs:mcs
575 struct multicall_space mcs = xen_mc_entry(sizeof(*op)); in xen_set_ldt() local
579 op = mcs.args; in xen_set_ldt()
584 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_set_ldt()
956 struct multicall_space mcs; in xen_load_sp0() local
958 mcs = xen_mc_entry(0); in xen_load_sp0()
959 MULTI_stack_switch(mcs.mc, __KERNEL_DS, thread->sp0); in xen_load_sp0()
979 struct multicall_space mcs; in xen_clts() local
981 mcs = xen_mc_entry(0); in xen_clts()
983 MULTI_fpu_taskswitch(mcs.mc, 0); in xen_clts()
1004 struct multicall_space mcs; in xen_write_cr0() local
1010 mcs = xen_mc_entry(0); in xen_write_cr0()
1012 MULTI_fpu_taskswitch(mcs.mc, (cr0 & X86_CR0_TS) != 0); in xen_write_cr0()