| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/ |
| H A D | Makefile.am | 12 x86emu.h 19 x86emu/debug.h \ 20 x86emu/decode.h \ 21 x86emu/fpu.h \ 22 x86emu/fpu_regs.h \ 23 x86emu/ops.h \ 24 x86emu/prim_asm.h \ 25 x86emu/prim_ops.h \ 26 x86emu/prim_x86_gcc.h \ 27 x86emu/regs.h \ [all …]
|
| H A D | Makefile.in | 91 subdir = hw/xfree86/x86emu 554 x86emu.h 559 x86emu/debug.h \ 560 x86emu/decode.h \ 561 x86emu/fpu.h \ 562 x86emu/fpu_regs.h \ 563 x86emu/ops.h \ 564 x86emu/prim_asm.h \ 565 x86emu/prim_ops.h \ 566 x86emu/prim_x86_gcc.h \ [all …]
|
| H A D | meson.build | 11 xorg_x86emu = static_library('x86emu', build
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | ar-from-env.patch | 7 …/sysroots/qemux86-64 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Llibs/x86emu v86_x86emu.o v86_m… 8 libs/x86emu/libx86emu.a: could not read symbols: Archive has no index; run ranlib to add one 16 libs/x86emu/Makefile | 6 +++++- 19 --- a/libs/x86emu/Makefile 20 +++ b/libs/x86emu/Makefile
|
| H A D | Update-x86emu-from-X.org.patch | 4 Subject: [PATCH 2/2] Update x86emu from X.org 6 This commit updates the x86emu copy from X.org tarball 18 libs/x86emu/LICENSE | 17 - 19 libs/x86emu/debug.c | 509 +++--- 20 libs/x86emu/decode.c | 1069 ++++++------ 21 libs/x86emu/fpu.c | 463 +++--- 22 libs/x86emu/ops.c | 2940 +++++++++++++++++++-------------- 23 libs/x86emu/ops2.c | 1929 +++++++++++----------- 24 libs/x86emu/prim_ops.c | 3219 +++++++++++++++++++------------------ 25 libs/x86emu/sys.c | 583 +++---- [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | meson.build | 20 if int10 == 'x86emu' 24 'x86emu.c', 29 # Silence some useless warnings from x86emu 50 include_directories('../x86emu')
|
| H A D | Makefile.am | 33 AM_CPPFLAGS += -I$(srcdir)/../x86emu 38 x86emu.c
|
| H A D | Makefile.in | 92 @INT10_X86EMU_TRUE@am__append_1 = -I$(srcdir)/../x86emu 149 generic.c x86emu.c 155 @INT10_STUB_FALSE@@INT10_VM86_FALSE@@INT10_X86EMU_TRUE@ x86emu.lo 186 ./$(DEPDIR)/stub.Plo ./$(DEPDIR)/x86emu.Plo \ 624 @INT10_X86EMU_TRUE@ x86emu.c 711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x86emu.Plo@am__quote@ # am--include-marker 918 -rm -f ./$(DEPDIR)/x86emu.Plo 973 -rm -f ./$(DEPDIR)/x86emu.Plo
|
| H A D | INT10.HOWTO | 75 new platforms. Currently an interface to the x86emu real mode 328 vm86-mode under Linux and x86emu. They may be activated by defining
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/ |
| H A D | v86d_0.1.10.bb | 14 file://Update-x86emu-from-X.org.patch \ 26 TARGET_ARCH="${TARGET_ARCH}" ./configure --with-x86emu
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | Makefile.am | 41 SUBDIRS = common ddc x86emu $(INT10_SUBDIR) os-support parser \ subdir 47 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
|
| H A D | meson.build | 122 if int10 == 'x86emu' 123 subdir('x86emu') subdir
|
| H A D | Makefile.in | 617 SUBDIRS = common ddc x86emu $(INT10_SUBDIR) os-support parser \ 623 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/ |
| H A D | Makefile | 5 X86DIR = x86emu
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
| H A D | makefile-add-ldflags.patch | 17 $(MAKE) -C x86emu clean
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libx86-1/ |
| H A D | libx86-1_1.1.bb | 23 export BACKEND = "x86emu"
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | meson_options.txt | 58 option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 'false'], 60 description: 'Xorg int10 backend (default: usually x86emu)')
|
| H A D | Makefile.am | 186 hw/xfree86/x86emu/meson.build \
|
| H A D | meson.build | 232 int10 = 'x86emu'
|
| H A D | Makefile.in | 671 hw/xfree86/vgahw/meson.build hw/xfree86/x86emu/meson.build \
|
| H A D | configure.ac | 256 DEFAULT_INT10="x86emu" 389 AC_ARG_WITH(int10, AS_HELP_STRING([--with-int10=BACKEND], [int10 backend: vm86, x86emu or… 2538 hw/xfree86/x86emu/Makefile
|
| H A D | configure | 34184 "hw/xfree86/x86emu/Makefile") CONFIG_FILES="$CONFIG_FILES hw/xfree86/x86emu/Makefile" ;;
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | rules.flags | 20 --with-int10=x86emu \
|
| H A D | changelog | 2606 - Restrict access to I/O ports in range 0-0xFF from x86emu. 3225 * Drop patch 42_build_int10_submodules.diff, and use x86emu on all 3294 module, not the vm86 and x86emu submodules. Thanks to Cédric Augonnet and 3418 and x86emu as two separate submodules, and make the int10 module itself 3419 fall back to loading x86emu if vm86 calls fail.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg.inc | 120 -Dint10=x86emu \
|