Searched refs:pbits (Results 1 – 3 of 3) sorted by relevance
48 __le64 *pbits; in ppc_md5_finup() local54 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()
67 __le64 *pbits; in md5_sparc64_finup() local74 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()
922 unsigned long pbits = 0; in gmap_protect_pte() local931 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 29 milliseconds