Searched refs:write_cr (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 578 SET(write_cr), 730 MAYBE_DISABLE_HOOK(write_cr); in disable_hooks()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 369 int (*write_cr)( member
|
A D | x86_emulate.c | 5189 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 D | emul-priv-op.c | 744 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 D | emulate.c | 2062 .write_cr = hvmemul_write_cr, 2087 .write_cr = hvmemul_write_cr,
|
Completed in 25 milliseconds