/openbmc/qemu/include/qemu/ |
H A D | bitmap.h | 67 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument 80 #define small_nbits(nbits) \ argument 101 static inline unsigned long *bitmap_try_new(long nbits) in bitmap_try_new() 107 static inline unsigned long *bitmap_new(long nbits) in bitmap_new() 113 static inline void bitmap_zero(unsigned long *dst, long nbits) in bitmap_zero() 123 static inline void bitmap_fill(unsigned long *dst, long nbits) in bitmap_fill() 134 long nbits) in bitmap_copy() 145 const unsigned long *src2, long nbits) in bitmap_and() 154 const unsigned long *src2, long nbits) in bitmap_or() 164 const unsigned long *src2, long nbits) in bitmap_xor() [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | bitmap.h | 9 #define small_const_nbits(nbits) \ argument 12 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
|
/openbmc/qemu/util/ |
H A D | bitmap.c | 404 long slow_bitmap_count_one(const unsigned long *bitmap, long nbits) in slow_bitmap_count_one() 420 const unsigned long *src, long nbits) in bitmap_to_from_le() 440 long nbits) in bitmap_from_le() 446 long nbits) in bitmap_to_le() 457 unsigned long shift, unsigned long nbits) in bitmap_copy_with_src_offset() 499 unsigned long shift, unsigned long nbits) in bitmap_copy_with_dst_offset()
|
H A D | thread-context.c | 92 int nbits = 0, ret; in thread_context_set_cpu_affinity() local 139 unsigned long *bitmap, nbits, value; in thread_context_get_cpu_affinity() local 173 const int nbits = numa_num_possible_cpus(); in thread_context_set_node_affinity() local
|
H A D | qemu-thread-win32.c | 382 unsigned long nbits) in qemu_thread_set_affinity() 388 unsigned long *nbits) in qemu_thread_get_affinity()
|
H A D | qemu-thread-posix.c | 445 unsigned long nbits) in qemu_thread_set_affinity() 472 unsigned long *nbits) in qemu_thread_get_affinity()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | immap.c | 92 static void binary(char *label, uint value, int nbits) in binary()
|
/openbmc/qemu/include/system/ |
H A D | ram_addr.h | 359 unsigned long page_number, c, nbits; in cpu_physical_memory_set_dirty_lebitmap() local
|
/openbmc/qemu/system/ |
H A D | ram-block-attributes.c | 327 const unsigned long nbits = size / block_size; in ram_block_attributes_state_change() local
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | md5.c | 328 md5_word_t nbits = (md5_word_t)(nbytes << 3); in md5_append() local
|
/openbmc/u-boot/lib/ |
H A D | bch.c | 1037 unsigned int nbits; in decode_bch() local 1214 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-mem.c | 424 const unsigned long nbits = size / vmem->block_size; in virtio_mem_set_range_plugged() local 433 const unsigned long nbits = size / vmem->block_size; in virtio_mem_set_range_unplugged() local
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 1037 uint64_t nbits; in ct3_test_region_block_backed() local 1063 uint64_t nbits; in ct3_clear_region_block_backed() local
|
/openbmc/qemu/migration/ |
H A D | ram.c | 302 unsigned long *le_bitmap, nbits; in ramblock_recv_bitmap_send() local 4421 unsigned long nbits = block->used_length >> TARGET_PAGE_BITS; in ram_dirty_bitmap_reload() local
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 1923 #define VSX_TDIV(op, nels, tp, fld, emin, emax, nbits) \ argument 1980 #define VSX_TSQRT(op, nels, tp, fld, emin, nbits) \ argument
|