Home
last modified time | relevance | path

Searched refs:pbits (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/crypto/
Dmd5-glue.c83 __le64 *pbits = (__le64 *)((char *)sctx->block + 56); in ppc_md5_final() local
96 *pbits = cpu_to_le64(sctx->byte_count << 3); in ppc_md5_final()
Dsha1-spe-glue.c123 __be64 *pbits = (__be64 *)(((char *)&sctx->buffer) + 56); in ppc_spe_sha1_final() local
139 *pbits = cpu_to_be64(sctx->count << 3); in ppc_spe_sha1_final()
Dsha256-spe-glue.c145 __be64 *pbits = (__be64 *)(((char *)&sctx->buf) + 56); in ppc_spe_sha256_final() local
161 *pbits = cpu_to_be64(sctx->count << 3); in ppc_spe_sha256_final()
/arch/s390/mm/
Dgmap.c1006 unsigned long pbits = 0; in gmap_protect_pte() local
1015 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0; in gmap_protect_pte()
1016 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0; in gmap_protect_pte()
1018 rc = ptep_force_prot(gmap->mm, gaddr, ptep, prot, pbits); in gmap_protect_pte()