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.h1407 #define CPSR_DIT (1U << 21)
1404 #define CPSR_DIT global() macro
H A Dhelper.c11738 if (ret & CPSR_DIT) { in arm_cpu_do_interrupt_aarch64()
11739 ret &= ~CPSR_DIT; in arm_cpu_do_interrupt_aarch64()
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c764 val |= CPSR_DIT; in cpsr_write_from_spsr_elx()