Searched refs:PCB_VM86CALL (Results 1 – 6 of 6) sorted by relevance
312 (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()
140 ASSYM(PCB_VM86CALL, PCB_VM86CALL);
491 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_pae()555 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_nopae()
524 testl $PCB_VM86CALL,PCB_FLAGS(%ecx)
86 #define PCB_VM86CALL 0x10 /* in vm86 call */ macro
217 testl $PCB_VM86CALL, PCB_FLAGS(%eax)