Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/arm/
H A Dsignal.c157 (cpsr & (CPSR_I | CPSR_F)) != 0) { in set_mcontext()
/openbmc/qemu/target/arm/
H A Dmachine.c771 if (val & CPSR_F) { in get_cpsr()
H A Dhelper.c2044 ret |= CPSR_F; in isr_read()
2048 ret |= CPSR_F; in isr_read()
2052 ret |= CPSR_F; in isr_read()
10763 * whether non-secure software is allowed to change the CPSR_F and CPSR_A
10789 if (changed_daif & CPSR_F) { in arm_phys_excp_target_el()
10796 "Ignoring attempt to switch CPSR_F flag from " in arm_phys_excp_target_el()
10798 mask &= ~CPSR_F; in arm_phys_excp_target_el()
10804 * FIQs, but is allowed to set CPSR_F to 0. in arm_phys_excp_target_el()
10807 (val & CPSR_F)) { in arm_phys_excp_target_el()
10809 "Ignoring attempt to enable CPSR_F fla in arm_phys_excp_target_el()
[all...]
H A Dcpu.h1400 #define CPSR_F (1U << 6)
1418 #define CPSR_AIF (CPSR_A | CPSR_I | CPSR_F)
1397 #define CPSR_F global() macro
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c7101 mask |= CPSR_F; in trans_CPS_v7m()