Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dgdbstub.c67 val = env->cr[CR_IOR]; in hppa_cpu_gdb_read_register()
193 env->cr[CR_IOR] = val; in hppa_cpu_gdb_write_register()
H A Dmem_helper.c362 env->cr[CR_IOR] = (uint32_t)addr; in hppa_set_ior_and_isr()
382 env->cr[CR_IOR] |= b << 62; in hppa_set_ior_and_isr()
570 vaddr va_b = deposit64(env->cr[CR_IOR], 32, 32, env->cr[CR_ISR]); in HELPER()
H A Dcpu.h155 #define CR_IOR 21 macro
H A Dtranslate.c2667 a->data ? offsetof(CPUHPPAState, cr[CR_IOR]) in trans_ixtlbxf()