taglinefilesource code
vm86_info57arch/i386/kernel/vm86.cif (!current->tss.vm86_info) {
vm86_info62arch/i386/kernel/vm86.cmemcpy_tofs(&current->tss.vm86_info->regs,regs,sizeof(*regs));
vm86_info63arch/i386/kernel/vm86.cput_fs_long(current->tss.screen_bitmap,&current->tss.vm86_info->screen_bitmap);
vm86_info153arch/i386/kernel/vm86.ccurrent->tss.vm86_info = v86;
vm86_info307arch/i386/kernel/vm86.cif (is_revectored(i, &current->tss.vm86_info->int_revectored))
vm86_info309arch/i386/kernel/vm86.cif (i==0x21 && is_revectored(AH(regs),&current->tss.vm86_info->int21_revectored))
vm86_info104include/asm-i386/processor.hstruct vm86_struct * vm86_info;