Home
last modified time | relevance | path

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

/xen/tools/fuzz/x86_instruction_emulator/
A DMakefile14 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 Dfuzz-emul.c936 rc = x86_emulate(&ctxt, &state.ops); in LLVMFuzzerTestOneInput()
/xen/tools/tests/x86_emulator/
A Dtest_x86_emulator.c915 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 DMakefile258 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 Devex-disp8.c808 rc = x86_emulate(ctxt, &emulops); in test_one()
857 rc = x86_emulate(ctxt, &emulops); in test_one()
/xen/xen/arch/x86/
A DMakefile69 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 Dro-page-fault.c285 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 Demul-priv-op.c1273 rc = x86_emulate(&ctxt.ctxt, &priv_op_ops); in pv_emulate_privileged_op()
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.h694 x86_emulate(
706 #define x86_emulate x86_emulate_wrapper macro
A Dx86_emulate.c3681 #undef x86_emulate
3684 x86_emulate( in x86_emulate() function
12102 rc = x86_emulate(ctxt, ops); in x86_emulate_wrapper()
/xen/
A D.gitignore165 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 Dmulti.c3353 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 Demulate.c2648 rc = x86_emulate(&hvmemul_ctxt->ctxt, ops); in _hvm_emulate_one()

Completed in 54 milliseconds