Searched refs:pbits (Results 1 – 6 of 6) sorted by relevance
82 __le64 *pbits = (__le64 *)((char *)sctx->block + 56); in ppc_md5_final() local95 *pbits = cpu_to_le64(sctx->byte_count << 3); in ppc_md5_final()
109 __be64 *pbits = (__be64 *)(((char *)&sctx->buffer) + 56); in ppc_spe_sha1_final() local125 *pbits = cpu_to_be64(sctx->count << 3); in ppc_spe_sha1_final()
111 __be64 *pbits = (__be64 *)(((char *)&sctx->buf) + 56); in ppc_spe_sha256_final() local127 *pbits = cpu_to_be64(sctx->count << 3); in ppc_spe_sha256_final()
428 const unsigned int pbits = in __platform_mask_index() local433 pbits * ARRAY_SIZE(info->platform_mask)); in __platform_mask_index()435 return p / pbits; in __platform_mask_index()442 const unsigned int pbits = in __platform_mask_bit() local445 return p % pbits + INTEL_SUBPLATFORM_BITS; in __platform_mask_bit()
432 unsigned char *pbits; in fpga_download() local434 pbits = get_mcs(bitrate); in fpga_download()435 if (pbits == NULL) in fpga_download()440 if (fpga_write(iobase, pbits[i])) { in fpga_download()
962 unsigned long pbits = 0; in gmap_protect_pte() local971 pbits |= (bits & GMAP_NOTIFY_MPROT) ? PGSTE_IN_BIT : 0; in gmap_protect_pte()972 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0; in gmap_protect_pte()974 rc = ptep_force_prot(gmap->mm, gaddr, ptep, prot, pbits); in gmap_protect_pte()