Searched refs:PSW_N (Results 1 – 9 of 9) sorted by relevance
55 psw |= env->psw_n * PSW_N; in cpu_hppa_get_psw()79 env->psw = psw & (uint32_t)~(PSW_B | PSW_N | PSW_V | PSW_X | PSW_CB); in cpu_hppa_put_psw()81 env->psw_n = (psw / PSW_N) & 1; in cpu_hppa_put_psw()146 psw_c[6] = (psw & PSW_N ? 'N' : '-'); in hppa_cpu_dump_state()
80 flags |= env->psw_n * PSW_N; in cpu_get_tb_cpu_state()104 cpu->env.psw_n = (tb->flags & PSW_N) != 0; in hppa_cpu_synchronize_from_tb()
117 #define PSW_N 0x00200000 macro
4667 if (ctx->tb_flags & PSW_N) { in hppa_tr_tb_start()
33 #define PSW_N 0x00200000 macro60 #define USER_PSW_MASK (WIDE_PSW | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
480 regs->gr[0] |= PSW_N; in handle_nadtlb_fault()508 regs->gr[0] |= PSW_N; in handle_nadtlb_fault()523 regs->gr[0] |= PSW_N; in handle_nadtlb_fault()
127 if (regs->gr[0] & PSW_N) in profile_pc()
620 regs->gr[0]|=PSW_N; in handle_unaligned()
32 #define USER_PSW_BITS (PSW_N | PSW_B | PSW_V | PSW_CB)