Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c
H A Dtranslate-a64.c2418 set_pstate_bits(PSTATE_DIT); in gen_set_nzcv()
2420 clear_pstate_bits(PSTATE_DIT); in gen_set_nzcv()
/openbmc/qemu/target/arm/
H A Dinternals.h1335 valid |= PSTATE_DIT;
H A Dcpu.h1511 #define PSTATE_DIT (1U << 24)
1489 #define PSTATE_DIT global() macro
H A Dhelper.c3202 return env->pstate & PSTATE_DIT; in aa64_cacheop_poc_access()
3208 env->pstate = (env->pstate & ~PSTATE_DIT) | (value & PSTATE_DIT); in aa64_cacheop_poc_access()
9167 ret |= PSTATE_DIT; in arm_sctlr()
9184 if (val & PSTATE_DIT) { in aa64_va_parameter_tbi()
9185 val &= ~PSTATE_DIT; in aa64_va_parameter_tbi()