HomeSort by: relevance | last modified time | path
    Searched defs:PSL_AF (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/usermode/include/
psl.h 47 #define PSL_AF 0x00000010 /* auxiliary carry flag */
69 #define PSL_USER (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | \
  /src/sys/arch/x86/include/
psl.h 45 #define PSL_AF 0x00000010 /* auxiliary carry flag */
66 #define PSL_USER (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | \

Completed in 11 milliseconds