Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dpcb.h87 #define PCB_VM86CALL 0x10 /* in vm86 call */ macro
H A Dasmacros.h219 testl $PCB_VM86CALL, PCB_FLAGS(%eax)
/f-stack/freebsd/i386/i386/
H A Dtrap.c285 (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()
H A Dgenassym.c142 ASSYM(PCB_VM86CALL, PCB_VM86CALL);
H A Dvm86.c493 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_pae()
557 pcb->pcb_flags = PCB_VM86CALL; in vm86_initialize_nopae()
H A Dexception.s474 testl $PCB_VM86CALL,PCB_FLAGS(%ecx)