HomeSort by: relevance | last modified time | path
    Searched refs:PSW_MBS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hppa/include/
psl.h 106 #define PSW_MBS (PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I)
  /src/lib/libc/arch/hppa/gen/
__setjmp14.S 68 ldil L%PSW_MBS, %r1
69 ldo R%PSW_MBS(%r1), %r1
  /src/sys/arch/hppa/hppa/
hppa_machdep.c 137 if ((gr[_REG_PSW] & (PSW_MBS|PSW_MBZ)) != PSW_MBS) {
machdep.c 1905 tf->tf_ipsw = PSW_MBS | (hppa_cpu_ispa20_p() ? PSW_O : 0);
  /src/tests/lib/libc/sys/
t_lwp_create.c 181 uc->uc_mcontext.__gregs[_REG_PSW] &= ~PSW_MBS;

Completed in 15 milliseconds