HomeSort by: relevance | last modified time | path
    Searched refs:PSL_USERSET (Results 1 - 20 of 20) 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/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)
  /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/m68k/m68k/
process_machdep.c 129 (regs->r_sr & PSL_USERSET) != PSL_USERSET)
m68k_machdep.c 98 tf->tf_sr = PSL_USERSET;
  /src/sys/arch/m68k/include/
psl.h 65 #define PSL_USERSET (0)
  /src/sys/arch/vax/include/
psl.h 99 #define PSL_USERSET (0)
  /src/sys/arch/powerpc/ibm4xx/
ibm4xx_machdep.c 125 register_t cpu_psluserset = PSL_USERSET;
  /src/sys/arch/powerpc/powerpc/
sig_machdep.c 260 tf->tf_srr1 = (gr[_REG_MSR] & PSL_USERMOD) | PSL_USERSET;
powerpc_machdep.c 159 tf->tf_srr1 = PSL_MBO | PSL_USERSET;
  /src/sys/arch/sh3/sh3/
sh3_machdep.c 523 tf->tf_ssr = PSL_USERSET;
  /src/sys/arch/powerpc/booke/
booke_machdep.c 79 register_t cpu_psluserset = PSL_USERSET;
  /src/sys/compat/linux/arch/amd64/
linux_machdep.c 120 tf->tf_rflags = PSL_USERSET;
  /src/sys/compat/linux32/arch/amd64/
linux32_machdep.c 320 tf->tf_rflags = PSL_USERSET;
  /src/sys/arch/amd64/amd64/
netbsd32_machdep.c 167 tf->tf_rflags = PSL_USERSET;
machdep.c 1406 tf->tf_rflags = PSL_USERSET;
  /src/sys/arch/i386/i386/
machdep.c 880 tf->tf_eflags = PSL_USERSET;
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 151 tf->tf_eflags = PSL_USERSET;
  /src/sys/arch/mips/mips/
mips_machdep.c 1706 tf->tf_regs[_R_SR] = PSL_USERSET;

Completed in 58 milliseconds