Home
last modified time | relevance | path

Searched refs:write_cr (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c578 SET(write_cr),
730 MAYBE_DISABLE_HOOK(write_cr); in disable_hooks()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h369 int (*write_cr)( member
A Dx86_emulate.c5189 fail_if(ops->write_cr == NULL); in x86_emulate()
5200 if ( (rc = ops->write_cr(0, cr0, ctxt)) ) in x86_emulate()
5385 fail_if((ops->read_cr == NULL) || (ops->write_cr == NULL)); in x86_emulate()
5387 (rc = ops->write_cr(0, dst.val & ~X86_CR0_TS, ctxt)) != X86EMUL_OKAY ) in x86_emulate()
5565 typeof(ops->write_cr) write = (b & 1) ? ops->write_dr in x86_emulate()
5566 : ops->write_cr; in x86_emulate()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c744 static int write_cr(unsigned int reg, unsigned long val, in write_cr() function
1313 .write_cr = write_cr,
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c2062 .write_cr = hvmemul_write_cr,
2087 .write_cr = hvmemul_write_cr,

Completed in 25 milliseconds