Searched refs:PCB_VM86CALL (Results 1 – 6 of 6) sorted by relevance
292 (curpcb->pcb_flags & PCB_VM86CALL) == 0) in trap()307 if (TRAPF_USERMODE(frame) && (curpcb->pcb_flags & PCB_VM86CALL) == 0) { in trap()524 if (curpcb->pcb_flags & PCB_VM86CALL) in trap()633 !(curpcb->pcb_flags & PCB_VM86CALL)) in trap()1131 (curpcb->pcb_flags & PCB_VM86CALL) == 0)) { in syscall()
136 ASSYM(PCB_VM86CALL, PCB_VM86CALL);
490 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_pae()554 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_nopae()
500 testl $PCB_VM86CALL,PCB_FLAGS(%ecx)540 jnz 1f /* PCB_VM86CALL is not set */551 jz 2f /* PCB_VM86CALL is not set */
84 #define PCB_VM86CALL 0x10 /* in vm86 call */ macro
139 testl $PCB_VM86CALL, PCB_FLAGS(%eax)