Home
last modified time | relevance | path

Searched refs:PSW_D (Results 1 – 5 of 5) sorted by relevance

/qemu/target/hppa/
H A Dcpu.h105 #define PSW_D 0x00000002 macro
129 | PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)
133 #define PSW_SM_D PSW_D
H A Dcpu.c87 flags |= env->psw & (PSW_W | PSW_C | PSW_D | PSW_P); in hppa_get_tb_cpu_state()
146 if (env->psw & (ifetch ? PSW_C : PSW_D)) { in hppa_cpu_mmu_index()
H A Dhelper.c176 psw_c[16] = (psw & PSW_D ? 'D' : '-'); in hppa_cpu_dump_state()
H A Dmem_helper.c350 mmu_idx = (cpu->env.psw & PSW_D ? MMU_KERNEL_IDX : in hppa_cpu_get_phys_page_debug()
H A Dtranslate.c4650 ctx->mmu_idx = (ctx->tb_flags & PSW_D in hppa_tr_init_disas_context()