Searched refs:PSL_AF (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/usermode/include/
H A Dpsl.h47 #define PSL_AF 0x00000010 /* auxiliary carry flag */ macro
69 #define PSL_USER (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | \
/netbsd-current/sys/arch/x86/include/
H A Dpsl.h45 #define PSL_AF 0x00000010 /* auxiliary carry flag */ macro
66 #define PSL_USER (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | \
/netbsd-current/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)
/netbsd-current/lib/libnvmm/
H A Dlibnvmm_x86.c2749 #define PSL_SUB_MASK (PSL_V|PSL_C|PSL_Z|PSL_N|PSL_PF|PSL_AF)

Completed in 149 milliseconds