Home
last modified time | relevance | path

Searched refs:PSW_N (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dhelper.c55 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()
H A Dcpu.c80 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()
H A Dcpu.h117 #define PSW_N 0x00200000 macro
H A Dtranslate.c4667 if (ctx->tb_flags & PSW_N) { in hppa_tr_tb_start()
/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h33 #define PSW_N 0x00200000 macro
60 #define USER_PSW_MASK (WIDE_PSW | PSW_T | PSW_N | PSW_X | PSW_B | PSW_V | PSW_CB)
/openbmc/linux/arch/parisc/mm/
H A Dfault.c480 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()
/openbmc/linux/arch/parisc/kernel/
H A Dtime.c127 if (regs->gr[0] & PSW_N) in profile_pc()
H A Dunaligned.c620 regs->gr[0]|=PSW_N; in handle_unaligned()
H A Dptrace.c32 #define USER_PSW_BITS (PSW_N | PSW_B | PSW_V | PSW_CB)