Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Dcaamhash.c892 goto unmap_ctx; in ahash_update_ctx()
896 goto unmap_ctx; in ahash_update_ctx()
914 goto unmap_ctx; in ahash_update_ctx()
939 unmap_ctx: in ahash_update_ctx()
974 goto unmap_ctx; in ahash_final_ctx()
978 goto unmap_ctx; in ahash_final_ctx()
987 goto unmap_ctx; in ahash_final_ctx()
1000 unmap_ctx: in ahash_final_ctx()
1054 goto unmap_ctx; in ahash_finup_ctx()
1058 goto unmap_ctx; in ahash_finup_ctx()
[all …]
H A Dcaamalg_qi2.c3588 goto unmap_ctx; in ahash_update_ctx()
3592 goto unmap_ctx; in ahash_update_ctx()
3607 goto unmap_ctx; in ahash_update_ctx()
3630 goto unmap_ctx; in ahash_update_ctx()
3642 unmap_ctx: in ahash_update_ctx()
3676 goto unmap_ctx; in ahash_final_ctx()
3680 goto unmap_ctx; in ahash_final_ctx()
3689 goto unmap_ctx; in ahash_final_ctx()
3713 unmap_ctx: in ahash_final_ctx()
3770 goto unmap_ctx; in ahash_finup_ctx()
[all …]
/openbmc/linux/fs/
H A Duserfaultfd.c838 struct userfaultfd_unmap_ctx *unmap_ctx; in has_unmap_ctx() local
840 list_for_each_entry(unmap_ctx, unmaps, list) in has_unmap_ctx()
841 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start && in has_unmap_ctx()
842 unmap_ctx->end == end) in has_unmap_ctx()
851 struct userfaultfd_unmap_ctx *unmap_ctx; in userfaultfd_unmap_prep() local
858 unmap_ctx = kzalloc(sizeof(*unmap_ctx), GFP_KERNEL); in userfaultfd_unmap_prep()
859 if (!unmap_ctx) in userfaultfd_unmap_prep()
864 unmap_ctx->ctx = ctx; in userfaultfd_unmap_prep()
865 unmap_ctx->start = start; in userfaultfd_unmap_prep()
866 unmap_ctx->end = end; in userfaultfd_unmap_prep()
[all …]