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

  /src/sys/arch/hppa/include/
psl.h 96 #define PSW_P (1 << (31-PSW_P_POS)) /* Protection Identifier Validation Enable */
105 #define RESET_PSW (PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)
106 #define PSW_MBS (PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I)
  /src/sys/arch/hppa/dev/
cpu.c 290 ci->ci_psw = PSW_I | PSW_Q | PSW_P | PSW_C | PSW_D;
  /src/sys/arch/hppa/hppa/
vm_machdep.c 140 tf->tf_ipsw = PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I /* | PSW_L */ |
machdep.c 455 PSW_P | /* Protection Identifier Validation Enable */

Completed in 13 milliseconds