Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dpsw.h6 #define PSW_D 0x00000002 macro
17 #define PSW_SM_D PSW_D
58 #define KERNEL_PSW (WIDE_PSW | PSW_C | PSW_Q | PSW_P | PSW_D)
61 #define USER_PSW (PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I)
/openbmc/qemu/target/hppa/
H A Dcpu.h104 #define PSW_D 0x00000002 macro
128 | PSW_R | PSW_Q | PSW_P | PSW_D | PSW_I)
132 #define PSW_SM_D PSW_D
H A Dcpu.c82 flags |= env->psw & (PSW_W | PSW_C | PSW_D | PSW_P); in cpu_get_tb_cpu_state()
136 if (env->psw & (ifetch ? PSW_C : PSW_D)) { in hppa_cpu_mmu_index()
H A Dhelper.c156 psw_c[16] = (psw & PSW_D ? 'D' : '-'); in hppa_cpu_dump_state()
H A Dmem_helper.c347 mmu_idx = (cpu->env.psw & PSW_D ? MMU_KERNEL_IDX : in hppa_cpu_get_phys_page_debug()
H A Dtranslate.c4634 ctx->mmu_idx = (ctx->tb_flags & PSW_D in hppa_tr_init_disas_context()