Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 76) sorted by relevance

1234

/qemu/tests/tcg/multiarch/system/
H A Dmemory.c138 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 Dfifo8.c80 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 Dcpuinfo-i386.c24 unsigned max, a, b, c, d, b7 = 0, c7 = 0; in cpuinfo_init() local
H A Dqemu-progress.c142 void qemu_progress_print(float delta, int max) in qemu_progress_print()
H A Dqemu-coroutine.c160 unsigned int max = MIN(global_pool_max_size, in coroutine_pool_put_global() local
H A Dqdist.c108 double min, max; in qdist_pr_internal() local
/qemu/target/arm/tcg/
H A Dgengvec64.c198 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 Dtranslate-sve.c910 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 Dgengvec.c1019 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 Dbufferiszero-bench.c14 size_t max = 64 * KiB; in test() local
/qemu/ui/
H A Dvnc-palette.c55 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 Dvnc-palette.h46 size_t max; member
/qemu/hw/s390x/
H A Ds390-stattrib-kvm.c89 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 Dtimed-average.h40 uint64_t max; /* maximum value accounted in the window */ member
H A Dthrottle.h81 uint64_t max; /* leaky bucket max burst in units */ member
/qemu/system/
H A Ddirtylimit.c258 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 Dtest-aio.c44 int max; member
51 int max; member
756 unsigned max; member
H A Dtest-coroutine.c101 unsigned int max; /* maximum level of nesting */ member
517 unsigned int i, max; in perf_lifecycle() local
H A Dtest-rcu-list.c57 static int select_random_el(int max) in select_random_el()
/qemu/target/hexagon/mmvec/
H A Ddecode_ext_mmvec.c99 decode_mmvec_move_cvi_to_end(Packet *pkt, int max) in decode_mmvec_move_cvi_to_end()
/qemu/include/standard-headers/linux/
H A Dvirtio_input.h44 uint32_t max; member
/qemu/qapi/
H A Dqapi-visit-core.c186 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 Dspapr_vty.c55 static int vty_getchars(SpaprVioDevice *sdev, uint8_t *buf, int max) in vty_getchars()
/qemu/target/ppc/
H A Dcompat.c129 const CompatInfo *max = compat_by_pvr(max_compat_pvr); in pcc_compat() local
/qemu/hw/ppc/
H A Dprep.c124 uint32_t max) in NVRAM_set_string()

1234