Searched refs:read_cr (Results 1 – 6 of 6) sorted by relevance
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 1434 fail_if(!ops->read_cr); in _get_fpu() 1447 rc = ops->read_cr(0, &cr0, ctxt); in _get_fpu() 1908 if ( ops->read_cr == NULL ) in in_realmode() 1911 rc = ops->read_cr(0, &cr0, ctxt); in in_realmode() 2487 ops->read_cr && ops->read_cr(4, &cr4, ctxt) == X86EMUL_OKAY && in umip_active() 5940 fail_if(ops->read_cr == NULL); in x86_emulate() 5946 fail_if(ops->read_cr == NULL); in x86_emulate() 6606 typeof(ops->read_cr) read = (b & 1) ? ops->read_dr : ops->read_cr; in x86_emulate() 8199 if ( !ops->read_cr || in x86_emulate() 8312 fail_if(!ops->read_cr); in x86_emulate() [all …]
|
A D | x86_emulate.h | 435 int (*read_cr)( member
|
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 629 SET(read_cr), 782 MAYBE_DISABLE_HOOK(read_cr); in disable_hooks()
|
/xen/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 713 static int read_cr(unsigned int reg, unsigned long *val, in read_cr() function 1231 .read_cr = read_cr,
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 2574 .read_cr = hvmemul_read_cr, 2601 .read_cr = hvmemul_read_cr,
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 739 .read_cr = emul_test_read_cr, 5034 emulops.read_cr = read_cr_invpcid; in main() 5038 emulops.read_cr = emul_test_read_cr; in main()
|
Completed in 38 milliseconds