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

/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dpsl.h61 #define PSL_ID 0x00200000 /* identification flag */ macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpsl.h59 #define PSL_ID 0x00200000 /* identification flag */ macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dvm86.c392 pcb->vm86_flagmask = PSL_ID|PSL_AC|PSL_NT|PSL_IOPL;
395 pcb->vm86_flagmask = PSL_ID|PSL_AC;
398 pcb->vm86_flagmask = PSL_ID;
481 pcb->vm86_flagmask = PSL_ID|PSL_AC|PSL_NT|PSL_IOPL;
484 pcb->vm86_flagmask = PSL_ID|PSL_AC;
487 pcb->vm86_flagmask = PSL_ID;
H A Dlocore.S342 * PSL_ID bit.
355 xorl $PSL_ID,%eax
361 andl $PSL_ID,%eax
/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/arch/
H A Di386-asm.S92 * PSL_ID bit.
104 xorl $PSL_ID,%eax
110 andl $PSL_ID,%eax

Completed in 169 milliseconds