master
c 17 lines 299 Bytes
Raw
1 /*
2 * QEMU ARM stubs for GICv5 TCG helper functions
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7 #include "qemu/osdep.h"
8 #include "internals.h"
9
10 void define_gicv5_cpuif_regs(ARMCPU *cpu)
11 {
12 g_assert_not_reached();
13 }
14
15 void gicv5_update_ppi_state(CPUARMState *env, int ppi, bool level)
16 {
17 }