Home
last modified time | relevance | path

Searched refs:unmap_ctx (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamhash.c884 goto unmap_ctx; in ahash_update_ctx()
888 goto unmap_ctx; in ahash_update_ctx()
906 goto unmap_ctx; in ahash_update_ctx()
931 unmap_ctx: in ahash_update_ctx()
966 goto unmap_ctx; in ahash_final_ctx()
970 goto unmap_ctx; in ahash_final_ctx()
979 goto unmap_ctx; in ahash_final_ctx()
992 unmap_ctx: in ahash_final_ctx()
1046 goto unmap_ctx; in ahash_finup_ctx()
1050 goto unmap_ctx; in ahash_finup_ctx()
[all...]
H A Dcaamalg_qi2.c3575 goto unmap_ctx; in ahash_update_ctx()
3579 goto unmap_ctx; in ahash_update_ctx()
3594 goto unmap_ctx; in ahash_update_ctx()
3617 goto unmap_ctx; in ahash_update_ctx()
3629 unmap_ctx: in ahash_update_ctx()
3663 goto unmap_ctx; in ahash_final_ctx()
3667 goto unmap_ctx; in ahash_final_ctx()
3676 goto unmap_ctx; in ahash_final_ctx()
3700 unmap_ctx: in ahash_final_ctx()
3757 goto unmap_ctx; in ahash_finup_ctx()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamhash.c891 goto unmap_ctx; in ahash_update_ctx()
895 goto unmap_ctx; in ahash_update_ctx()
913 goto unmap_ctx; in ahash_update_ctx()
938 unmap_ctx: in ahash_update_ctx()
973 goto unmap_ctx; in ahash_final_ctx()
977 goto unmap_ctx; in ahash_final_ctx()
986 goto unmap_ctx; in ahash_final_ctx()
999 unmap_ctx: in ahash_final_ctx()
1053 goto unmap_ctx; in ahash_finup_ctx()
1057 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...]
/kernel/linux/linux-5.10/fs/
H A Duserfaultfd.c780 struct userfaultfd_unmap_ctx *unmap_ctx; in has_unmap_ctx() local
782 list_for_each_entry(unmap_ctx, unmaps, list) in has_unmap_ctx()
783 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start && in has_unmap_ctx()
784 unmap_ctx->end == end) in has_unmap_ctx()
795 struct userfaultfd_unmap_ctx *unmap_ctx; in userfaultfd_unmap_prep() local
802 unmap_ctx = kzalloc(sizeof(*unmap_ctx), GFP_KERNEL); in userfaultfd_unmap_prep()
803 if (!unmap_ctx) in userfaultfd_unmap_prep()
808 unmap_ctx in userfaultfd_unmap_prep()
[all...]
/kernel/linux/linux-6.6/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 in userfaultfd_unmap_prep()
[all...]

Completed in 18 milliseconds