Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Darm_gicv3_redist.c1175 int nsaccess = gicr_ns_access(cs, irq); in gicv3_redist_send_sgi() local
1177 if ((irqgrp == GICV3_G0 && nsaccess < 1) || in gicv3_redist_send_sgi()
1178 (irqgrp == GICV3_G1 && nsaccess < 2)) { in gicv3_redist_send_sgi()