Searched full:scaling (Results 1 – 25 of 30) sorted by relevance
12
/qemu/qapi/ |
H A D | ebpf.json | 16 # Currently, there is a possible eBPF for receive-side scaling (RSS). 37 # @rss: Receive side scaling, technology that allows steering traffic
|
H A D | block.json | 37 # correspondingly scaling up the number of heads. 40 # 15-head, by proportionally scaling up the number of
|
/qemu/tests/qtest/ |
H A D | sse-timer-test.c | 93 /* Check the counter scaling functionality */ in test_counter() 196 * scaling changes while it has an active timer. in test_timer_scale_change()
|
/qemu/docs/system/i386/ |
H A D | hyperv.rst | 155 the same TSC frequency or support TSC scaling CPU feature. 310 scaling or when guest migration is not needed.
|
/qemu/hw/timer/ |
H A D | sse-counter.c | 153 * Scaling is enabled. The CNTSCR value is the amount added to in sse_counter_for_timestamp() 218 * - counter scaling is implemented in sse_counter_control_read()
|
/qemu/docs/devel/ |
H A D | ebpf_rss.rst | 7 RSS(Receive Side Scaling) is used to distribute network packets to guest virtqueues
|
H A D | tracing.rst | 135 instead. This may require scaling the value first by multiplying it by 1000
|
/qemu/scripts/kvm/ |
H A D | vmxcap | 194 25: 'TSC scaling',
|
/qemu/hw/display/ |
H A D | ssd0303.c | 34 /* Scaling factor for pixels. */
|
H A D | ssd0323.c | 36 /* Scaling factor for pixels. */
|
/qemu/util/ |
H A D | cutils.c | 201 * - hex with scaling suffix, such as 0x20M or 0x1p3 (both fail with 208 * garbage "3") or 0x1p3 (rejected as hex with scaling suffix) 253 * exponent, but we want to treat it as a scaling suffix; in do_strtosz()
|
H A D | qht.c | 58 * The Secret to Scaling Concurrent Search Data Structures", ASPLOS'15.
|
H A D | hbitmap.c | 67 /* A scaling factor. Given a granularity of G, each bit in the bitmap will
|
/qemu/hw/input/ |
H A D | ps2.c | 59 #define AUX_SET_SCALE11 0xE6 /* Set 1:1 scaling */ 60 #define AUX_SET_SCALE21 0xE7 /* Set 2:1 scaling */ 62 #define AUX_GET_SCALE 0xE9 /* Get scaling factor */
|
/qemu/tests/tcg/i386/ |
H A D | test-avx.c | 240 * to account for scaling by 8 */
|
/qemu/target/hexagon/imported/ |
H A D | float.idef | 42 "Floating-Point Fused Multiply Add w/ Additional Scaling (2**Pu)",
|
/qemu/include/qapi/ |
H A D | visitor.h | 612 * recognize additional syntax, such as suffixes for easily scaling
|
/qemu/ui/ |
H A D | gtk.c | 854 * - (host) logical window coordinate: the existence of global scaling 891 * global scaling factor to 2, if the guest buffer size is 1920x1080 and the
|
H A D | cocoa.m | 596 * factor the scaling will result in an output width of max.width (i.e. we
|
/qemu/target/i386/ |
H A D | cpu.c | 1488 NULL, "vmx-tsc-scaling", "vmx-enable-user-wait-pause", NULL, 2787 * TSC scaling (Skylake Server and newer) 3809 /* Missing: Mode-based execute control (XS/XU), processor tracing, TSC scaling */ 3933 /* Missing: Mode-based execute control (XS/XU), processor tracing, TSC scaling */ 4073 /* Missing: Mode-based execute control (XS/XU), processor tracing, TSC scaling */ 4214 /* Missing: Mode-based execute control (XS/XU), processor tracing, TSC scaling */ 4327 /* Missing: Mode-based execute control (XS/XU), processor tracing, TSC scaling */
|
/qemu/fpu/ |
H A D | softfloat.c | 3927 /* Without scaling, there are no overflow concerns. */ in int64_to_float32_scalbn() 3967 /* Without scaling, there are no overflow concerns. */ in int64_to_float64_scalbn() 4147 /* Without scaling, there are no overflow concerns. */ in uint64_to_float32_scalbn() 4187 /* Without scaling, there are no overflow concerns. */ in uint64_to_float64_scalbn()
|
/qemu/docs/about/ |
H A D | removed-features.rst | 411 Hexadecimal sizes with scaling multipliers (removed in 8.0)
|
/qemu/hw/misc/ |
H A D | mac_via.c | 964 * a x3 scaling factor which seems to work well in via1_timer_calibration_hack()
|
/qemu/net/ |
H A D | vhost-vdpa.c | 946 /* load the receive-side scaling state */ in vhost_vdpa_net_load_mq()
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 890 * If TSC scaling is supported, attempt to set TSC frequency. in kvm_arch_set_tsc_khz() 918 "and TSC scaling unavailable", in kvm_arch_set_tsc_khz()
|
12