Home
last modified time | relevance | path

Searched defs:GICH_LR_HW (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/irqchip/
H A Darm-gic.h100 #define GICH_LR_HW (1 << 31) macro
/openbmc/qemu/hw/intc/
H A Dgic_internal.h142 #define GICH_LR_HW(entry) (FIELD_EX32(entry, GICH_LR0, HW)) macro