| /kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
| H A D | virtual_address_range.c | 60 int bits = HIGH_ADDR_SHIFT + rand() % (63 - HIGH_ADDR_SHIFT); in hind_addr() local
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| H A D | prminst44xx.c | 76 u32 omap4_prminst_rmw_inst_reg_bits(u32 mask, u32 bits, u8 part, s16 inst, in omap4_prminst_rmw_inst_reg_bits() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| H A D | word-at-a-time.h | 60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero() argument 71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask() argument 77 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() argument 127 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() argument 139 has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) has_zero() argument 146 prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) prep_zero_mask() argument [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/aarch64/ |
| H A D | ucall.c | 28 unsigned int bits; in ucall_init() local
|
| /kernel/linux/linux-6.6/arch/mips/mti-malta/ |
| H A D | malta-init.c | 46 char parity = '\0', bits = '\0', flow = '\0'; in console_config() local
|
| /kernel/linux/linux-6.6/arch/sh/mm/ |
| H A D | tlb-debugfs.c | 26 int bits; member
|
| /kernel/linux/linux-6.6/arch/sparc/crypto/ |
| H A D | md5_glue.c | 89 __le64 bits; in md5_sparc64_final() local
|
| H A D | sha512_glue.c | 73 __be64 bits[2]; in sha512_sparc64_final() local
|
| H A D | sha1_glue.c | 73 __be64 bits; in sha1_sparc64_final() local
|
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| H A D | irq_64.h | 66 static inline void set_softint(unsigned long bits) in set_softint() argument 73 static inline void clear_softint(unsigned long bits) in clear_softint() argument
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| H A D | pcf50633-irq.c | 91 u8 reg, bits; in pcf50633_irq_mask_get() local
|
| /kernel/linux/linux-5.10/drivers/misc/altera-stapl/ |
| H A D | altera-comp.c | 39 static u32 altera_read_packed(u8 *buffer, u32 bits, u32 *bits_avail, in altera_read_packed() argument
|
| /kernel/linux/linux-5.10/drivers/s390/cio/ |
| H A D | airq.c | 116 static inline unsigned long iv_size(unsigned long bits) in iv_size() argument 128 struct airq_iv *airq_iv_create(unsigned long bits, unsigned long flags) in airq_iv_create() argument [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_93cx6.c | 77 uint8_t bits[11]; member
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
| H A D | sysfillrect.c | 25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) bitfill_aligned() argument 81 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned() argument 135 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) bitfill_aligned_rev() argument 191 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned_rev() argument 247 int bits = BITS_PER_LONG, bytes = bits >> 3; sys_fillrect() local [all...] |
| H A D | syscopyarea.c | 28 bitcpy(struct fb_info *p, unsigned long *dst, unsigned dst_idx, const unsigned long *src, unsigned src_idx, int bits, unsigned n) bitcpy() argument 170 bitcpy_rev(struct fb_info *p, unsigned long *dst, unsigned dst_idx, const unsigned long *src, unsigned src_idx, unsigned bits, unsigned n) bitcpy_rev() argument 321 int bits = BITS_PER_LONG, bytes = bits >> 3; sys_copyarea() local [all...] |
| H A D | cfbfillrect.c | 35 bitfill_aligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits, u32 bswapmask) bitfill_aligned() argument 92 bitfill_unaligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned() argument 146 bitfill_aligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits, u32 bswapmask) bitfill_aligned_rev() argument 217 bitfill_unaligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned_rev() argument 282 int bits = BITS_PER_LONG, bytes = bits >> 3; cfb_fillrect() local [all...] |
| /kernel/linux/linux-5.10/sound/drivers/vx/ |
| H A D | vx_uer.c | 216 void vx_set_iec958_status(struct vx_core *chip, unsigned int bits) in vx_set_iec958_status() argument
|
| /kernel/linux/linux-5.10/tools/lib/ |
| H A D | bitmap.c | 8 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() argument 21 __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, int bits) __bitmap_or() argument 60 __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_and() argument 75 __bitmap_equal(const unsigned long *bitmap1, const unsigned long *bitmap2, unsigned int bits) __bitmap_equal() argument [all...] |
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 15 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits() argument 31 struct bit_names bits[] = { in __p_sample_type() local 48 struct bit_names bits[] = { in __p_branch_sample_type() local 64 struct bit_names bits[] = { in __p_read_format() local [all...] |
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nf_conntrack_labels.c | 61 int nf_connlabels_get(struct net *net, unsigned int bits) in nf_connlabels_get() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | M0209.c | 121 u32 bits = (i % M0209E.modulo) * M0209E.bits; in nvbios_M0209Sp() local
|
| /kernel/linux/linux-5.10/drivers/staging/fbtft/ |
| H A D | fbtft-io.c | 46 int bits, i, j; in fbtft_write_spi_emulate_9() local
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/kcomedilib/ |
| H A D | kcomedilib_main.c | 165 comedi_dio_bitfield2(struct comedi_device *dev, unsigned int subdev, unsigned int mask, unsigned int *bits, unsigned int base_channel) comedi_dio_bitfield2() argument
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| H A D | pcf50633-irq.c | 92 u8 reg, bits; in pcf50633_irq_mask_get() local
|