Home
last modified time | relevance | path

Searched defs:nbits (Results 26 - 50 of 144) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_print.c217 drm_print_bits(struct drm_printer *p, unsigned long value, const char * const bits[], unsigned int nbits) drm_print_bits() argument
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/
H A Dpcie-cadence.c35 int nbits = ilog2(sz); in cdns_pcie_set_outbound_region() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dmisc.h144 bitmap_test_range_all_set(const unsigned long *addr, unsigned long start, unsigned long nbits) bitmap_test_range_all_set() argument
154 bitmap_test_range_all_zero(const unsigned long *addr, unsigned long start, unsigned long nbits) bitmap_test_range_all_zero() argument
/kernel/linux/linux-6.6/drivers/pci/controller/cadence/
H A Dpcie-cadence.c36 int nbits = ilog2(sz); in cdns_pcie_set_outbound_region() local
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_print.c240 drm_print_bits(struct drm_printer *p, unsigned long value, const char * const bits[], unsigned int nbits) drm_print_bits() argument
/kernel/linux/linux-6.6/lib/
H A Dfind_bit.c131 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit() argument
195 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits, in _find_next_zero_bit() argument
168 _find_next_and_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start) _find_next_and_bit() argument
177 _find_next_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start) _find_next_andnot_bit() argument
186 _find_next_or_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start) _find_next_or_bit() argument
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dsm2.c25 unsigned int nbits; /* Number of bits. */ member
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dtraps.c54 static int printbinary(char *buf, unsigned long x, int nbits) in printbinary() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Daperture_64.c160 int nbits; in read_agp() local
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dtraps.c59 static int printbinary(char *buf, unsigned long x, int nbits) in printbinary() argument
/kernel/linux/linux-5.10/include/linux/
H A Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
51 static inline MPI mpi_new(unsigned int nbits) in mpi_new() argument
200 unsigned int nbits; /* Number of bits. */ member
H A Dnvmem-consumer.h27 unsigned int nbits; member
H A Dbitmap.h243 bitmap_zero(unsigned long *dst, unsigned int nbits) bitmap_zero() argument
249 bitmap_fill(unsigned long *dst, unsigned int nbits) bitmap_fill() argument
255 bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy() argument
265 bitmap_copy_clear_tail(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy_clear_tail() argument
291 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument
299 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument
308 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_xor() argument
317 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_andnot() argument
325 bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_complement() argument
341 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument
361 bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, const unsigned long *src3, unsigned int nbits) bitmap_or_equal() argument
372 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument
381 bitmap_subset(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_subset() argument
390 bitmap_empty(const unsigned long *src, unsigned nbits) bitmap_empty() argument
398 bitmap_full(const unsigned long *src, unsigned int nbits) bitmap_full() argument
406 bitmap_weight(const unsigned long *src, unsigned int nbits) bitmap_weight() argument
413 bitmap_set(unsigned long *map, unsigned int start, unsigned int nbits) bitmap_set() argument
427 bitmap_clear(unsigned long *map, unsigned int start, unsigned int nbits) bitmap_clear() argument
441 bitmap_shift_right(unsigned long *dst, const unsigned long *src, unsigned int shift, unsigned int nbits) bitmap_shift_right() argument
450 bitmap_shift_left(unsigned long *dst, const unsigned long *src, unsigned int shift, unsigned int nbits) bitmap_shift_left() argument
459 bitmap_replace(unsigned long *dst, const unsigned long *old, const unsigned long *new, const unsigned long *mask, unsigned int nbits) bitmap_replace() argument
[all...]
/kernel/linux/linux-5.10/lib/mpi/
H A Dmpicoder.c40 unsigned nbits, nlimbs; in mpi_read_raw_data() local
85 unsigned int nbits, nbytes; in mpi_read_from_buffer() local
121 unsigned int nbits, nbytes, nlimbs; mpi_fromstr() local
440 unsigned int nbits, nlimbs; mpi_read_raw_from_sgl() local
558 unsigned int nbits = mpi_get_nbits(a); mpi_print() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_bitmap.c277 unsigned int nbits = 64; in test_replace() local
72 __check_eq_bitmap(const char *srcfile, unsigned int line, const unsigned long *exp_bmap, const unsigned long *bmap, unsigned int nbits) __check_eq_bitmap() argument
86 __check_eq_pbl(const char *srcfile, unsigned int line, const char *expected_pbl, const unsigned long *bitmap, unsigned int nbits) __check_eq_pbl() argument
307 const int nbits; global() member
472 unsigned int nbits, next_bit; test_bitmap_arr32() local
500 unsigned int start, nbits; test_mem_optimisations() local
569 unsigned int nbits; global() member
[all...]
/kernel/linux/linux-5.10/mm/
H A Dcma.c378 unsigned long nbits = cma_bitmap_maxno(cma); in cma_debug_show_areas() local
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf_item_recover.c445 int nbits; in xlog_recover_do_reg_buffer() local
586 int nbits in xlog_recover_do_inode_buffer() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dbitmap.h240 bitmap_zero(unsigned long *dst, unsigned int nbits) bitmap_zero() argument
250 bitmap_fill(unsigned long *dst, unsigned int nbits) bitmap_fill() argument
260 bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy() argument
274 bitmap_copy_clear_tail(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy_clear_tail() argument
318 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument
326 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument
335 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_xor() argument
344 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_andnot() argument
352 bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_complement() argument
368 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument
388 bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, const unsigned long *src3, unsigned int nbits) bitmap_or_equal() argument
399 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument
409 bitmap_subset(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_subset() argument
418 bitmap_empty(const unsigned long *src, unsigned nbits) bitmap_empty() argument
426 bitmap_full(const unsigned long *src, unsigned int nbits) bitmap_full() argument
435 bitmap_weight(const unsigned long *src, unsigned int nbits) bitmap_weight() argument
443 bitmap_weight_and(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_weight_and() argument
451 bitmap_set(unsigned long *map, unsigned int start, unsigned int nbits) bitmap_set() argument
467 bitmap_clear(unsigned long *map, unsigned int start, unsigned int nbits) bitmap_clear() argument
483 bitmap_shift_right(unsigned long *dst, const unsigned long *src, unsigned int shift, unsigned int nbits) bitmap_shift_right() argument
492 bitmap_shift_left(unsigned long *dst, const unsigned long *src, unsigned int shift, unsigned int nbits) bitmap_shift_left() argument
501 bitmap_replace(unsigned long *dst, const unsigned long *old, const unsigned long *new, const unsigned long *mask, unsigned int nbits) bitmap_replace() argument
[all...]
H A Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
51 static inline MPI mpi_new(unsigned int nbits) in mpi_new() argument
200 unsigned int nbits; /* Number of bits. */ member
/kernel/linux/linux-6.6/drivers/vfio/
H A Diova_bitmap.c415 unsigned int nbits = min(BITS_PER_PAGE - offset, in iova_bitmap_set() local
/kernel/linux/linux-6.6/crypto/
H A Dsm2.c28 unsigned int nbits; /* Number of bits. */ member
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Daperture_64.c170 int nbits; in read_agp() local
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dmpicoder.c40 unsigned nbits, nlimbs; in mpi_read_raw_data() local
85 unsigned int nbits, nbytes; in mpi_read_from_buffer() local
121 unsigned int nbits, nbytes, nlimbs; mpi_fromstr() local
440 unsigned int nbits, nlimbs; mpi_read_raw_from_sgl() local
558 unsigned int nbits = mpi_get_nbits(a); mpi_print() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dcma.c396 unsigned long nbits = cma_bitmap_maxno(cma); in cma_debug_show_areas() local
/kernel/linux/linux-5.10/arch/c6x/platforms/
H A Ddscr.c71 u8 nbits; /* number of bits per device */ member
89 u8 nbits; /* number of bits per device */ member
[all...]

Completed in 23 milliseconds

123456