Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/i386/
Dtrap.c291 (curpcb->pcb_flags & PCB_VM86CALL) == 0) in trap()
304 if (TRAPF_USERMODE(frame) && (curpcb->pcb_flags & PCB_VM86CALL) == 0) { in trap()
521 if (curpcb->pcb_flags & PCB_VM86CALL) in trap()
630 !(curpcb->pcb_flags & PCB_VM86CALL)) in trap()
1130 (curpcb->pcb_flags & PCB_VM86CALL) == 0)) { in syscall()
Dgenassym.c155 ASSYM(PCB_VM86CALL, PCB_VM86CALL);
Dexception.s474 testl $PCB_VM86CALL,PCB_FLAGS(%ecx)
Dvm86.c485 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize()
/freebsd-12-stable/sys/i386/include/
Dpcb.h87 #define PCB_VM86CALL 0x10 /* in vm86 call */ macro
Dasmacros.h218 testl $PCB_VM86CALL, PCB_FLAGS(%eax)