Home
last modified time | relevance | path

Searched refs:its_make_vpe_non_resident (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v4.h134 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db);
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v4.c233 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db) in its_make_vpe_non_resident() function
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-v4.c346 return its_make_vpe_non_resident(vpe, !!vcpu_get_flag(vcpu, IN_WFI)); in vgic_v4_put()