Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v3.h347 #define GICR_VPENDBASER_4_1_VGRP1EN (1ULL << 58) macro
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c4101 val |= info->g1en ? GICR_VPENDBASER_4_1_VGRP1EN : 0; in its_vpe_4_1_schedule()