Searched refs:PCB_VM86CALL (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dpcb.h84 #define PCB_VM86CALL 0x10 /* in vm86 call */ macro
/freebsd-11-stable/sys/i386/i386/
H A Dtrap.c266 (curpcb->pcb_flags & PCB_VM86CALL) == 0)
305 if (TRAPF_USERMODE(frame) && (curpcb->pcb_flags & PCB_VM86CALL) == 0) {
560 if (curpcb->pcb_flags & PCB_VM86CALL)
670 !(curpcb->pcb_flags & PCB_VM86CALL))
1111 (curpcb->pcb_flags & PCB_VM86CALL) == 0)) {
H A Dgenassym.c155 ASSYM(PCB_VM86CALL, PCB_VM86CALL);
H A Dexception.s376 testl $PCB_VM86CALL,PCB_FLAGS(%ecx)
H A Dvm86.c434 pcb->pcb_flags = PCB_VM86CALL;

Completed in 171 milliseconds