Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v3.h346 #define GICR_VPENDBASER_4_1_VGRP0EN (1ULL << 59) macro
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c4100 val |= info->g0en ? GICR_VPENDBASER_4_1_VGRP0EN : 0; in its_vpe_4_1_schedule()