Home
last modified time | relevance | path

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

/arch/powerpc/crypto/
A Dmd5-glue.c48 __le64 *pbits; in ppc_md5_finup() local
54 pbits = &block[(MD5_BLOCK_WORDS / (offset > 55 ? 1 : 2)) - 1]; in ppc_md5_finup()
55 *pbits = cpu_to_le64(sctx->byte_count << 3); in ppc_md5_finup()
56 ppc_md5_transform(sctx->hash, src, (pbits - block + 1) / 8); in ppc_md5_finup()
/arch/sparc/crypto/
A Dmd5_glue.c67 __le64 *pbits; in md5_sparc64_finup() local
74 pbits = &block[(MD5_BLOCK_WORDS / (offset > 55 ? 1 : 2)) - 1]; in md5_sparc64_finup()
75 *pbits = cpu_to_le64(sctx->byte_count << 3); in md5_sparc64_finup()
76 md5_sparc64_transform(sctx->hash, src, (pbits - block + 1) / 8); in md5_sparc64_finup()
/arch/s390/mm/
A Dgmap.c922 unsigned long pbits = 0; in gmap_protect_pte() local
931 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0; in gmap_protect_pte()
932 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0; in gmap_protect_pte()
934 rc = ptep_force_prot(gmap->mm, gaddr, ptep, prot, pbits); in gmap_protect_pte()

Completed in 12 milliseconds