Home
last modified time | relevance | path

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

/linux/include/linux/irqchip/
H A Darm-gic-v4.h144 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db);
/linux/drivers/irqchip/
H A Dirq-gic-v4.c234 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db) in its_make_vpe_non_resident() function
/linux/arch/arm64/kvm/vgic/
H A Dvgic-v4.c365 return its_make_vpe_non_resident(vpe, vgic_v4_want_doorbell(vcpu)); in vgic_v4_put()