Searched refs:PSL_D (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Dpsl.h52 #define PSL_D 0x00000400 /* direction flag */ macro
70 PSL_T | PSL_V | PSL_D)
72 #define PSL_CLEARSIG (PSL_T | PSL_VM | PSL_AC | PSL_D)
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpsl.h50 #define PSL_D 0x00000400 /* direction flag */ macro
74 PSL_T | PSL_V | PSL_D | PSL_AC)
75 #define PSL_CLEARSIG (PSL_T | PSL_VM | PSL_AC | PSL_D)
/netbsd-6-1-5-RELEASE/sys/arch/i386/bioscall/
H A Dbiostramp.S91 #define COPY_FLAGS (PSL_C|PSL_PF|PSL_AF|PSL_Z|PSL_N|PSL_D|PSL_V)

Completed in 102 milliseconds