Searched refs:PCB_VM86CALL (Results 1 – 6 of 6) sorted by relevance
87 #define PCB_VM86CALL 0x10 /* in vm86 call */ macro
219 testl $PCB_VM86CALL, PCB_FLAGS(%eax)
285 (curpcb->pcb_flags & PCB_VM86CALL) == 0) in trap()298 if (TRAPF_USERMODE(frame) && (curpcb->pcb_flags & PCB_VM86CALL) == 0) { in trap()515 if (curpcb->pcb_flags & PCB_VM86CALL) in trap()624 !(curpcb->pcb_flags & PCB_VM86CALL)) in trap()1117 (curpcb->pcb_flags & PCB_VM86CALL) == 0)) { in syscall()
142 ASSYM(PCB_VM86CALL, PCB_VM86CALL);
493 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_pae()557 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_nopae()
474 testl $PCB_VM86CALL,PCB_FLAGS(%ecx)