Home
last modified time | relevance | path

Searched refs:x86_emulate (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/
A DMakefile11 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 Dfuzz-emul.c853 rc = x86_emulate(&ctxt, &state.ops); in LLVMFuzzerTestOneInput()
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dtest_x86_emulator.c342 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 DMakefile85 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 DMakefile67 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 Dro-page-fault.c274 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 Demul-priv-op.c1353 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 Dx86_emulate.h589 x86_emulate(
601 #define x86_emulate x86_emulate_wrapper macro
A Dx86_emulate.c2981 #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.gitignore170 tools/fuzz/x86_instruction_emulator/x86_emulate
244 tools/tests/x86_emulator/x86_emulate
A D.rootkeys1375 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 Demulate.c2112 switch ( rc = x86_emulate(&hvmemul_ctxt->ctxt, ops) ) in _hvm_emulate_one()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c3406 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