Home
last modified time | relevance | path

Searched refs:fip (Results 1 – 6 of 6) sorted by relevance

/xen/xen/arch/x86/
A Dxstate.c330 uint64_t orig_fip = ptr->fpu_sse.fip.addr; in xsave()
333 ptr->fpu_sse.fip.addr = bad_fip; in xsave()
338 if ( ptr->fpu_sse.fip.addr == bad_fip ) in xsave()
340 ptr->fpu_sse.fip.addr = orig_fip; in xsave()
348 if ( !((ptr->fpu_sse.fip.addr | ptr->fpu_sse.fdp.addr) >> 32) ) in xsave()
353 ptr->fpu_sse.fip.sel = fpu_env.fcs; in xsave()
A Di387.c182 !((fpu_ctxt->fip.addr | fpu_ctxt->fdp.addr) >> 32) ) in fpu_fxsave()
187 fpu_ctxt->fip.sel = fpu_env.fcs; in fpu_fxsave()
/xen/xen/include/asm-x86/
A Di387.h23 uint32_t fip; member
A Dxstate.h68 } fip, fdp; member
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c922 uint16_t fip; member
944 uint32_t fip; member
972 } fip, fdp; member
11770 fpstate.env.mode.prot.fip = fip & 0xf; in x86_emul_blk()
11795 fpstate.env.mode.prot.fip = env->mode.prot.fip; in x86_emul_blk()
11810 fpstate.env.mode.prot.fip = fip & 0xf; in x86_emul_blk()
11856 unsigned int fip = fpstate.env.mode.prot.fip + in x86_emul_blk() local
11886 env->mode.prot.fip = fpstate.env.mode.prot.fip; in x86_emul_blk()
11894 unsigned int fip = fpstate.env.mode.prot.fip + in x86_emul_blk() local
11902 .mode.real.fip_lo = fip, in x86_emul_blk()
[all …]
/xen/xen/arch/x86/hvm/
A Demulate.c2432 fpu_ctxt->fip.addr = aux->ip; in hvmemul_put_fpu()
2439 fpu_ctxt->fip.offs = aux->ip; in hvmemul_put_fpu()
2440 fpu_ctxt->fip.sel = aux->cs; in hvmemul_put_fpu()
2450 fpu_ctxt->fip.addr = aux->ip | (aux->cs << 4); in hvmemul_put_fpu()

Completed in 28 milliseconds