Searched full:adjustment (Results 1 – 25 of 29) sorted by relevance
12
/qemu/tests/tcg/s390x/ |
H A D | pgm-specification-softmmu.S | 24 lg %r0,expected_old_psw+8 /* ilc adjustment */
|
H A D | mc.S | 28 lgrl %r0,program_old_psw+8 /* ilc adjustment */
|
/qemu/hw/9pfs/ |
H A D | 9p-util-darwin.c | 101 * delayed adjustment of permissions at fchmodat(). However currently in create_socket_file_at_cwd()
|
/qemu/docs/system/arm/ |
H A D | cpu-features.rst | 182 the virtual time adjustment is enabled (vtime is not *not* adjusted). 184 When virtual time adjustment is enabled each time the VM transitions 194 Enable kvm-no-adjvtime to disable virtual time adjustment, also
|
/qemu/docs/system/i386/ |
H A D | tdx.rst | 87 explicit feature adjustment of "+featureA/-featureB", can be supported or not.
|
/qemu/hw/usb/ |
H A D | hcd-ehci-pci.c | 52 pci_set_byte(&pci_conf[0x61], 0x20); /* frame length adjustment (2.1.5) */ in usb_ehci_pci_realize()
|
/qemu/hw/i386/kvm/ |
H A D | clock.c | 113 * essentially CLOCK_MONOTONIC plus a guest-specific adjustment. This in kvm_update_clock()
|
/qemu/hw/net/ |
H A D | e1000x_regs.h | 282 #define E1000_TIMADJL 0x0B60C /* Time Adjustment Offset register Low - RW */ 283 #define E1000_TIMADJH 0x0B610 /* Time Adjustment Offset register High - RW */ 663 #define EEPROM_SERDES_AMPLITUDE 0x0006 /* For SERDES output amplitude adjustment. */
|
H A D | sungem.c | 581 /* Size adjustment for FCS */ in sungem_receive()
|
/qemu/accel/tcg/ |
H A D | icount-common.c | 476 * Have both realtime and virtual time triggers for speed adjustment. in icount_configure()
|
/qemu/target/arm/tcg/ |
H A D | translate-sme.c | 88 /* Row slices are always aligned and need no endian adjustment. */ in get_tile_rowcol()
|
H A D | cpu32.c | 999 * older v6 and v7 programs are more likely to work without adjustment. in arm_max_initfn()
|
H A D | sve.decode | 454 # SVE stack frame adjustment
|
/qemu/target/ppc/ |
H A D | timebase_helper.c | 260 * Note: the TB state machine does not actually cause any real TB adjustment!
|
H A D | insn32.decode | 610 ### Decimal Floating-Point Quantum Adjustment Instructions
|
/qemu/target/arm/ |
H A D | kvm.c | 490 "Set on to disable the adjustment of " in kvm_arm_add_vcpu_properties() 935 /* KVM virtual time adjustment */ in kvm_arm_cpu_pre_save() 952 /* KVM virtual time adjustment */ in kvm_arm_cpu_post_load()
|
H A D | debug_helper.c | 770 * Undo the adjustment here. in arm_adjust_watchpoint_address()
|
/qemu/ui/ |
H A D | gtk.c | 1899 static void gd_vc_adjustment_changed(GtkAdjustment *adjustment, void *opaque) in gd_vc_adjustment_changed() argument 1903 if (gtk_adjustment_get_upper(adjustment) > in gd_vc_adjustment_changed() 1904 gtk_adjustment_get_page_size(adjustment)) { in gd_vc_adjustment_changed()
|
/qemu/util/ |
H A D | aio-posix.c | 625 /* This is the sweet spot, no adjustment needed */ in adjust_polling_time()
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 1561 /* (adjustment calculator, same size) */ in decNumberLog10() 3180 /* this is the more common adjustment, though both are rare */ in decNumberSquareRoot() 3825 Int adj; /* adjustment */ in decToString() 4029 adjust=lexp-res->exponent; /* adjustment needed [if -ve] */ in decAddOp() 4065 adjust=rexp-res->exponent; /* adjustment needed [if -ve] */ in decAddOp() 4881 if (compare>0 || (compare==0 && wasodd)) { /* adjustment needed */ in decDivideOp() 5364 /* than ten) or when rhs is short. As an example, the adjustment */ 5706 /* The iteration ends when the adjustment x*exp(-a)-1 is tiny enough. */ 5746 /* (adjustment calculator, same size) */ 5752 decNumber *b=bufb; /* adjustment/work */ [all …]
|
/qemu/hw/arm/ |
H A D | xlnx-versal-virt.c | 197 "snps,quirk-frame-length-adjustment", 0x20); in fdt_add_usb_xhci_nodes()
|
/qemu/hw/rtc/ |
H A D | mc146818rtc.c | 151 * is just due to period adjustment.
|
/qemu/include/hw/core/ |
H A D | cpu.h | 144 * @adjust_watchpoint_address: Perform a target-specific adjustment to an
|
/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 631 /* NCQ commands use exclusively 8 bit fields and needs no adjustment. in ahci_write_fis()
|
/qemu/hw/hyperv/ |
H A D | hv-balloon.c | 639 * starting the adjustment procedure in case someone changes the target when in hv_balloon_idle_state_process_target()
|
12