Searched refs:g0en (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/irqchip/ |
D | arm-gic-v4.h | 118 bool g0en; 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 247 info.g0en = g0en; in its_make_vpe_resident()
|
D | irq-gic-v3-its.c | 4049 val |= info->g0en ? GICR_VPENDBASER_4_1_VGRP0EN : 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)
|