maskp             229 arch/arm64/kernel/insn.c 						u32 *maskp, int *shiftp)
maskp             280 arch/arm64/kernel/insn.c 	*maskp = mask;
maskp             435 arch/powerpc/mm/slice.c 	const struct slice_mask *maskp;
maskp             492 arch/powerpc/mm/slice.c 	maskp = slice_mask_for_size(&mm->context, psize);
maskp             521 arch/powerpc/mm/slice.c 			slice_or_mask(&good_mask, maskp, compat_maskp);
maskp             523 arch/powerpc/mm/slice.c 			slice_copy_mask(&good_mask, maskp);
maskp             525 arch/powerpc/mm/slice.c 		slice_copy_mask(&good_mask, maskp);
maskp             763 arch/powerpc/mm/slice.c 	const struct slice_mask *maskp;
maskp             768 arch/powerpc/mm/slice.c 	maskp = slice_mask_for_size(&mm->context, psize);
maskp             776 arch/powerpc/mm/slice.c 		slice_or_mask(&available, maskp, compat_maskp);
maskp             780 arch/powerpc/mm/slice.c 	return !slice_check_range_fits(mm, maskp, addr, len);
maskp             242 arch/powerpc/perf/isa207-common.c int isa207_get_constraint(u64 event, unsigned long *maskp, unsigned long *valp)
maskp             359 arch/powerpc/perf/isa207-common.c 	*maskp = mask;
maskp             218 arch/powerpc/perf/isa207-common.h int isa207_get_constraint(u64 event, unsigned long *maskp, unsigned long *valp);
maskp             150 arch/powerpc/perf/mpc7450-pmu.c static int mpc7450_get_constraint(u64 event, unsigned long *maskp,
maskp             181 arch/powerpc/perf/mpc7450-pmu.c 	*maskp = mask;
maskp             132 arch/powerpc/perf/power5+-pmu.c static int power5p_get_constraint(u64 event, unsigned long *maskp,
maskp             182 arch/powerpc/perf/power5+-pmu.c 	*maskp = mask;
maskp             136 arch/powerpc/perf/power5-pmu.c static int power5_get_constraint(u64 event, unsigned long *maskp,
maskp             204 arch/powerpc/perf/power5-pmu.c 	*maskp = mask;
maskp             266 arch/powerpc/perf/power6-pmu.c static int p6_get_constraint(u64 event, unsigned long *maskp,
maskp             295 arch/powerpc/perf/power6-pmu.c 	*maskp = mask;
maskp              81 arch/powerpc/perf/power7-pmu.c static int power7_get_constraint(u64 event, unsigned long *maskp,
maskp             111 arch/powerpc/perf/power7-pmu.c 	*maskp = mask;
maskp             190 arch/powerpc/perf/ppc970-pmu.c static int p970_get_constraint(u64 event, unsigned long *maskp,
maskp             237 arch/powerpc/perf/ppc970-pmu.c 	*maskp = mask;
maskp              86 arch/powerpc/platforms/512x/mpc5121_ads_cpld.c 			    u8 __iomem *maskp)
maskp              90 arch/powerpc/platforms/512x/mpc5121_ads_cpld.c 	u8 mask = in_8(maskp);
maskp            2260 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c #define SAME_VAL_MASK(type, valp, maskp, matchvalp, matchmaskp) ({ \
maskp            2263 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 	type maskx = *(type *)(maskp); \
maskp            2270 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c static bool cmp_val_mask(void *valp, void *maskp, void *matchvalp,
maskp            2277 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		same = SAME_VAL_MASK(u8, valp, maskp, matchvalp, matchmaskp);
maskp            2280 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		same = SAME_VAL_MASK(u16, valp, maskp, matchvalp, matchmaskp);
maskp            2283 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		same = SAME_VAL_MASK(u32, valp, maskp, matchvalp, matchmaskp);
maskp             190 drivers/pinctrl/sh-pfc/core.c 				     void __iomem **mapped_regp, u32 *maskp,
maskp             198 drivers/pinctrl/sh-pfc/core.c 		*maskp = (1 << crp->field_width) - 1;
maskp             201 drivers/pinctrl/sh-pfc/core.c 		*maskp = (1 << crp->var_field_width[in_pos]) - 1;
maskp            10650 drivers/scsi/lpfc/lpfc_init.c 	const struct cpumask *maskp;
maskp            10721 drivers/scsi/lpfc/lpfc_init.c 		maskp = pci_irq_get_affinity(phba->pcidev, idx);
maskp            10722 drivers/scsi/lpfc/lpfc_init.c 		if (!maskp) {
maskp            10740 drivers/scsi/lpfc/lpfc_init.c 		for_each_cpu_and(cpu, maskp, cpu_present_mask) {
maskp            10987 drivers/scsi/lpfc/lpfc_init.c 	const struct cpumask *maskp;
maskp            10994 drivers/scsi/lpfc/lpfc_init.c 		maskp = pci_irq_get_affinity(phba->pcidev, idx);
maskp            10995 drivers/scsi/lpfc/lpfc_init.c 		if (!maskp)
maskp            11002 drivers/scsi/lpfc/lpfc_init.c 		if (!cpumask_and(&tmp, maskp, cpumask_of(cpu)))
maskp            11010 drivers/scsi/lpfc/lpfc_init.c 		cpumask_and(&tmp, maskp, cpu_online_mask);
maskp             183 include/linux/bitmap.h extern int bitmap_parselist(const char *buf, unsigned long *maskp,
maskp             206 include/linux/bitmap.h 				   const unsigned long *maskp, int nmaskbits);
maskp             436 include/linux/bitmap.h 			unsigned long *maskp, int nmaskbits)
maskp             438 include/linux/bitmap.h 	return __bitmap_parse(buf, buflen, 0, maskp, nmaskbits);
maskp              26 include/linux/cpumask.h #define cpumask_bits(maskp) ((maskp)->bits)
maskp              34 include/linux/cpumask.h #define cpumask_pr_args(maskp)		nr_cpu_ids, cpumask_bits(maskp)
maskp             107 include/linux/nodemask.h #define nodemask_pr_args(maskp)	__nodemask_pr_numnodes(maskp), \
maskp             108 include/linux/nodemask.h 				__nodemask_pr_bits(maskp)
maskp             299 include/linux/nodemask.h static inline int __first_unset_node(const nodemask_t *maskp)
maskp             302 include/linux/nodemask.h 			find_first_zero_bit(maskp->bits, MAX_NUMNODES));
maskp             497 include/linux/nodemask.h extern int node_random(const nodemask_t *maskp);
maskp              92 include/linux/trace_seq.h extern void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp,
maskp             105 include/linux/trace_seq.h trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp,
maskp             114 kernel/trace/trace_seq.c void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp,
maskp             124 kernel/trace/trace_seq.c 	seq_buf_printf(&s->seq, "%*pb", nmaskbits, maskp);
maskp             377 lib/bitmap.c   		int is_user, unsigned long *maskp,
maskp             384 lib/bitmap.c   	bitmap_zero(maskp, nmaskbits);
maskp             435 lib/bitmap.c   		__bitmap_shift_left(maskp, maskp, CHUNKSZ, nmaskbits);
maskp             436 lib/bitmap.c   		*maskp |= chunk;
maskp             463 lib/bitmap.c   			unsigned int ulen, unsigned long *maskp,
maskp             469 lib/bitmap.c   				ulen, 1, maskp, nmaskbits);
maskp             490 lib/bitmap.c   int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp,
maskp             495 lib/bitmap.c   	return list ? scnprintf(buf, len, "%*pbl\n", nmaskbits, maskp) :
maskp             496 lib/bitmap.c   		      scnprintf(buf, len, "%*pb\n", nmaskbits, maskp);
maskp             642 lib/bitmap.c   int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits)
maskp             647 lib/bitmap.c   	bitmap_zero(maskp, nmaskbits);
maskp             662 lib/bitmap.c   		ret = bitmap_set_region(&r, maskp, nmaskbits);
maskp             684 lib/bitmap.c   			unsigned int ulen, unsigned long *maskp,
maskp             694 lib/bitmap.c   	ret = bitmap_parselist(buf, maskp, nmaskbits);
maskp             396 lib/dynamic_debug.c 			       unsigned int *maskp)
maskp             430 lib/dynamic_debug.c 		*maskp = 0;
maskp             434 lib/dynamic_debug.c 		*maskp = ~0U;
maskp             438 lib/dynamic_debug.c 		*maskp = ~flags;
maskp             442 lib/dynamic_debug.c 	vpr_info("*flagsp=0x%x *maskp=0x%x\n", *flagsp, *maskp);
maskp              21 lib/nodemask.c int node_random(const nodemask_t *maskp)
maskp              25 lib/nodemask.c 	w = nodes_weight(*maskp);
maskp              27 lib/nodemask.c 		bit = bitmap_ord_to_pos(maskp->bits,
maskp            1167 sound/core/pcm_lib.c 	struct snd_mask *maskp = constrs_mask(constrs, var);
maskp            1168 sound/core/pcm_lib.c 	*maskp->bits &= mask;
maskp            1169 sound/core/pcm_lib.c 	memset(maskp->bits + 1, 0, (SNDRV_MASK_MAX-32) / 8); /* clear rest */
maskp            1170 sound/core/pcm_lib.c 	if (*maskp->bits == 0)
maskp            1189 sound/core/pcm_lib.c 	struct snd_mask *maskp = constrs_mask(constrs, var);
maskp            1190 sound/core/pcm_lib.c 	maskp->bits[0] &= (u_int32_t)mask;
maskp            1191 sound/core/pcm_lib.c 	maskp->bits[1] &= (u_int32_t)(mask >> 32);
maskp            1192 sound/core/pcm_lib.c 	memset(maskp->bits + 2, 0, (SNDRV_MASK_MAX-64) / 8); /* clear rest */
maskp            1193 sound/core/pcm_lib.c 	if (! maskp->bits[0] && ! maskp->bits[1])
maskp             182 sound/soc/sti/sti_uniperif.c 	struct snd_mask *maskp = hw_param_mask(params, rule->var);
maskp             198 sound/soc/sti/sti_uniperif.c 	maskp->bits[0] &= (u_int32_t)format;
maskp             199 sound/soc/sti/sti_uniperif.c 	maskp->bits[1] &= (u_int32_t)(format >> 32);
maskp             201 sound/soc/sti/sti_uniperif.c 	memset(maskp->bits + 2, 0, (SNDRV_MASK_MAX - 64) / 8);
maskp             203 sound/soc/sti/sti_uniperif.c 	if (!maskp->bits[0] && !maskp->bits[1])
maskp              16 tools/perf/tests/perf-record.c static int sched__get_first_possible_cpu(pid_t pid, cpu_set_t *maskp)
maskp              20 tools/perf/tests/perf-record.c 	CPU_ZERO(maskp);
maskp              22 tools/perf/tests/perf-record.c 	if (sched_getaffinity(pid, sizeof(*maskp), maskp) == -1) {
maskp              32 tools/perf/tests/perf-record.c 		if (CPU_ISSET(i, maskp)) {
maskp              36 tools/perf/tests/perf-record.c 				CPU_CLR(i, maskp);
maskp             689 tools/perf/util/svghelper.c #define cpumask_bits(maskp) ((maskp)->bits)
maskp              32 tools/power/cpupower/utils/helpers/bitmask.c 	bmp->maskp = calloc(longsperbits(n), sizeof(unsigned long));
maskp              33 tools/power/cpupower/utils/helpers/bitmask.c 	if (bmp->maskp == 0) {
maskp              45 tools/power/cpupower/utils/helpers/bitmask.c 	free(bmp->maskp);
maskp              46 tools/power/cpupower/utils/helpers/bitmask.c 	bmp->maskp = (unsigned long *)0xdeadcdef;  /* double free tripwire */
maskp              65 tools/power/cpupower/utils/helpers/bitmask.c 		return (bmp->maskp[n/bitsperlong] >> (n % bitsperlong)) & 1;
maskp              75 tools/power/cpupower/utils/helpers/bitmask.c 			bmp->maskp[n/bitsperlong] |= 1UL << (n % bitsperlong);
maskp              77 tools/power/cpupower/utils/helpers/bitmask.c 			bmp->maskp[n/bitsperlong] &=
maskp              13 tools/power/cpupower/utils/helpers/bitmask.h 	unsigned long *maskp;