Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/i386/i386/
HDtrap.c312 (curpcb->pcb_flags & PCB_VM86CALL) == 0) in trap()
327 if (TRAPF_USERMODE(frame) && (curpcb->pcb_flags & PCB_VM86CALL) == 0) { in trap()
544 if (curpcb->pcb_flags & PCB_VM86CALL) in trap()
653 !(curpcb->pcb_flags & PCB_VM86CALL)) in trap()
1150 (curpcb->pcb_flags & PCB_VM86CALL) == 0)) { in syscall()
HDgenassym.c140 ASSYM(PCB_VM86CALL, PCB_VM86CALL);
HDvm86.c491 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_pae()
555 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_nopae()
HDexception.s524 testl $PCB_VM86CALL,PCB_FLAGS(%ecx)
/freebsd-13-stable/sys/i386/include/
HDpcb.h86 #define PCB_VM86CALL 0x10 /* in vm86 call */ macro
HDasmacros.h217 testl $PCB_VM86CALL, PCB_FLAGS(%eax)