Home
last modified time | relevance | path

Searched refs:CR_ISR (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dgdbstub.c64 val = env->cr[CR_ISR]; in hppa_cpu_gdb_read_register()
190 env->cr[CR_ISR] = val; in hppa_cpu_gdb_write_register()
H A Dmem_helper.c370 env->cr[CR_ISR] = addr >> 32; in hppa_set_ior_and_isr()
378 env->cr[CR_ISR] &= 0x3fffffff; in hppa_set_ior_and_isr()
581 vaddr va_b = deposit64(env->cr[CR_IOR], 32, 32, env->cr[CR_ISR]); in HELPER()
H A Dcpu.h154 #define CR_ISR 20 macro
H A Dtranslate.c2664 a->data ? offsetof(CPUHPPAState, cr[CR_ISR]) in trans_ixtlbxf()