Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h162 X86EMUL_FPU_none enumerator
A Dx86_emulate.c1030 ASSERT(type != X86EMUL_FPU_none); in _get_fpu()
1138 ops->put_fpu(ctxt, X86EMUL_FPU_none, &aux); in put_fpu()
1140 else if ( fic->type != X86EMUL_FPU_none && ops->put_fpu ) in put_fpu()
1141 ops->put_fpu(ctxt, X86EMUL_FPU_none, NULL); in put_fpu()
1142 fic->type = X86EMUL_FPU_none; in put_fpu()
3000 struct fpu_insn_ctxt fic = { .type = X86EMUL_FPU_none, .exn_raised = -1 }; in x86_emulate()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c1933 ASSERT(backout == X86EMUL_FPU_none); in hvmemul_put_fpu()

Completed in 21 milliseconds