Searched refs:g1en (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/irqchip/ |
D | arm-gic-v4.h | 119 bool g1en; member 130 int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en);
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
D | irq-gic-v4.c | 238 int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en) in its_make_vpe_resident() argument 248 info.g1en = g1en; in its_make_vpe_resident()
|
D | irq-gic-v3-its.c | 4050 val |= info->g1en ? GICR_VPENDBASER_4_1_VGRP1EN : 0; in its_vpe_4_1_schedule()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | include.patch | 1633 int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en);
|
D | drivers.patch | 40884 @@ -258,6 +260,23 @@ int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en)
|