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

  /src/sys/arch/usermode/include/
psl.h 58 #define PSL_AC 0x00040000 /* alignment check flag */
72 #define PSL_CLEARSIG (PSL_T | PSL_VM | PSL_AC | PSL_D)
  /src/sys/arch/x86/include/
psl.h 56 #define PSL_AC 0x00040000 /* alignment check flag */
67 PSL_T | PSL_V | PSL_D | PSL_AC)
68 #define PSL_CLEARSIG (PSL_T | PSL_VM | PSL_AC | PSL_D)

Completed in 11 milliseconds