Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dinternals.h1263 valid |= CPSR_DIT; in aarch32_cpsr_valid_mask()
H A Dcpu.h1404 #define CPSR_DIT (1U << 21) macro
H A Dhelper.c11519 if (ret & CPSR_DIT) { in cpsr_read_for_spsr_elx()
11520 ret &= ~CPSR_DIT; in cpsr_read_for_spsr_elx()
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c764 val |= CPSR_DIT; in cpsr_write_from_spsr_elx()