Home
last modified time | relevance | path

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

/Linux-v5.4/arch/c6x/kernel/
Dmodule.c13 static inline int fixup_pcr(u32 *ip, Elf32_Addr dest, u32 maskbits, int shift) in fixup_pcr() argument
18 long mask = (1 << maskbits) - 1; in fixup_pcr()
20 if ((delta >> (maskbits - 1)) == 0 || in fixup_pcr()
21 (delta >> (maskbits - 1)) == -1) { in fixup_pcr()
28 maskbits, ip, (void *)dest, opcode); in fixup_pcr()
33 maskbits, ip, (void *)dest); in fixup_pcr()
/Linux-v5.4/fs/nfsd/
Dnetns.h148 unsigned int maskbits; member
Dnfscache.c89 return hash_32(be32_to_cpu(xid), nn->maskbits); in nfsd_cache_hash()
153 nn->maskbits = ilog2(hashsize); in nfsd_reply_cache_init()
579 seq_printf(m, "hash buckets: %u\n", 1 << nn->maskbits); in nfsd_reply_cache_stats_show()
/Linux-v5.4/arch/x86/platform/uv/
Dtlb_uv.c423 int maskbits; in reset_with_ipi() local
432 maskbits = sizeof(struct pnmask) * BITSPERBYTE; in reset_with_ipi()
434 for (pnode = 0; pnode < maskbits; pnode++) { in reset_with_ipi()