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

  /src/sys/arch/hppa/include/
psl.h 84 #define PSW_N (1 << (31-PSW_N_POS)) /* Nullify */
  /src/sys/arch/hppa/hppa/
trap.c 282 if (frame->tf_ipsw & PSW_N) {
292 frame->tf_ipsw &= ~(PSW_N|PSW_X|PSW_Y|PSW_Z|PSW_B|PSW_T|PSW_H|PSW_L);
699 if (frame->tf_ipsw & PSW_N) {
704 frame->tf_ipsw &= ~(PSW_N|PSW_X|PSW_Y|PSW_Z|PSW_B|PSW_T|PSW_H|PSW_L);
932 frame->tf_ipsw |= PSW_N;
967 frame->tf_ipsw |= PSW_N;

Completed in 21 milliseconds