Home
last modified time | relevance | path

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

123

/qemu/tests/tcg/multiarch/system/
A Dmemory.c139 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u16() local
159 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u32() local
182 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u64() local
208 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u16() local
233 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u32() local
275 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u64() local
379 const int max = (TEST_SIZE - offset) / 2; in read_test_data_s8() local
408 const int max = (TEST_SIZE - offset) / (sizeof(*ptr)); in read_test_data_s16() local
441 const int max = (TEST_SIZE - offset) / (sizeof(int32_t)); in read_test_data_s32() local
/qemu/util/
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()
A Dcpuinfo-i386.c24 unsigned max, a, b, c, d, b7 = 0, c7 = 0; in cpuinfo_init() local
A Dqemu-progress.c142 void qemu_progress_print(float delta, int max) in qemu_progress_print()
A Dqemu-coroutine.c160 unsigned int max = MIN(global_pool_max_size, in coroutine_pool_put_global() local
A Dqdist.c108 double min, max; in qdist_pr_internal() local
/qemu/target/arm/tcg/
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
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
A Dtranslate-sve.c905 int max; in do_shift_zpzi() local
2436 TCGv_i32 max = tcg_constant_i32(vsz); in incr_last_active() local
6323 int64_t max = -min - 1; in gen_sqxtnb_vec() local
6351 int64_t max = -min - 1; in TRANS_FEAT() local
6385 int64_t max = (1ull << halfbits) - 1; in gen_uqxtnb_vec() local
6409 int64_t max = (1ull << halfbits) - 1; in TRANS_FEAT() local
6443 int64_t max = (1ull << halfbits) - 1; in gen_sqxtunb_vec() local
6468 int64_t max = (1ull << halfbits) - 1; in TRANS_FEAT() local
6642 uint64_t max = MAKE_64BIT_MASK(0, halfbits); in TRANS_FEAT() local
6808 int64_t max = MAKE_64BIT_MASK(0, halfbits); in TRANS_FEAT() local
[all …]
/qemu/tests/bench/
A Dbufferiszero-bench.c14 size_t max = 64 * KiB; in test() local
/qemu/ui/
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()
A Dvnc-palette.h46 size_t max; member
/qemu/hw/s390x/
A Ds390-stattrib-kvm.c88 unsigned long max = machine->ram_size / TARGET_PAGE_SIZE; in kvm_s390_stattrib_set_stattr() local
107 unsigned long max = machine->ram_size / TARGET_PAGE_SIZE; in kvm_s390_stattrib_synchronize() local
/qemu/include/qemu/
A Dtimed-average.h40 uint64_t max; /* maximum value accounted in the window */ member
A Dthrottle.h81 uint64_t max; /* leaky bucket max burst in units */ member
/qemu/system/
A Ddirtylimit.c259 uint64_t min, max; in dirtylimit_done() local
271 uint64_t min, max; in dirtylimit_need_linear_adjustment() local
575 int64_t max = 0; in dirtylimit_throttle_time_per_round() local
/qemu/tests/unit/
A Dtest-aio.c44 int max; member
51 int max; member
756 unsigned max; member
A Dtest-coroutine.c101 unsigned int max; /* maximum level of nesting */ member
517 unsigned int i, max; in perf_lifecycle() local
A Dtest-rcu-list.c57 static int select_random_el(int max) in select_random_el()
/qemu/target/hexagon/mmvec/
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/
A Dvirtio_input.h44 uint32_t max; member
/qemu/qapi/
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/
A Dspapr_vty.c55 static int vty_getchars(SpaprVioDevice *sdev, uint8_t *buf, int max) in vty_getchars()
/qemu/target/ppc/
A Dcompat.c129 const CompatInfo *max = compat_by_pvr(max_compat_pvr); in pcc_compat() local
/qemu/hw/ppc/
A Dprep.c123 uint32_t max) in NVRAM_set_string()

Completed in 60 milliseconds

123