Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c84 static bool icv_access(CPUARMState *env, int hcr_flags) in icv_access() argument
87 * directed to an ICV_ access. hcr_flags is a mask of in icv_access()
101 bool flagmatch = hcr_el2 & hcr_flags & (HCR_IMO | HCR_FMO); in icv_access()