Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Darm_gic_common.h44 #define GIC_MAX_LR 64 macro
125 uint32_t h_lr[GIC_MAX_LR][GIC_NCPU];
/openbmc/qemu/hw/intc/
H A Darm_gic_common.c86 VMSTATE_UINT32_2DARRAY(h_lr, GICState, GIC_MAX_LR, GIC_NCPU),