Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dgic_internal.h139 #define GICH_LR_PRIORITY(entry) (FIELD_EX32(entry, GICH_LR0, Priority) << 3) macro
320 return GICH_LR_PRIORITY(*entry); in gic_get_priority()
H A Darm_gic.c123 int prio = GICH_LR_PRIORITY(lr_entry); in gic_get_best_virq()