Searched refs:x86_emulate (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | Makefile | 11 x86_emulate: target 14 x86_emulate/%: x86_emulate ; 31 x86_emulate.h := x86-emulate.h x86_emulate/x86_emulate.h $(x86.h) 34 x86-emulate.o x86-emulate-cov.o: x86_emulate/x86_emulate.c $(x86_emulate.h) 36 fuzz-emul.o fuzz-emulate-cov.o: $(x86_emulate.h) 53 rm -f x86_emulate x86-emulate.c x86-emulate.h asm
|
A D | fuzz-emul.c | 853 rc = x86_emulate(&ctxt, &state.ops); in LLVMFuzzerTestOneInput()
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 342 rc = x86_emulate(&ctxt, &emulops); in main() 356 rc = x86_emulate(&ctxt, &emulops); in main() 375 rc = x86_emulate(&ctxt, &emulops); in main() 389 rc = x86_emulate(&ctxt, &emulops); in main() 404 rc = x86_emulate(&ctxt, &emulops); in main() 420 rc = x86_emulate(&ctxt, &emulops); in main() 436 rc = x86_emulate(&ctxt, &emulops); in main() 453 rc = x86_emulate(&ctxt, &emulops); in main() 470 rc = x86_emulate(&ctxt, &emulops); in main() 487 rc = x86_emulate(&ctxt, &emulops); in main() [all …]
|
A D | Makefile | 85 rm -rf $(TARGET) *.o *~ core $(addsuffix .h,$(TESTCASES)) *.bin x86_emulate asm 93 x86_emulate: target 96 x86_emulate/%: x86_emulate ; 108 x86_emulate.h := x86-emulate.h x86_emulate/x86_emulate.h $(x86.h) 110 x86-emulate.o: x86-emulate.c x86_emulate/x86_emulate.c $(x86_emulate.h) 113 test_x86_emulator.o: test_x86_emulator.c $(addsuffix .h,$(TESTCASES)) $(x86_emulate.h)
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Makefile | 67 obj-y += x86_emulate.o 73 x86_emulate.o: x86_emulate/x86_emulate.c x86_emulate/x86_emulate.h
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | ro-page-fault.c | 274 rc = x86_emulate(ctxt, &ptwr_emulate_ops); in ptwr_do_page_fault() 322 return x86_emulate(ctxt, &mmcfg_intercept_ops); in mmio_ro_do_page_fault() 324 return x86_emulate(ctxt, &mmio_ro_emulate_ops); in mmio_ro_do_page_fault()
|
A D | emul-priv-op.c | 1353 rc = x86_emulate(&ctxt.ctxt, &priv_op_ops); in pv_emulate_privileged_op()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 589 x86_emulate( 601 #define x86_emulate x86_emulate_wrapper macro
|
A D | x86_emulate.c | 2981 #undef x86_emulate 2984 x86_emulate( in x86_emulate() function 8066 rc = x86_emulate(ctxt, ops); in x86_emulate_wrapper()
|
/xen-4.10.0-shim-comet/ |
A D | .gitignore | 170 tools/fuzz/x86_instruction_emulator/x86_emulate 244 tools/tests/x86_emulator/x86_emulate
|
A D | .rootkeys | 1375 422f27c8J9DQfCpegccMid59XhSmGA xen/arch/x86/x86_emulate.c 1560 422f27c8RHFkePhD34VIEpMMqofZcA xen/include/asm-x86/x86_emulate.h
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 2112 switch ( rc = x86_emulate(&hvmemul_ctxt->ctxt, ops) ) in _hvm_emulate_one()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 3406 r = x86_emulate(&emul_ctxt.ctxt, emul_ops); in sh_page_fault() 3498 r = x86_emulate(&emul_ctxt.ctxt, emul_ops); in sh_page_fault()
|
Completed in 46 milliseconds