Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c43 bool needs_inv; member
286 ctx->base.needs_inv = true; in safexcel_handle_req_result()
573 BUG_ON(!(priv->flags & EIP197_TRC_CACHE) && req->needs_inv); in safexcel_handle_result()
575 if (req->needs_inv) { in safexcel_handle_result()
576 req->needs_inv = false; in safexcel_handle_result()
612 if (req->needs_inv) in safexcel_ahash_send()
640 rctx->needs_inv = true; in safexcel_ahash_exit_inv()
694 req->needs_inv = false; in safexcel_ahash_enqueue()
697 if (priv->flags & EIP197_TRC_CACHE && !ctx->base.needs_inv && in safexcel_ahash_enqueue()
712 ctx->base.needs_inv = true; in safexcel_ahash_enqueue()
[all …]
H A Dsafexcel.h855 bool needs_inv; member
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c32 struct kvm_vcpu *filter_vcpu, bool needs_inv);
281 struct kvm_vcpu *filter_vcpu, bool needs_inv) in update_lpi_config() argument
307 ret = its_prop_update_vlpi(irq->host_irq, prop, needs_inv); in update_lpi_config()