Searched refs:mcs (Results 1 – 2 of 2) sorted by relevance
/arch/x86/xen/ |
D | mmu_pv.c | 174 struct multicall_space mcs; in xen_extend_mmu_update() local 177 mcs = xen_mc_extend_args(__HYPERVISOR_mmu_update, sizeof(*u)); in xen_extend_mmu_update() 179 if (mcs.mc != NULL) { in xen_extend_mmu_update() 180 mcs.mc->args[1]++; in xen_extend_mmu_update() 182 mcs = __xen_mc_entry(sizeof(*u)); in xen_extend_mmu_update() 183 MULTI_mmu_update(mcs.mc, mcs.args, 1, NULL, DOMID_SELF); in xen_extend_mmu_update() 186 u = mcs.args; in xen_extend_mmu_update() 192 struct multicall_space mcs; in xen_extend_mmuext_op() local 195 mcs = xen_mc_extend_args(__HYPERVISOR_mmuext_op, sizeof(*u)); in xen_extend_mmuext_op() 197 if (mcs.mc != NULL) { in xen_extend_mmuext_op() [all …]
|
D | enlighten_pv.c | 395 struct multicall_space mcs = xen_mc_entry(sizeof(*op)); in xen_set_ldt() local 399 op = mcs.args; in xen_set_ldt() 404 MULTI_mmuext_op(mcs.mc, op, 1, NULL, DOMID_SELF); in xen_set_ldt() 836 struct multicall_space mcs; in xen_load_sp0() local 838 mcs = xen_mc_entry(0); in xen_load_sp0() 839 MULTI_stack_switch(mcs.mc, __KERNEL_DS, sp0); in xen_load_sp0() 894 struct multicall_space mcs; in xen_write_cr0() local 900 mcs = xen_mc_entry(0); in xen_write_cr0() 902 MULTI_fpu_taskswitch(mcs.mc, (cr0 & X86_CR0_TS) != 0); in xen_write_cr0()
|