Home
last modified time | relevance | path

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

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