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

  /src/sys/arch/hppa/include/
psl.h 87 #define PSW_C (1 << (31-PSW_C_POS)) /* Instruction Address Translation Enable */
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 456 PSW_C | /* Instruction Address Translation Enable */

Completed in 12 milliseconds