Searched refs:x86_emulate (Results 1 – 13 of 13) sorted by relevance
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | Makefile | 14 x86_emulate: target 17 x86_emulate/%: x86_emulate ; 32 x86_emulate.h := x86-emulate.h x86_emulate/x86_emulate.h $(x86.h) 35 x86-emulate.o x86-emulate-cov.o: x86_emulate/x86_emulate.c $(x86_emulate.h) 37 fuzz-emul.o fuzz-emulate-cov.o cpuid.o wrappers.o: $(x86_emulate.h) 54 rm -f x86_emulate x86-emulate.c x86-emulate.h
|
A D | fuzz-emul.c | 936 rc = x86_emulate(&ctxt, &state.ops); in LLVMFuzzerTestOneInput()
|
/xen/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 915 rc = x86_emulate(&ctxt, &emulops); in main() 929 rc = x86_emulate(&ctxt, &emulops); in main() 948 rc = x86_emulate(&ctxt, &emulops); in main() 962 rc = x86_emulate(&ctxt, &emulops); in main() 977 rc = x86_emulate(&ctxt, &emulops); in main() 993 rc = x86_emulate(&ctxt, &emulops); in main() 1009 rc = x86_emulate(&ctxt, &emulops); in main() 1024 rc = x86_emulate(&ctxt, &emulops); in main() 1041 rc = x86_emulate(&ctxt, &emulops); in main() 1056 rc = x86_emulate(&ctxt, &emulops); in main() [all …]
|
A D | Makefile | 258 rm -rf $(TARGET) *.o *~ core *.bin x86_emulate 277 x86_emulate: target 280 x86_emulate/%: x86_emulate ; 290 x86_emulate.h := x86-emulate.h x86_emulate/x86_emulate.h $(x86.h) 292 …ulate.o cpuid.o test_x86_emulator.o evex-disp8.o predicates.o wrappers.o: %.o: %.c $(x86_emulate.h) 295 x86-emulate.o: x86_emulate/x86_emulate.c
|
A D | evex-disp8.c | 808 rc = x86_emulate(ctxt, &emulops); in test_one() 857 rc = x86_emulate(ctxt, &emulops); in test_one()
|
/xen/xen/arch/x86/ |
A D | Makefile | 69 obj-y += x86_emulate.o 77 x86_emulate.o: CFLAGS-y += -Wno-unused-label 79 x86_emulate.o: x86_emulate/x86_emulate.c x86_emulate/x86_emulate.h
|
/xen/xen/arch/x86/pv/ |
A D | ro-page-fault.c | 285 rc = x86_emulate(ctxt, &ptwr_emulate_ops); in ptwr_do_page_fault() 331 return x86_emulate(ctxt, &mmcfg_intercept_ops); in mmio_ro_do_page_fault() 333 return x86_emulate(ctxt, &mmio_ro_emulate_ops); in mmio_ro_do_page_fault()
|
A D | emul-priv-op.c | 1273 rc = x86_emulate(&ctxt.ctxt, &priv_op_ops); in pv_emulate_privileged_op()
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 694 x86_emulate( 706 #define x86_emulate x86_emulate_wrapper macro
|
A D | x86_emulate.c | 3681 #undef x86_emulate 3684 x86_emulate( in x86_emulate() function 12102 rc = x86_emulate(ctxt, ops); in x86_emulate_wrapper()
|
/xen/ |
A D | .gitignore | 165 tools/fuzz/x86_instruction_emulator/x86_emulate 233 tools/tests/x86_emulator/32/x86_emulate 241 tools/tests/x86_emulator/x86_emulate
|
/xen/xen/arch/x86/mm/shadow/ |
A D | multi.c | 3353 r = x86_emulate(&emul_ctxt.ctxt, emul_ops); in sh_page_fault() 3444 r = x86_emulate(&emul_ctxt.ctxt, emul_ops); in sh_page_fault()
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 2648 rc = x86_emulate(&hvmemul_ctxt->ctxt, ops); in _hvm_emulate_one()
|
Completed in 54 milliseconds