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

  /src/sys/arch/mips/include/
psl.h 38 * Define PSL_LOWIPL, PSL_USERSET, USERMODE for MI code, for
87 # define PSL_USERSET MIPS3_PSL_USERSET
94 # define PSL_USERSET MIPS1_PSL_USERSET
101 # define PSL_USERSET (CPUISMIPS3 ? MIPS3_PSL_USERSET : MIPS1_PSL_USERSET)
  /src/sys/arch/sh3/include/
psl.h 57 #define PSL_USERSET 0
  /src/sys/arch/x86/include/
psl.h 64 #define PSL_USERSET (PSL_MBO | PSL_I)
  /src/sys/arch/vax/include/
psl.h 99 #define PSL_USERSET (0)
  /src/sys/arch/m68k/include/
psl.h 65 #define PSL_USERSET (0)
  /src/sys/arch/powerpc/include/
psl.h 110 #define PSL_USERSET cpu_psluserset
114 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IS | PSL_DS | PSL_ME | PSL_CE)
119 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IR | PSL_DR | PSL_ME)
121 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IR | PSL_DR)
127 #define PSL_USERSRR1 ((PSL_USERSET|PSL_USERMOD) & PSL_USERMASK)
128 #define PSL_USEROK_P(psl) (((psl) & ~PSL_USERMOD) == PSL_USERSET)

Completed in 14 milliseconds