Searched refs:read_xcr (Results 1 – 5 of 5) sorted by relevance
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 631 SET(read_xcr), 784 MAYBE_DISABLE_HOOK(read_xcr); in disable_hooks()
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 471 int (*read_xcr)( member
|
A D | x86_emulate.c | 1398 if ( type < X86EMUL_FPU_ymm || !ops->read_xcr || in _get_fpu() 1399 ops->read_xcr(0, &xcr0, ctxt) != X86EMUL_OKAY ) in _get_fpu() 2500 if ( !ops->read_xcr || ops->read_xcr(0, &xcr0, ctxt) != X86EMUL_OKAY || in adjust_bnd() 5721 if ( !ops->read_cr || !ops->read_xcr || in x86_emulate() 5725 rc = ops->read_xcr(_regs.ecx, &msr_val, ctxt); in x86_emulate()
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 2576 .read_xcr = hvmemul_read_xcr, 2603 .read_xcr = hvmemul_read_xcr,
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 740 .read_xcr = emul_test_read_xcr,
|
Completed in 40 milliseconds