Home
last modified time | relevance | path

Searched refs:int10 (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dmeson.build15 if int10 == 'stub'
20 if int10 == 'x86emu'
37 if int10 == 'vm86'
45 xorg_int10 = shared_module('int10', build
H A DINT10.HOWTO8 int10 BIOS calls. The BIOS call code is largely untested, yet.
13 To use the int10 module in a driver the header file
14 xfree86/os-support/int10/xf86int10.h must be included.
19 The int10-executer gets initialized by calling:
25 int10 execution is disabled by an option in the device section NULL
27 calls to other int10 module functions.
44 c. Doing int10 BIOS calls
60 If no further int10 calls are required for a certain chipset
65 to free the memory allocated for real mode int10 calls.
71 The int10 real mode executor is designed to run on top of various x86
[all …]
H A DMakefile.am26 $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
27 $(srcdir)/../os-support/linux/int10/linux.c
H A DMakefile.in93 subdir = hw/xfree86/int10
147 $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
148 $(srcdir)/../os-support/linux/int10/linux.c xf86x86emu.c \
617 @INT10_VM86_TRUE@ $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c \
618 @INT10_VM86_TRUE@ $(srcdir)/../os-support/linux/int10/linux.c
642 $(AUTOMAKE) --foreign hw/xfree86/int10/Makefile
743 linux_vm86.lo: $(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c
744 …int10/vm86/linux_vm86.c' || echo '$(srcdir)/'`$(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c
748 …int10/vm86/linux_vm86.c' || echo '$(srcdir)/'`$(srcdir)/../os-support/linux/int10/vm86/linux_vm86.c
750 linux.lo: $(srcdir)/../os-support/linux/int10/linux.c
[all …]
H A Dxf86int10module.c16 #define MOD_NAME int10
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A DMakefile.am5 libvbe_la_LIBADD = ../int10/libint10.la
14 -I$(srcdir)/../int10
H A DMakefile.in142 @NO_UNDEFINED_TRUE@libvbe_la_DEPENDENCIES = ../int10/libint10.la
579 @NO_UNDEFINED_TRUE@libvbe_la_LIBADD = ../int10/libint10.la
584 -I$(srcdir)/../int10
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dmeson.build6 'int10',
121 if int10 != 'false'
122 if int10 == 'x86emu'
125 subdir('int10') subdir
H A DMakefile.am38 INT10_SUBDIR = int10
47 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
H A Dsdksyms.sh71 /* hw/xfree86/int10/Makefile.am -- module */
H A DMakefile.in616 @INT10MODULE_TRUE@INT10_SUBDIR = int10
623 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbios.c113 static void X86API int10(int intno) in int10() function
358 bios_intr_tab[0x10] = int10;
361 bios_intr_tab[0x6D] = int10;
/OK3568_Linux_fs/external/xserver/
H A Dmeson.build230 int10 = get_option('int10') variable
231 if int10 == 'auto'
232 int10 = 'x86emu' variable
234 int10 = 'stub' variable
237 int10 = 'stub' variable
H A Dmeson_options.txt58 option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 'false'], combo
60 description: 'Xorg int10 backend (default: usually x86emu)')
H A DMakefile.am176 hw/xfree86/int10/meson.build \
H A Dconfigure.ac389 AC_ARG_WITH(int10, AS_HELP_STRING([--with-int10=BACKEND], [int10 backend: vm86, x86emu or… optwith
575 AC_ARG_ENABLE(int10-module, AS_HELP_STRING([--enable-int10-module], [Build Xorg with int10 modu…
1852 AC_MSG_ERROR([Cannot build int10 without libpciaccess])
2521 hw/xfree86/int10/Makefile
H A DMakefile.in666 hw/xfree86/int10/meson.build hw/xfree86/loader/meson.build \
H A Dconfigure2188 --enable-int10-module Build Xorg with int10 module (default: enabled)
34167 "hw/xfree86/int10/Makefile") CONFIG_FILES="$CONFIG_FILES hw/xfree86/int10/Makefile" ;;
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A DMakefile.am23 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
H A DMakefile.in600 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A DMakefile.am53 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
H A DMakefile.in651 -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
/OK3568_Linux_fs/external/xserver/debian/
H A Drules.flags20 --with-int10=x86emu \
H A Dchangelog657 + int10: Fix error check for pci_device_map_legacy (Closes: #787144)
1068 * int10: fix pci_device_read_rom usage (closes: #686153). Thanks, Stephan
3292 xf86InitInt10() was moved to int10/helper_exec.c between 1.1.1 and 1.2.0,
3293 so we move it to int10/helper_mem.c, which we build in the main int10
3416 * Make the int10 module usable on i386 with a 64bit kernel (closes: #409730).
3418 and x86emu as two separate submodules, and make the int10 module itself
3421 the above patch: move definition of Int10Current from int10/xf86int10.c
3422 to int10/helper_mem.c.
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DRegistry51 int10

12