Searched refs:its_make_vpe_resident (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/irqchip/ |
D | arm-gic-v4.h | 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() function
|
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/ |
D | vgic-v4.c | 341 err = its_make_vpe_resident(vpe, false, vcpu->kvm->arch.vgic.enabled); in vgic_v4_load()
|
/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)
|