Home
last modified time | relevance | path

Searched refs:arm_hcr_el2_fmo (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/intc/
H A Darm_gicv3_cpuif.c89 ((hcr_flags & HCR_FMO) && arm_hcr_el2_fmo(env)); in icv_access()
1555 route_fiq_to_el2 = arm_hcr_el2_fmo(env); in icc_dir_write()
1899 (arm_hcr_el2_imo(env) == 0 && arm_hcr_el2_fmo(env) == 0)) { in gicv3_irqfiq_access()
1939 if ((arm_hcr_el2_imo(env) || arm_hcr_el2_fmo(env)) && in gicv3_sgi_access()
1964 if (arm_is_secure_below_el3(env) || !arm_hcr_el2_fmo(env)) { in gicv3_fiq_access()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dcpu.h2370 static inline bool arm_hcr_el2_fmo(CPUARMState *env) in arm_hcr_el2_fmo() function
2424 if (secure || !arm_hcr_el2_fmo(env) || (env->cp15.hcr_el2 & HCR_TGE)) { in arm_excp_unmasked()
2469 hcr = arm_hcr_el2_fmo(env); in arm_excp_unmasked()
H A Dhelper.c6446 hcr = arm_hcr_el2_fmo(env); in arm_phys_excp_target_el()