Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c26 #define VM86S ((struct vm86_struct *)pInt->cpuRegs) in xf86Int10ExecSetup() macro
29 VM86S->flags = 0; in xf86Int10ExecSetup()
30 VM86S->screen_bitmap = 0; in xf86Int10ExecSetup()
31 VM86S->cpu_type = CPU_586; in xf86Int10ExecSetup()
32 memset(&VM86S->int_revectored, 0xff, sizeof(VM86S->int_revectored)); in xf86Int10ExecSetup()
33 memset(&VM86S->int21_revectored, 0xff, sizeof(VM86S->int21_revectored)); in xf86Int10ExecSetup()
236 retval = vm86_rep(VM86S); in do_vm86()