/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 138 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u16() local 158 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u32() local 181 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u64() local 207 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u16() local 232 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u32() local 274 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u64() local 378 const int max = (TEST_SIZE - offset) / 2; in read_test_data_s8() local 407 const int max = (TEST_SIZE - offset) / (sizeof(*ptr)); in read_test_data_s16() local 440 const int max = (TEST_SIZE - offset) / (sizeof(int32_t)); in read_test_data_s32() local
|
/qemu/util/ |
H A D | fifo8.c | 80 static const uint8_t *fifo8_peekpop_bufptr(Fifo8 *fifo, uint32_t max, in fifo8_peekpop_bufptr() 104 const uint8_t *fifo8_peek_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr) in fifo8_peek_bufptr() 109 const uint8_t *fifo8_pop_bufptr(Fifo8 *fifo, uint32_t max, uint32_t *numptr) in fifo8_pop_bufptr()
|
H A D | cpuinfo-i386.c | 24 unsigned max, a, b, c, d, b7 = 0, c7 = 0; in cpuinfo_init() local
|
H A D | qemu-progress.c | 142 void qemu_progress_print(float delta, int max) in qemu_progress_print()
|
H A D | qemu-coroutine.c | 160 unsigned int max = MIN(global_pool_max_size, in coroutine_pool_put_global() local
|
H A D | qdist.c | 108 double min, max; in qdist_pr_internal() local
|
/qemu/target/arm/tcg/ |
H A D | gengvec64.c | 198 TCGv_i64 max = tcg_constant_i64((1ull << ((8 << esz) - 1)) - 1); in gen_suqadd_bhs() local 209 TCGv_i64 max = tcg_constant_i64(INT64_MAX); in gen_suqadd_d() local 226 TCGv_vec max = in gen_suqadd_vec() local 281 TCGv_i64 max = tcg_constant_i64(MAKE_64BIT_MASK(0, 8 << esz)); in gen_usqadd_bhs() local 297 TCGv_i64 max = tcg_constant_i64(UINT64_MAX); in gen_usqadd_d() local
|
H A D | translate-sve.c | 910 int max; in do_shift_zpzi() local 2441 TCGv_i32 max = tcg_constant_i32(vsz); in incr_last_active() local 2455 TCGv_i32 max = tcg_constant_i32(vsz - (1 << esz)); in wrap_last_active() local 6409 int64_t max = -min - 1; in gen_sqxtnb_vec() local 6437 int64_t max = -min - 1; in TRANS_FEAT() local 6471 int64_t max = (1ull << halfbits) - 1; in gen_uqxtnb_vec() local 6495 int64_t max = (1ull << halfbits) - 1; in TRANS_FEAT() local 6529 int64_t max = (1ull << halfbits) - 1; in gen_sqxtunb_vec() local 6554 int64_t max = (1ull << halfbits) - 1; in TRANS_FEAT() local 6728 uint64_t max = MAKE_64BIT_MASK(0, halfbits); in TRANS_FEAT() local [all …]
|
H A D | gengvec.c | 1019 TCGv_i32 max = tcg_constant_i32(32); in gen_ushl_i32() local 1041 TCGv_i64 max = tcg_constant_i64(64); in gen_ushl_i64() local 1063 TCGv_vec max, zero; in gen_ushl_vec() local 1136 TCGv_i32 max = tcg_constant_i32(31); in gen_sshl_i32() local 1159 TCGv_i64 max = tcg_constant_i64(63); in gen_sshl_i64() local 1182 TCGv_vec max, zero; in gen_sshl_vec() local 1354 uint64_t max = MAKE_64BIT_MASK(0, 8 << esz); in gen_uqadd_bhs() local 1421 int64_t max = MAKE_64BIT_MASK(0, (8 << esz) - 1); in gen_sqadd_bhs() local 1566 int64_t max = MAKE_64BIT_MASK(0, (8 << esz) - 1); in gen_sqsub_bhs() local
|
/qemu/tests/bench/ |
H A D | bufferiszero-bench.c | 14 size_t max = 64 * KiB; in test() local
|
/qemu/ui/ |
H A D | vnc-palette.c | 55 VncPalette *palette_new(size_t max, int bpp) in palette_new() 64 void palette_init(VncPalette *palette, size_t max, int bpp) in palette_init()
|
H A D | vnc-palette.h | 46 size_t max; member
|
/qemu/hw/s390x/ |
H A D | s390-stattrib-kvm.c | 89 unsigned long max = s390_get_memory_limit(s390ms) / TARGET_PAGE_SIZE; in kvm_s390_stattrib_set_stattr() local 108 unsigned long max = s390_get_memory_limit(s390ms) / TARGET_PAGE_SIZE; in kvm_s390_stattrib_synchronize() local
|
/qemu/include/qemu/ |
H A D | timed-average.h | 40 uint64_t max; /* maximum value accounted in the window */ member
|
H A D | throttle.h | 81 uint64_t max; /* leaky bucket max burst in units */ member
|
/qemu/system/ |
H A D | dirtylimit.c | 258 uint64_t min, max; in dirtylimit_done() local 270 uint64_t min, max; in dirtylimit_need_linear_adjustment() local 572 int64_t max = 0; in dirtylimit_throttle_time_per_round() local
|
/qemu/tests/unit/ |
H A D | test-aio.c | 44 int max; member 51 int max; member 756 unsigned max; member
|
H A D | test-coroutine.c | 101 unsigned int max; /* maximum level of nesting */ member 517 unsigned int i, max; in perf_lifecycle() local
|
H A D | test-rcu-list.c | 57 static int select_random_el(int max) in select_random_el()
|
/qemu/target/hexagon/mmvec/ |
H A D | decode_ext_mmvec.c | 99 decode_mmvec_move_cvi_to_end(Packet *pkt, int max) in decode_mmvec_move_cvi_to_end()
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_input.h | 44 uint32_t max; member
|
/qemu/qapi/ |
H A D | qapi-visit-core.c | 186 uint64_t max, const char *type, Error **errp) in visit_type_uintN() 253 int64_t min, int64_t max, const char *type, in visit_type_intN()
|
/qemu/hw/char/ |
H A D | spapr_vty.c | 55 static int vty_getchars(SpaprVioDevice *sdev, uint8_t *buf, int max) in vty_getchars()
|
/qemu/target/ppc/ |
H A D | compat.c | 129 const CompatInfo *max = compat_by_pvr(max_compat_pvr); in pcc_compat() local
|
/qemu/hw/ppc/ |
H A D | prep.c | 124 uint32_t max) in NVRAM_set_string()
|